summaryrefslogtreecommitdiff
path: root/sound/soc/pxa
AgeCommit message (Expand)Author
2019-07-31ASoC: mmp-sspa: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-02ASoC: pxa: pxa2xx-ac97.c: use devm_snd_soc_register_component()Kuninori Morimoto
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-06ASoC: pxa: poodle: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: spitz: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: tosa: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: ttc-dkb: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: z2: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: zylonite: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: palm27x: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: mioa701_wm9713: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: magician: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: imote2: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: hx4700: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: em-x270: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: e800_wm9712: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: e750_wm9705: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: e740_wm9705: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: corgi: use modern dai_link styleKuninori Morimoto
2019-06-06ASoC: pxa: brownstone: use modern dai_link styleKuninori Morimoto
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 395Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-01-07ASoC: eliminate left-over from Raumfeld machine driver removalDaniel Mack
2018-12-03ASoC: pxa: remove raumfeld machine driverDaniel Mack
2018-11-06ASoC: pxa: change ac97 dependenciesArnd Bergmann
2018-10-04ASoC: pxa-ssp: enable and disable extclk if givenDaniel Mack
2018-09-27ASoC: pxa: avoid AC97_BUS build warningArnd Bergmann
2018-09-10ASoC: pxa: switch to new ac97 bus supportRobert Jarzmik
2018-07-20ASoC: pxa: remove clock divider and pll setup from zylonite and magicianDaniel Mack
2018-07-09ASoC: pxa: make SND_PXA_SOC_SSP depend on PLAT_PXAArnd Bergmann
2018-07-05ASoC: pxa-ssp: add support for an external clock in devicetreeDaniel Mack
2018-07-03ASoC: pxa-ssp: mark expected switch fall-throughGustavo A. R. Silva
2018-07-02ASoC: pxa-ssp: remove .set_pll() and .set_clkdiv() callbacksDaniel Mack
2018-07-02ASoC: pxa: select SND_PXA2XX_LIB for drivers that depend on itDaniel Mack
2018-06-29ASoC: pxa: make SND_PXA2XX_SOC_I2S selectableDaniel Mack
2018-06-29ASoC: pxa: remove bindings from pxa2xx-pcmDaniel Mack
2018-06-29ASoC: pxa: provide PCM ops for ssp, i2s and ac97 componentsDaniel Mack
2018-06-29ASoC: pxa: move some functions to pxa2xx-libDaniel Mack
2018-06-29ASoC: pxa: clean up function names in pxa2xx-libDaniel Mack
2018-06-29ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97Daniel Mack
2018-06-29ASoC: pxa: remove the dmaengine compat needRobert Jarzmik
2018-06-25Merge tag 'pxa-for-4.19-dma_slave_map' ofMark Brown
2018-06-18ARM: pxa: change SSP DMA channels allocationRobert Jarzmik
2018-06-18ASoC: pxa: add devicetree supportRobert Jarzmik
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook