summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm0010.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm0010: replace codec to componentKuninori Morimoto2018-02-121-92/+89
* ASoC: wm0010: Delete an error message for a failed memory allocation in wm001...Markus Elfring2017-11-271-4/+1
* ASoC: wm0010: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-151-1/+0
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm0010Kuninori Morimoto2016-08-081-4/+6
*-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-1/+0
|\ \
| | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
| |/
* | Merge remote-tracking branches 'asoc/fix/mtk', 'asoc/fix/psc', 'asoc/fix/pxa'...Mark Brown2015-09-231-14/+9
|\ \ | |/ |/|
| * ASoC: wm0010: fix error pathSudip Mukherjee2015-09-191-12/+10
| * ASoC: wm0010: fix memory leakSudip Mukherjee2015-09-191-9/+0
| * ASoC: wm0010: fix memory leakSudip Mukherjee2015-09-011-1/+7
* | ASoC: wm0010: Remove spurious missing IRQF_ONESHOTAxel Lin2015-07-081-1/+1
* | ASoC: wm0010: Remove redundant spi driver bus initializationAntonio Borneo2015-07-061-1/+0
|/
* ASoC: wm0010: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+2
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-2/+0
*-. Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown2014-08-041-1/+1
|\ \
| | * ASoC: wm0010.c: add static to local variableFabian Frederick2014-06-271-1/+1
| |/
* / ASoC: wm0010: Remove redundant OOM messageSachin Kamat2014-06-271-11/+1
|/
* Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown2013-11-081-4/+4
|\
| * ASoC: wm0010: Fix possible out-of-bounds array readTakashi Iwai2013-10-301-4/+4
* | ASoC: wm0010: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-1/+2
|/
* ASoC: wm0010: Use DMA-safe memory for SPI transfersDimitris Papastamos2013-08-011-6/+6
* ASoC: wm0010: Fix resource leakDimitris Papastamos2013-07-311-12/+12
* ASoC: wm0010: Clear IRQ as wake source and include missing headerCharles Keepax2013-06-031-0/+3
* ASoC: wm0010: Set IRQ as a wake sourceCharles Keepax2013-05-301-0/+7
* Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown2013-05-141-0/+1
|\
| * ASoC: wm0010: fix error return code in wm0010_boot()Wei Yongjun2013-05-071-0/+1
* | ASoC: wm0010: Report filename when we fail to load firmwareCharles Keepax2013-03-291-2/+2
* | ASoC: wm0010: Constify usage of firmware filenamesCharles Keepax2013-03-291-1/+1
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: wm0010: Ignore interrupts in power down modeMark Brown2012-11-271-1/+0
* ASoC: wm0010: Add checking for .dfw info record version.Scott Ling2012-11-231-1/+24
* ASoC: wm0010: Up the completion timeout to 20ms instead of 10msDimitris Papastamos2012-11-211-2/+2
* ASoC: wm0010: Split out the stage2 load from the boot functionScott Ling2012-11-091-50/+79
* ASoC: wm0010: Split out the firmware file parsing from the bootScott Ling2012-11-091-117/+146
* ASoC: wm0010: Remove boot_done variable as no longer required.Scott Ling2012-11-061-4/+1
* ASoC: wm0010: Initialise chip state before we register the interruptMark Brown2012-09-261-5/+2
* ASoC: wm0010: Don't check if reset GPIO is defined when removingMark Brown2012-09-261-5/+2
* ASoC: wm0010: Allow slow GPIO for resetMark Brown2012-09-261-3/+5
* ASoC: wm0010: Fix warning, use format %zu for type size_tEmil Goode2012-09-061-1/+1
* ASoC: wm0010: unlock on error pathDan Carpenter2012-09-061-0/+2
* ASoC: wm0010: Add missing IRQF_ONESHOTFengguang Wu2012-09-061-1/+1
* ASoC: wm0010: Move resource acquisition to device probeMark Brown2012-08-251-27/+27
* ASoC: wm0010: Tweak diagnostic outputMark Brown2012-08-251-1/+1
* ASoC: wm0010: Don't double free reset GPIOMark Brown2012-08-251-1/+0
* ASoC: wm0010: Set idle_bias_offMark Brown2012-08-251-0/+1
* ASoC: wm0010: Add dummy widget for CLKINMark Brown2012-08-251-0/+11
* ASoC: wm0010: Enable 44.1kHz supportMark Brown2012-08-251-1/+1
* ASoC: wm0010: Fix passthrough routingMark Brown2012-08-251-1/+2
* ASoC: wm0010: Add initial wm0010 DSP driverDimitris Papastamos2012-08-231-0/+930