summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-06ASoC: wm_adsp: Add a handler for the compressed IRQCharles Keepax3-0/+218
2015-12-23ASoC: wm_adsp: Attach buffers and streams togetherCharles Keepax3-0/+64
2015-12-23ASoC: wm_adsp: Add code to locate and initialise compressed bufferCharles Keepax2-0/+293
2015-12-23ASoC: wm_adsp: Add support for opening a compressed streamCharles Keepax3-3/+227
2015-12-23ALSA: compress: Add SND_AUDIOCODEC_BESPOKECharles Keepax1-2/+3
2015-12-23ASoC: wm_adsp: Factor out finding the location of an algorithm regionCharles Keepax1-14/+21
2015-12-23ASoC: wm5110: Provide basic hookup for voice controlCharles Keepax3-2/+47
2015-12-23Merge branch 'topic/cs47l24' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown4-0/+1181
2015-12-23Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown4-50/+306
2015-12-17ASoC: wm_adsp: Mimic legacy behaviour of reading controls when DSP is onCharles Keepax1-0/+3
2015-12-16ASoC: arizona: In arizona_calc_fratio make new codecs the default caseRichard Fitzgerald1-4/+4
2015-12-13ASoC: wm_adsp: Add locking to DSP firmware controlsCharles Keepax1-7/+17
2015-12-13ASoC: wm_adsp: Fixup some minor formatting and checkpatch errorsCharles Keepax2-16/+15
2015-12-13ASoC: wm_adsp: Add power lock for firmware change controlCharles Keepax1-3/+8
2015-12-13ASoC: wm_adsp: Replace debugfs lock with more general DSP power lockCharles Keepax2-34/+44
2015-12-03ASoC: arizona: Fix type of clock rate pointer in arizona_set_sysclkCharles Keepax1-1/+1
2015-12-03ASoC: arizona: Correct types of mixer texts and valuesCharles Keepax2-8/+8
2015-12-01ASoC: arizona: Add 32uS delay after putting FLL into freerunCharles Keepax1-3/+3
2015-11-27ASoC: wm_adsp: Expand the list of available firmwaresCharles Keepax1-14/+35
2015-11-19ASoC: wm5110: Add DAPM/routing hookup for the ANC blockCharles Keepax3-0/+262
2015-11-19Merge branch 'fix/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-11/+5
2015-11-16ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecsRichard Fitzgerald4-0/+1181
2015-11-16ASoC: wm8998: Remove duplicated constsRichard Fitzgerald1-23/+23
2015-11-16Linux 4.4-rc1v4.4-rc1Linus Torvalds1-2/+2
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds37-292/+947
2015-11-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2015-11-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-2/+7
2015-11-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-16/+73
2015-11-15Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds4-5/+27
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds151-749/+4590
2015-11-14Merge tag 'sound-fix-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-51/+43
2015-11-14Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-56/+74
2015-11-14ARC: Fix silly typo in MAINTAINERS fileVineet Gupta1-1/+1
2015-11-14ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta1-4/+0
2015-11-14ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2015-11-14ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta3-21/+44
2015-11-14ARC: remove extraneous header includeVineet Gupta1-1/+0
2015-11-14Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-37/+207
2015-11-14Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds4-8/+47
2015-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-703/+899
2015-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds121-32724/+6584
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds58-5515/+2676
2015-11-14Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds39-651/+390
2015-11-14Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-36/+52
2015-11-14f2fs: xattr simplificationsAndreas Gruenbacher1-12/+3
2015-11-14squashfs: xattr simplificationsAndreas Gruenbacher1-59/+31
2015-11-149p: xattr simplificationsAndreas Gruenbacher9-306/+83
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-11-14jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher1-0/+3
2015-11-14hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher4-44/+0