summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/remove-irqf_disable' into for-linusTakashi Iwai2011-10-2610-7/+217
|\
| * sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
| * Merge branch 'topic/asoc' into topic/remove-irqf_disableTakashi Iwai2011-09-229-6/+216
| |\
| | * ASoC: twl6040: Chip initialization cleanupPeter Ujfalusi2011-09-191-3/+0
| | * MFD: twl6040: Add accessor for revision IDPeter Ujfalusi2011-09-191-0/+5
| | * ASoC: mxs-saif: add record functionDong Aisheng2011-09-191-0/+16
| | * regulator: Implement deferred disable supportMark Brown2011-09-142-0/+10
| | * Merge branch 'topic/interface' of git://opensource.wolfsonmicro.com/regmap in...Mark Brown2011-09-091-0/+52
| | |\
| | | * regmap: Provide device read and write map interface for mergingMark Brown2011-09-091-0/+9
| | | * regmap: Allow drivers to specify register defaultsMark Brown2011-08-211-2/+22
| | | * regmap: Fix kerneldoc errors for regmapMark Brown2011-08-091-9/+9
| | | * regmap: Add precious registers to the driver interfaceMark Brown2011-08-081-0/+4
| | | * regmap: Allow devices to specify which registers are accessibleMark Brown2011-08-081-0/+13
| | | * regmap: Add kerneldoc for struct regmap_configMark Brown2011-08-081-0/+6
| | * | ASoC: Allow source specification for CODEC level sysclkMark Brown2011-08-311-2/+2
| | * | ASoC: Allow register defaults to be larger than unsigned shortMark Brown2011-08-311-1/+1
| | * | ASoC: Allow idle_bias_off to be specified in CODEC driversMark Brown2011-08-221-0/+1
| | * | ASoC: Add ADAU1373 codec supportLars-Peter Clausen2011-08-171-0/+34
| | * | ASoC: Add WM8958 noise gate supportMark Brown2011-08-171-0/+45
| | * | ASoC: Add bitfield definitions for WM8958 MICBIAS registersMark Brown2011-08-121-0/+38
| | * | Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-121-1/+1
| | |\ \
| | * \ \ Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-091-14/+14
| | |\ \ \
| | * \ \ \ Merge branch 'regmap-asoc' into for-3.2Mark Brown2011-08-081-0/+3
| | |\ \ \ \
| | | * | | | ASoC: Add regmap as a control typeMark Brown2011-08-081-0/+1
| | | * | | | ASoC: Use new register map API for ASoC generic physical I/OMark Brown2011-08-081-0/+2
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-08500-3171/+12182
| | |\| | |
| | * | | | ASoC: Implement new DC servo readback mode for late WM8994 revisionsMark Brown2011-08-011-0/+1
| | * | | | ASoC: dapm - Add DAPM stream completion event.Liam Girdwood2011-07-252-0/+8
* | | | | | Merge branch 'topic/misc' into for-linusTakashi Iwai2011-10-264-10/+20
|\ \ \ \ \ \
| * | | | | | ALSA: control: add support for ENUMERATED user space controlsClemens Ladisch2011-10-091-1/+3
| |/ / / / /
| * | | | | ALSA: pcm: add snd_pcm_hw_rule_noresample()Clemens Ladisch2011-09-201-0/+2
| * | | | | USB: Add endpoint usage definitions to ch9.hDaniel Mack2011-09-141-6/+11
| * | | | | ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-3/+4
| | |_|_|/ | |/| | |
* | | | | ALSA: jack - Add "Line In" input jack constantsDavid Henningsson2011-10-052-0/+2
* | | | | ALSA: pcm - Export snd_pcm_lib_default_mmap() helperTakashi Iwai2011-09-281-0/+2
|/ / / /
* | | / ASoC: omap: Update e-mail address of Jarkko NikulaJarkko Nikula2011-08-121-1/+1
| |_|/ |/| |
* | | ASoC: Rename WM8915 to WM8996Mark Brown2011-08-081-14/+14
| |/ |/|
* | fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-062-5/+130
|\ \
| * | exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-0/+125
| * | nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh2011-08-041-5/+5
* | | vfs: optimize inode cache access patternsLinus Torvalds2011-08-061-22/+37
* | | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-17/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-063-12/+25
|\ \ \
| * | | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-062-12/+20
| * | | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-061-0/+5
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-08-061-0/+2
|\ \ \ \
| * | | | Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-051-0/+2
| |/ / /
* / / / lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2011-08-061-1/+1
|/ / /
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-08-052-1/+4
|\ \ \