summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-03-09ASoC: Fix double addition of prefixes due to widget prefixingMark Brown1-3/+26
2011-03-09ASoC: Use the correct DAPM context when cleaning up final widget setMark Brown1-1/+1
2011-03-09ASoC: Fix broken bitfield definitions in WM8978Mark Brown1-6/+8
2011-03-09ASoC: Simplify WM9081 speaker startup by using widgets for spaker outputMark Brown1-26/+6
2011-03-09ASoC: omap: rx51: Enable McBSP2 sidetoneJarkko Nikula1-0/+4
2011-03-08ASoC: sgtl5000: use after free in ldo_regulator_register()Dan Carpenter1-1/+3
2011-03-08ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown3-17/+47
2011-03-08ASoC: Warn rather than set a silly constraint when we can't do symmetryMark Brown1-0/+10
2011-03-08ASoC: Refactor symmetric_rates check to reduce indentationMark Brown1-14/+14
2011-03-08ASoC: Convert WM9081 SYSCLK configuration to be device wideMark Brown1-3/+5
2011-03-08ASoC: Provide CODEC clocking operations and API callsMark Brown2-0/+57
2011-03-08ASoC: Fix section mismatch warnings in WM8994Mark Brown2-2/+2
2011-03-08ASoC: Use data based init for WM9081 DAPMMark Brown1-6/+5
2011-03-08ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown2-2/+16
2011-03-08ALSA: asihpi - Use %zd for size_t argument in error messageTakashi Iwai1-1/+1
2011-03-08ALSA: control: clean up snd_ctl_hole_check()Clemens Ladisch1-9/+9
2011-03-08ALSA: control: fix numid conflict check for new controlsClemens Ladisch1-4/+2
2011-03-08ALSA: hdspm - Add firmware ID for older AES32 cards.Adrian Knoth1-0/+2
2011-03-08Linux 2.6.38-rc8Linus Torvalds1-1/+1
2011-03-08Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-30/+41
2011-03-08Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-22/+59
2011-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-2/+1
2011-03-08Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds14-46/+89
2011-03-08drm: index i shadowed in 2nd looproel1-2/+2
2011-03-08mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-03-08Merge remote branch 'ickle/drm-intel-fixes' into drm-fixesDave Airlie9-41/+70
2011-03-08Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-22/+21
2011-03-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds5-37/+120
2011-03-08drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenouslyBen Skeggs2-0/+12
2011-03-08drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs2-3/+5
2011-03-07ASoC: Remove warnings in ep93xx-i2s.cAlexander Sverdlin1-2/+6
2011-03-07ASoC: Extend range of supported sample rates for CS4271 CODEC.Alexander Sverdlin1-2/+3
2011-03-07ASoC: Add LM4857 to SND_SOC_ALL_CODECSMark Brown1-0/+1
2011-03-07ASoC: Add driver for the dfbmcs320 bluetooth moduleLars-Peter Clausen5-29/+86
2011-03-07ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driverLars-Peter Clausen4-522/+196
2011-03-07ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpiosLars-Peter Clausen1-35/+17
2011-03-07ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_stateLars-Peter Clausen1-48/+7
2011-03-07ASoC: neo1973_wm8753: Move lm4857 specefic code to its own moduleLars-Peter Clausen6-236/+347
2011-03-07ASoC: neo1973_wm8753: Remove scenario management code.Lars-Peter Clausen1-137/+11
2011-03-07ASoC: Add machine driver for Visstrim_M10 board.Javier Martin3-0/+149
2011-03-07ASoC: Constify i2c_device_id tableAxel Lin2-2/+2
2011-03-07ASoC: tlv320dac33: add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-03-07ASoC: Add missing debugfs conditionalsMark Brown1-0/+2
2011-03-07ASoC: Fix outdated API usage in tlv320aic32x4Mark Brown1-5/+5
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson3-5/+21
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson3-2/+6
2011-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-15/+57
2011-03-06virtio: console: Don't access vqs if device was unpluggedAmit Shah1-0/+8
2011-03-06Merge branch 'fix/asoc' into for-linusTakashi Iwai2-9/+47