summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-01ASoC: fsl: remove helper fsl_asoc_get_codec_dev_nameShawn Guo4-67/+4
2012-04-01ASoC: fsl: create fsl_utils to accommodate the common functionsShawn Guo6-286/+189
2012-04-01ASoC: fsl: rename imx-pcm Kconfig options and filenameShawn Guo3-8/+8
2012-04-01ASoC: imx: merge sound/soc/imx into sound/soc/fslShawn Guo21-105/+119
2012-04-01ASoC: fsl: separate SSI and DMA Kconfig optionsShawn Guo2-7/+11
2012-04-01ASoC: wm8962: Add HPF coefficient configuration supportMark Brown1-0/+1
2012-04-01ASoC: wm8962: Add HD Bass and VSS coefficient configurationMark Brown1-0/+2
2012-04-01ASoC: wm8962: Add Dynamic Range Control supportMark Brown1-0/+3
2012-04-01ASoC: wm8962: Add Direct-Form 1 filter supportMark Brown1-0/+3
2012-04-01ASoC: wm8962: Add 3D enhancement supportMark Brown1-0/+3
2012-04-01ASoC: wm8962: Implement DSP2 configuration initialisationMark Brown1-1/+2
2012-04-01ASoC: max98095: add jack detectionRhyland Klein3-1/+191
2012-04-01ASoC: pxa2xx-i2s: Add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-04-01ASoC: core: Use driver core probe deferralMark Brown2-86/+62
2012-04-01ASoC: jack: Push locking for jacks down to the jackMark Brown2-2/+4
2012-04-01ASoC: wm8994: Don't lock CODEC mutex to do DAPM syncMark Brown1-13/+4
2012-04-01ASoC: wm5100: Convert to devm_regmap_init_i2c()Mark Brown1-6/+3
2012-04-01ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown1-2/+2
2012-04-01ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood1-6/+28
2012-04-01ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood2-5/+7
2012-04-01ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood2-12/+12
2012-04-01ASoC: core: Rename card mutex subclass to better align with usageLiam Girdwood1-2/+2
2012-04-01ASoC: dapm: Add platform stream event supportLiam Girdwood4-41/+59
2012-04-01ASoC: core: Add platform DAI widget mappingLiam Girdwood2-0/+15
2012-04-01ASoC: dapm: lock mixer & mux update power with DAPM mutexLiam Girdwood1-6/+30
2012-04-01ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood4-20/+46
2012-04-01ASoC: core: Add card mutex locking subclassesLiam Girdwood2-1/+6
2012-04-01ASoC: ak4641: Push GPIO allocation out into the I2C probeMark Brown1-44/+48
2012-04-01ASoC: ak4641: Convert to module_i2c_driver()Mark Brown1-17/+1
2012-04-01Linux 3.4-rc1v3.4-rc1Linus Torvalds1-2/+2
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro23-668/+437
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro6-656/+634
2012-03-31new helper: ext2_image_size()Al Viro3-8/+30
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro4-9/+4
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding2-63/+10
2012-03-31mtdchar: kill persistently held vfsmountAl Viro1-37/+16