summaryrefslogtreecommitdiffstats
path: root/sound/atmel/ac97c.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-09-041-3/+6
|\
| * ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'Christophe Jaillet2017-08-311-1/+2
| * ASoC: atmel: ac97c: Handle return value of clk_prepare_enable.Arvind Yadav2017-07-261-3/+5
* | ALSA: atmel: convert AC97c driver to GPIO descriptor APIAndy Shevchenko2017-09-041-60/+10
* | ALSA: ac97c: constify ac97_pcm structuresArvind Yadav2017-08-231-1/+1
* | ALSA: atmel: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* | ALSA: atmel: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
|/
* ALSA: atmel: ac97c: fix error return code in atmel_ac97c_probe()Gustavo A. R. Silva2017-07-011-2/+2
* ALSA: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-05-151-376/+71
* ALSA: sound/atmel/ac97c.c: remove unused variableArnd Bergmann2015-05-201-1/+0
* ALSA: sound/atmel/ac97c.c: Add device tree supportAlexander Stein2015-01-071-3/+42
* ALSA: atmel: fix building the ac97 driver for at91-multiplatformArnd Bergmann2014-12-271-3/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * ALSA: atmel: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ALSA: sound/atmel/ac97c.c: Add missing clock prepareAlexander Stein2014-12-051-5/+5
* | ALSA: sound/atmel/ac97c.c: Fix device index for pcmAlexander Stein2014-12-051-1/+1
|/
* dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-151-0/+1
* dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-111-1/+1
* ALSA: sound/atmel/ac97c.c: Convert to module_platform_driverAlexander Stein2014-04-161-13/+2
* ALSA: atmel: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-7/+3
* ALSA: atmel: remove dependency on <mach/gpio.h>Linus Walleij2013-11-051-1/+0
* ALSA: atmel: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-031-2/+0
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-2/+2
* ALSA: atmel: remove __dev* attributesBill Pemberton2012-12-071-5/+5
* ALSA: sound/atmel/ac97c.c: fix error return codeJulia Lawall2012-08-201-8/+4
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-091-1/+1
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-031-8/+9
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-021-0/+1
* ALSA: atmel/ac97c: correct the unexpected behavior when using uninitial value...Bo Shen2012-05-111-0/+2
* dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-221-8/+33
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-5/+5
|\
| * sound-soc: move to dma_transfer_directionVinod Koul2011-10-311-5/+5
* | ALSA: atmel/ac97c: using software reset instead hardware reset if not availableBo Shen2011-12-191-0/+4
|/
* Merge branch 'master' into for-nextJiri Kosina2011-07-111-1/+1
|\
| * ALSA: atmel - update author email for ABDAC, AC97C and AT73C213Hans-Christian Egtvedt2011-06-281-1/+1
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
|/
* ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt2011-01-251-1/+4
* ALSA: atmel: set "channel A event" output to debugYegor Yefremov2010-06-081-1/+1
* ALSA: AC97: add full duplex support for atmel AT91 and AVR.Sedji Gaouaou2010-03-251-4/+12
* ALSA: AC97: add AC97 support for AT91.Sedji Gaouaou2010-03-251-85/+254
* ALSA: snd-atmel-ac97c: replace bus_id with dev_name()Hans-Christian Egtvedt2009-04-061-2/+2
* ALSA: snd-atmel-ac97c: cleanup registers when removing driverHans-Christian Egtvedt2009-04-061-0/+4
* ALSA: snd-atmel-ac97c: do a proper reset of the external codecHans-Christian Egtvedt2009-04-061-7/+7
* ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reportingHans-Christian Egtvedt2009-04-061-1/+76
* ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameterHans-Christian Egtvedt2009-04-061-2/+2
* ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channelsHans-Christian Egtvedt2009-04-061-5/+18
* ALSA: snd-atmel-ac97c: remove dead break statements after return in switch caseHans-Christian Egtvedt2009-04-061-2/+0
* ALSA: Add ALSA driver for Atmel AC97 controllerHans-Christian Egtvedt2009-02-051-0/+932
OpenPOWER on IntegriCloud