aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm0010.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-1/+1
2014-06-27ASoC: wm0010.c: add static to local variableFabian Frederick1-1/+1
2014-06-27ASoC: wm0010: Remove redundant OOM messageSachin Kamat1-11/+1
2013-11-08Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown1-4/+4
2013-11-06ASoC: wm0010: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-1/+2
2013-10-30ASoC: wm0010: Fix possible out-of-bounds array readTakashi Iwai1-4/+4
2013-08-01ASoC: wm0010: Use DMA-safe memory for SPI transfersDimitris Papastamos1-6/+6
2013-07-31ASoC: wm0010: Fix resource leakDimitris Papastamos1-12/+12
2013-06-03ASoC: wm0010: Clear IRQ as wake source and include missing headerCharles Keepax1-0/+3
2013-05-30ASoC: wm0010: Set IRQ as a wake sourceCharles Keepax1-0/+7
2013-05-14Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown1-0/+1
2013-05-07ASoC: wm0010: fix error return code in wm0010_boot()Wei Yongjun1-0/+1
2013-03-29ASoC: wm0010: Report filename when we fail to load firmwareCharles Keepax1-2/+2
2013-03-29ASoC: wm0010: Constify usage of firmware filenamesCharles Keepax1-1/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-11-27ASoC: wm0010: Ignore interrupts in power down modeMark Brown1-1/+0
2012-11-23ASoC: wm0010: Add checking for .dfw info record version.Scott Ling1-1/+24
2012-11-21ASoC: wm0010: Up the completion timeout to 20ms instead of 10msDimitris Papastamos1-2/+2
2012-11-09ASoC: wm0010: Split out the stage2 load from the boot functionScott Ling1-50/+79
2012-11-09ASoC: wm0010: Split out the firmware file parsing from the bootScott Ling1-117/+146
2012-11-06ASoC: wm0010: Remove boot_done variable as no longer required.Scott Ling1-4/+1
2012-09-26ASoC: wm0010: Initialise chip state before we register the interruptMark Brown1-5/+2
2012-09-26ASoC: wm0010: Don't check if reset GPIO is defined when removingMark Brown1-5/+2
2012-09-26ASoC: wm0010: Allow slow GPIO for resetMark Brown1-3/+5
2012-09-06ASoC: wm0010: Fix warning, use format %zu for type size_tEmil Goode1-1/+1
2012-09-06ASoC: wm0010: unlock on error pathDan Carpenter1-0/+2
2012-09-06ASoC: wm0010: Add missing IRQF_ONESHOTFengguang Wu1-1/+1
2012-08-25ASoC: wm0010: Move resource acquisition to device probeMark Brown1-27/+27
2012-08-25ASoC: wm0010: Tweak diagnostic outputMark Brown1-1/+1
2012-08-25ASoC: wm0010: Don't double free reset GPIOMark Brown1-1/+0
2012-08-25ASoC: wm0010: Set idle_bias_offMark Brown1-0/+1
2012-08-25ASoC: wm0010: Add dummy widget for CLKINMark Brown1-0/+11
2012-08-25ASoC: wm0010: Enable 44.1kHz supportMark Brown1-1/+1
2012-08-25ASoC: wm0010: Fix passthrough routingMark Brown1-1/+2
2012-08-23ASoC: wm0010: Add initial wm0010 DSP driverDimitris Papastamos1-0/+930