Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/wm-hubs' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/ux500' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/spear' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/max98088' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/maintainers' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/core' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/compress' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/component' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/ak5386' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/adau1373' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/fix/wm8903' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/fix/tegra' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/fix/core' into asoc-next | Mark Brown | |
2013-04-12 | Merge remote-tracking branch 'asoc/fix/compress' into asoc-next | Mark Brown | |
2013-04-12 | ASoC: samsung: fix neo1973-wm8753 compilation | Heiko Stübner | |
Commit b2ca78717cea (ARM: S3C24XX: make gta02.h local) already replaced the GTA02_GPIO_* constants in neo1973-wm8753.c but forgot to remove the inclusion of mach/gta02.h before moving the file out of mach/. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-12 | MAINTAINERS: Update e-mail address | Mark Brown | |
Update the e-mail address I use for subsystems. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-11 | ASoC: samsung: move plat/ headers to local directory | Arnd Bergmann | |
The plat/regs-iis.h and plat/regs-ac97.h files in the samsung platform are only needed by the ASoC drivers, so they can be moved into the same directory, as one more step towards a multiplatform build. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-11 | ASoC: wm_adsp: Add support for firmware wide coefficient blocks | Mark Brown | |
Firmwares may provide some firmware wide configuration regions which can be configured by the coefficient files using the firmware ID as the algorithm ID, include these in the algorithm list. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-11 | ASoC: samsung: export idma_reg_addr_init | Arnd Bergmann | |
The idma_reg_addr_init function is used by the samsung i2s driver, which can be a loadable module, so we have to export this function. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-11 | ASoC: samsung: fix module_device_table | Arnd Bergmann | |
The second argument to the module_device_table macro must be the name of the device id array. In the samsung i2s driver, there was a small typo, resulting in a build error when building it as a loadable module. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-11 | ASoC: samsung: use irq resource for idma | Arnd Bergmann | |
With multiplatform kernels, we cannot use hardwired IRQ numbers in device drivers. This changes the idma driver to use a proper resource, like all other drivers do. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-09 | ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event | Mark Brown | |
Reported-by: Ryo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org | |||
2013-04-09 | ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running | Alban Bedel | |
The Charge Pump needs the DSP clock to work properly, without it the bypass to HP/LINEOUT is not working properly. This requirement is not mentioned in the datasheet but has been confirmed by Mark Brown from Wolfson. Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org | |||
2013-04-09 | ASoC: wm8994: Remove duplicate revision cache | Mark Brown | |
There's already a device revision stored in the core data structure, don't duplicate it in the CODEC driver. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-08 | ASoC: Ux500: remove test for undefined Kconfig macro | Paul Bolle | |
A test for CONFIG_SND_SOC_UX500_AB5500 was added in v3.5. But there never was a corresponding Kconfig symbol so this test has always evaluated to true. And since AB5500 support was removed in v3.5 it appears safe to remove this test and a few lines of code. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2013-04-07 | Linux 3.9-rc6 | Linus Torvalds | |
2013-04-07 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | |
Pull KVM fix from Gleb Natapov: "Bugfix for the regression introduced by commit c300aa64ddf5" * git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: Allow cross page reads and writes from cached translations. | |||
2013-04-07 | Merge branch 'x86-urgent-for-linus' of ↵ | Linus Torvalds | |
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull x86 fixes from Peter Anvin: "Two quite small fixes: one a build problem, and the other fixes seccomp filters on x32." * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Fix rebuild with EFI_STUB enabled x86: remove the x32 syscall bitmask from syscall_get_nr() |