summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx tdmKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf6xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x ac97cKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x psc-i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x i2scKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on atmel sscKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97Kuninori Morimoto1-2/+6
2013-03-26ASoC: switch over to use snd_soc_register_component() on dw i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci mcaspKuninori Morimoto1-5/+10
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci vcifKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci i2sKuninori Morimoto1-5/+10
2013-03-26ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto1-1/+9
2013-03-26Merge branch 'topic/pxa' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown356-1652/+2593
2013-03-22ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto1-2/+1
2013-03-17Linux 3.9-rc3v3.9-rc3Linus Torvalds1-1/+1
2013-03-17perf,x86: fix link failure for non-Intel configsDavid Rientjes1-1/+5
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-12/+25
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-5/+6
2013-03-15Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linuxLinus Torvalds3-8/+11
2013-03-15Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+10
2013-03-15Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds8-28/+89
2013-03-15Merge branch 'fixes-for-3.9' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-2/+3
2013-03-15Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-23/+63
2013-03-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-11/+42
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian3-0/+12
2013-03-15ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecsTakashi Iwai1-0/+4
2013-03-15sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter1-0/+6
2013-03-15mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann1-1/+1
2013-03-15ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid1-9/+6
2013-03-15ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid1-2/+3
2013-03-15ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid1-2/+6
2013-03-15ASoC: fsi: use snd_soc_register_component() instead of snd_soc_register_dais()Kuninori Morimoto1-4/+8
2013-03-15ASoC: add .name for snd_soc_component_driverKuninori Morimoto1-0/+1
2013-03-14mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-14Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+3
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney1-1/+3
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson1-0/+29