summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: switch over to use snd_soc_register_component() on au1x ac97cKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x psc-i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97Kuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x i2scKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on atmel sscKuninori Morimoto2013-03-261-3/+8
* ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97Kuninori Morimoto2013-03-261-2/+6
* ASoC: switch over to use snd_soc_register_component() on dw i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on davinci mcaspKuninori Morimoto2013-03-261-5/+10
* ASoC: switch over to use snd_soc_register_component() on davinci vcifKuninori Morimoto2013-03-261-3/+8
* ASoC: switch over to use snd_soc_register_component() on davinci i2sKuninori Morimoto2013-03-261-5/+10
* ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto2013-03-261-1/+9
* Merge branch 'topic/pxa' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2013-03-26356-1652/+2593
|\
| * ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto2013-03-221-2/+1
| * Linux 3.9-rc3v3.9-rc3Linus Torvalds2013-03-171-1/+1
| * perf,x86: fix link failure for non-Intel configsDavid Rientjes2013-03-171-1/+5
| * perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-177-12/+25
| |\
| | * Btrfs: fix warning of free_extent_mapLiu Bo2013-03-151-0/+1
| | * Btrfs: fix warning when creating snapshotsLiu Bo2013-03-141-6/+5
| | * Btrfs: return as soon as possible when edquot happensWang Shilong2013-03-141-4/+6
| | * Btrfs: return EIO if we have extent tree corruptionJosef Bacik2013-03-141-1/+4
| | * btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-141-0/+6
| | * Btrfs: remove btrfs_try_spin_lockLiu Bo2013-03-141-1/+0
| | * Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo2013-03-141-0/+3
| * | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-03-151-5/+6
| |\ \
| | * | kbuild: fix make headers_check with make 3.80Sam Ravnborg2013-03-051-5/+6
| * | | Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linuxLinus Torvalds2013-03-153-8/+11
| |\ \ \
| | * | | openrisc: remove HAVE_VIRT_TO_BUSJonas Bonn2013-03-131-1/+0
| | * | | asm-generic: move cmpxchg*_local defs to cmpxchg.hJonas Bonn2013-03-132-6/+10
| | * | | openrisc: require gpiolibJonas Bonn2013-03-131-1/+1
| * | | | Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-157-7/+10
| |\ \ \ \
| | * | | | final removal of CONFIG_EXPERIMENTALKees Cook2013-03-121-4/+0
| | * | | | w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski2013-03-121-1/+2
| | * | | | w1-gpio: fix unused variable warningJohan Hovold2013-03-121-0/+2
| | * | | | w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold2013-03-121-2/+2
| | * | | | ARM: w1-gpio: fix erroneous gpio requestsJohan Hovold2013-03-124-0/+4
| * | | | | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-03-158-28/+89
| |\ \ \ \ \
| | * | | | | ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecsTakashi Iwai2013-03-151-0/+4
| | * | | | | sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter2013-03-151-0/+6
| | * | | | | ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid2013-03-151-9/+6
| | * | | | | ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid2013-03-151-2/+3
| | * | | | | ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid2013-03-151-2/+6
| | * | | | | ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson2013-03-141-0/+29
| | * | | | | ALSA: hda - Fix snd_hda_get_num_raw_conns() to return a correct valueTakashi Iwai2013-03-121-10/+14
| | * | | | | ALSA: usb-audio: add a workaround for the NuForce UDH-100Clemens Ladisch2013-03-121-0/+15
| | * | | | | ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-121-1/+2
| | * | | | | ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
| * | | | | | Merge branch 'fixes-for-3.9' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-03-151-2/+3
| |\ \ \ \ \ \
| | * | | | | | ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski2013-03-141-2/+3
| * | | | | | | Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-1516-23/+63
| |\ \ \ \ \ \ \