summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm0010.c
AgeCommit message (Expand)Author
2023-12-08ASoC: wm0010: Convert to GPIO descriptorsLinus Walleij
2023-06-16ASoC: codecs: wm0010: Add MODULE_FIRMWARE macrosJuerg Haefliger
2022-06-27ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2020-08-18ASoC: codecs: wm0010: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart
2020-06-15ASoC: wm0010: Use kmemdup rather than duplicating its implementationFuqian Huang
2020-02-12ASoC: wm0010: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-02-12ASoC: wm0010: replace codec to componentKuninori Morimoto
2017-11-27ASoC: wm0010: Delete an error message for a failed memory allocation in wm001...Markus Elfring
2016-12-15ASoC: wm0010: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall
2016-08-08ASoC: codec duplicated callback function goes to component on wm0010Kuninori Morimoto
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-09-23Merge remote-tracking branches 'asoc/fix/mtk', 'asoc/fix/psc', 'asoc/fix/pxa'...Mark Brown
2015-09-19ASoC: wm0010: fix error pathSudip Mukherjee
2015-09-19ASoC: wm0010: fix memory leakSudip Mukherjee
2015-09-01ASoC: wm0010: fix memory leakSudip Mukherjee
2015-07-08ASoC: wm0010: Remove spurious missing IRQF_ONESHOTAxel Lin
2015-07-06ASoC: wm0010: Remove redundant spi driver bus initializationAntonio Borneo
2015-06-01ASoC: wm0010: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown
2014-06-27ASoC: wm0010.c: add static to local variableFabian Frederick
2014-06-27ASoC: wm0010: Remove redundant OOM messageSachin Kamat
2013-11-08Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown
2013-11-06ASoC: wm0010: Use WARN_ON() instead of BUG_ON()Takashi Iwai
2013-10-30ASoC: wm0010: Fix possible out-of-bounds array readTakashi Iwai
2013-08-01ASoC: wm0010: Use DMA-safe memory for SPI transfersDimitris Papastamos
2013-07-31ASoC: wm0010: Fix resource leakDimitris Papastamos
2013-06-03ASoC: wm0010: Clear IRQ as wake source and include missing headerCharles Keepax
2013-05-30ASoC: wm0010: Set IRQ as a wake sourceCharles Keepax
2013-05-14Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown
2013-05-07ASoC: wm0010: fix error return code in wm0010_boot()Wei Yongjun
2013-03-29ASoC: wm0010: Report filename when we fail to load firmwareCharles Keepax
2013-03-29ASoC: wm0010: Constify usage of firmware filenamesCharles Keepax
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton
2012-11-27ASoC: wm0010: Ignore interrupts in power down modeMark Brown
2012-11-23ASoC: wm0010: Add checking for .dfw info record version.Scott Ling
2012-11-21ASoC: wm0010: Up the completion timeout to 20ms instead of 10msDimitris Papastamos
2012-11-09ASoC: wm0010: Split out the stage2 load from the boot functionScott Ling
2012-11-09ASoC: wm0010: Split out the firmware file parsing from the bootScott Ling
2012-11-06ASoC: wm0010: Remove boot_done variable as no longer required.Scott Ling
2012-09-26ASoC: wm0010: Initialise chip state before we register the interruptMark Brown
2012-09-26ASoC: wm0010: Don't check if reset GPIO is defined when removingMark Brown
2012-09-26ASoC: wm0010: Allow slow GPIO for resetMark Brown
2012-09-06ASoC: wm0010: Fix warning, use format %zu for type size_tEmil Goode
2012-09-06ASoC: wm0010: unlock on error pathDan Carpenter
2012-09-06ASoC: wm0010: Add missing IRQF_ONESHOTFengguang Wu