summaryrefslogtreecommitdiffstats
path: root/sound/atmel
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-06ALSA: atmel: Drop superfluous PCM preallocation error checksTakashi Iwai-3/+1
2017-09-04Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai-3/+6
2017-09-04ALSA: atmel: convert AC97c driver to GPIO descriptor APIAndy Shevchenko-60/+10
2017-08-31ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'Christophe Jaillet-1/+2
2017-08-23ALSA: ac97c: constify ac97_pcm structuresArvind Yadav-1/+1
2017-08-19ALSA: atmel: constify snd_pcm_ops structuresArvind Yadav-2/+2
2017-08-17ALSA: atmel: make snd_pcm_hardware constBhumika Goyal-1/+1
2017-07-26ASoC: atmel: ac97c: Handle return value of clk_prepare_enable.Arvind Yadav-3/+5
2017-07-01ALSA: atmel: ac97c: fix error return code in atmel_ac97c_probe()Gustavo A. R. Silva-2/+2
2017-05-15ALSA: atmel: Remove AVR32 bits from the driverAndy Shevchenko-998/+74
2015-05-20ALSA: sound/atmel/ac97c.c: remove unused variableArnd Bergmann-1/+0
2015-01-07ALSA: sound/atmel/ac97c.c: Add device tree supportAlexander Stein-3/+42
2014-12-27ALSA: atmel: fix building the ac97 driver for at91-multiplatformArnd Bergmann-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2014-12-05ALSA: atmel_abdac: Add missing clock prepareAlexander Stein-9/+9
2014-12-05ALSA: sound/atmel/ac97c.c: Add missing clock prepareAlexander Stein-5/+5
2014-12-05ALSA: sound/atmel/ac97c.c: Fix device index for pcmAlexander Stein-1/+1
2014-10-20ALSA: atmel: drop owner assignment from platform_driversWolfram Sang-2/+0
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko-1/+4
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko-2/+2
2014-04-16ALSA: sound/atmel/ac97c.c: Convert to module_platform_driverAlexander Stein-13/+2
2014-02-14ALSA: atmel: Convert to snd_card_new() with a device pointerTakashi Iwai-16/+7
2013-12-16Merge branch 'for-linus' into for-nextTakashi Iwai-1/+2
2013-12-10ALSA: atmel_abdac: clk_round_rate() can return a zero upon errorPaul Walmsley-1/+1
2013-12-02ALSA: atmel: Fix possible array overflowTakashi Iwai-1/+2
2013-11-05ALSA: atmel: remove dependency on <mach/gpio.h>Linus Walleij-1/+0
2013-05-03ALSA: atmel: Remove redundant platform_set_drvdata()Sachin Kamat-4/+0
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack-2/+2
2012-12-07ALSA: atmel: remove __dev* attributesBill Pemberton-9/+9
2012-08-20ALSA: sound/atmel/ac97c.c: fix error return codeJulia Lawall-8/+4
2012-08-20ALSA: sound/atmel/abdac.c: fix error return codeJulia Lawall-0/+1
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai-2/+2
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai-16/+18
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai-0/+2
2012-05-11ALSA: atmel/ac97c: correct the unexpected behavior when using uninitial value...Bo Shen-0/+2
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar-12/+47
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-6/+6
2011-12-19ALSA: atmel/ac97c: using software reset instead hardware reset if not availableBo Shen-0/+4
2011-10-31sound-soc: move to dma_transfer_directionVinod Koul-6/+6
2011-07-11Merge branch 'master' into for-nextJiri Kosina-2/+2
2011-06-28ALSA: atmel - update author email for ABDAC, AC97C and AT73C213Hans-Christian Egtvedt-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-2/+2
2011-01-25ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt-1/+4
2010-11-22ALSA: atmel - Fix the return value in error pathTakashi Iwai-1/+1
2010-11-22ALSA: snd-atmel-abdac: test wrong variableVasiliy Kulikov-1/+1
2010-06-08ALSA: atmel: set "channel A event" output to debugYegor Yefremov-1/+1
2010-03-25ALSA: AC97: add full duplex support for atmel AT91 and AVR.Sedji Gaouaou-4/+12
2010-03-25ALSA: AC97: add AC97 support for AT91.Sedji Gaouaou-86/+255