Age | Commit message (Expand) | Author | Files | Lines |
2023-12-08 | ASoC: wm0010: Convert to GPIO descriptors | Linus Walleij | 1 | -34/+10 |
2023-06-16 | ASoC: codecs: wm0010: Add MODULE_FIRMWARE macros | Juerg Haefliger | 1 | -0/+3 |
2022-06-27 | ASoC: wm*: Remove now redundant non_legacy_dai_naming flag | Charles Keepax | 1 | -1/+0 |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
2020-08-18 | ASoC: codecs: wm0010: use DECLARE_COMPLETION_ONSTACK() macro | Pierre-Louis Bossart | 1 | -2/+1 |
2020-06-15 | ASoC: wm0010: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -3/+1 |
2020-02-12 | ASoC: wm0010: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-02-12 | ASoC: wm0010: replace codec to component | Kuninori Morimoto | 1 | -92/+89 |
2017-11-27 | ASoC: wm0010: Delete an error message for a failed memory allocation in wm001... | Markus Elfring | 1 | -4/+1 |
2016-12-15 | ASoC: wm0010: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 1 | -1/+0 |
2016-09-01 | ASoC: constify snd_soc_codec_driver structures | Julia Lawall | 1 | -1/+1 |
2016-08-08 | ASoC: codec duplicated callback function goes to component on wm0010 | Kuninori Morimoto | 1 | -4/+6 |
2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 1 | -1/+0 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-09-23 | Merge remote-tracking branches 'asoc/fix/mtk', 'asoc/fix/psc', 'asoc/fix/pxa'... | Mark Brown | 1 | -14/+9 |
2015-09-19 | ASoC: wm0010: fix error path | Sudip Mukherjee | 1 | -12/+10 |
2015-09-19 | ASoC: wm0010: fix memory leak | Sudip Mukherjee | 1 | -9/+0 |
2015-09-01 | ASoC: wm0010: fix memory leak | Sudip Mukherjee | 1 | -1/+7 |
2015-07-08 | ASoC: wm0010: Remove spurious missing IRQF_ONESHOT | Axel Lin | 1 | -1/+1 |
2015-07-06 | ASoC: wm0010: Remove redundant spi driver bus initialization | Antonio Borneo | 1 | -1/+0 |
2015-06-01 | ASoC: wm0010: Replace direct snd_soc_codec dapm field access | Lars-Peter Clausen | 1 | -2/+2 |
2015-04-27 | ASoC: Move bias level update to the core | Lars-Peter Clausen | 1 | -2/+0 |
2014-08-04 | Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ... | Mark Brown | 1 | -1/+1 |
2014-06-27 | ASoC: wm0010.c: add static to local variable | Fabian Frederick | 1 | -1/+1 |
2014-06-27 | ASoC: wm0010: Remove redundant OOM message | Sachin Kamat | 1 | -11/+1 |
2013-11-08 | Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-next | Mark Brown | 1 | -4/+4 |
2013-11-06 | ASoC: wm0010: Use WARN_ON() instead of BUG_ON() | Takashi Iwai | 1 | -1/+2 |
2013-10-30 | ASoC: wm0010: Fix possible out-of-bounds array read | Takashi Iwai | 1 | -4/+4 |
2013-08-01 | ASoC: wm0010: Use DMA-safe memory for SPI transfers | Dimitris Papastamos | 1 | -6/+6 |
2013-07-31 | ASoC: wm0010: Fix resource leak | Dimitris Papastamos | 1 | -12/+12 |
2013-06-03 | ASoC: wm0010: Clear IRQ as wake source and include missing header | Charles Keepax | 1 | -0/+3 |
2013-05-30 | ASoC: wm0010: Set IRQ as a wake source | Charles Keepax | 1 | -0/+7 |
2013-05-14 | Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linus | Mark Brown | 1 | -0/+1 |
2013-05-07 | ASoC: wm0010: fix error return code in wm0010_boot() | Wei Yongjun | 1 | -0/+1 |
2013-03-29 | ASoC: wm0010: Report filename when we fail to load firmware | Charles Keepax | 1 | -2/+2 |
2013-03-29 | ASoC: wm0010: Constify usage of firmware filenames | Charles Keepax | 1 | -1/+1 |
2012-12-09 | ASoC: codecs: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-11-27 | ASoC: wm0010: Ignore interrupts in power down mode | Mark Brown | 1 | -1/+0 |
2012-11-23 | ASoC: wm0010: Add checking for .dfw info record version. | Scott Ling | 1 | -1/+24 |
2012-11-21 | ASoC: wm0010: Up the completion timeout to 20ms instead of 10ms | Dimitris Papastamos | 1 | -2/+2 |
2012-11-09 | ASoC: wm0010: Split out the stage2 load from the boot function | Scott Ling | 1 | -50/+79 |
2012-11-09 | ASoC: wm0010: Split out the firmware file parsing from the boot | Scott Ling | 1 | -117/+146 |
2012-11-06 | ASoC: wm0010: Remove boot_done variable as no longer required. | Scott Ling | 1 | -4/+1 |
2012-09-26 | ASoC: wm0010: Initialise chip state before we register the interrupt | Mark Brown | 1 | -5/+2 |
2012-09-26 | ASoC: wm0010: Don't check if reset GPIO is defined when removing | Mark Brown | 1 | -5/+2 |
2012-09-26 | ASoC: wm0010: Allow slow GPIO for reset | Mark Brown | 1 | -3/+5 |
2012-09-06 | ASoC: wm0010: Fix warning, use format %zu for type size_t | Emil Goode | 1 | -1/+1 |
2012-09-06 | ASoC: wm0010: unlock on error path | Dan Carpenter | 1 | -0/+2 |
2012-09-06 | ASoC: wm0010: Add missing IRQF_ONESHOT | Fengguang Wu | 1 | -1/+1 |