| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-24 | ASoC: dwc: Standardize ASoC menu | Kuninori Morimoto | 1 | -0/+3 |
| 2025-04-06 | ASoC: dwc: always enable/disable i2s irqs | Brady Norander | 1 | -7/+6 |
| 2025-03-17 | ASoC: dwc: Convert to RUNTIME_PM_OPS() | Takashi Iwai | 1 | -3/+3 |
| 2024-09-09 | ASoC: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-22 | ASoC: dwc: change to use devm_clk_get_enabled() helpers | Wu Bo | 1 | -13/+3 |
| 2023-10-21 | Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2 | -3/+3 |
| 2023-10-13 | ASoC: dwc: Fix non-DT instantiation | Mark Brown | 1 | -1/+1 |
| 2023-09-25 | ASoC: dwc: convert not to use asoc_xxx() | Kuninori Morimoto | 2 | -3/+3 |
| 2023-08-28 | ASoC: dwc: i2s: Fix unused functions | Takashi Iwai | 1 | -0/+2 |
| 2023-08-23 | ASoC: dwc: i2s: Add StarFive JH7110 SoC support | Xingyu Wu | 2 | -21/+284 |
| 2023-08-23 | ASoC: dwc: Use ops to get platform data | Xingyu Wu | 1 | -1/+1 |
| 2023-08-14 | ASoC: dwc: merge DAI call back functions into ops | Kuninori Morimoto | 1 | -9/+9 |
| 2023-07-09 | ASoC: dwc: Add TDM mode support | Maxim Kochetkov | 3 | -7/+90 |
| 2023-06-19 | ASoC: dwc: don't assign addr_width for dt configs | Maxim Kochetkov | 1 | -6/+0 |
| 2023-06-19 | ASoC: dwc: add DMA handshake control | Maxim Kochetkov | 2 | -2/+43 |
| 2023-06-16 | ASoC: Merge fixes due to dependencies | Mark Brown | 1 | -32/+9 |
| 2023-05-23 | ASoC: dwc: move DMA init to snd_soc_dai_driver probe() | Maxim Kochetkov | 1 | -32/+9 |
| 2023-05-15 | ASoC: Merge up fixes for CI | Mark Brown | 1 | -2/+2 |
| 2023-05-08 | ASoC: dwc: limit the number of overrun messages | Maxim Kochetkov | 1 | -2/+2 |
| 2023-05-08 | ASoC: dwc: extend supported formats | Maxim Kochetkov | 1 | -3/+3 |
| 2023-05-08 | ASoC: dwc: add optional reset support | Maxim Kochetkov | 2 | -6/+22 |
| 2023-03-20 | ASoC: dwc: dwc-i2s: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2022-06-27 | ASoC: dwc: Migrate to new style legacy DAI naming flag | Charles Keepax | 1 | -3/+4 |
| 2022-06-06 | ASoC: dwc: Rename set_fmt_new back to set_fmt | Charles Keepax | 1 | -1/+1 |
| 2022-06-06 | ASoC: dwc: Update to use set_fmt_new callback | Charles Keepax | 1 | -5/+5 |
| 2022-03-02 | ASoC: dwc-i2s: Handle errors for clk_enable | Jiasheng Jiang | 1 | -5/+12 |
| 2021-09-27 | ASoC: dwc-i2s: Update to modern clocking terminology | Mark Brown | 1 | -6/+6 |
| 2021-08-26 | ASoC: dwc: Get IRQ optionally | Robin Murphy | 1 | -1/+1 |
| 2021-07-02 | Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+1 |
| 2021-06-15 | ASoC: dwc: dwc-i2s: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -2/+1 |
| 2021-06-08 | clkdev: remove CONFIG_CLKDEV_LOOKUP | Arnd Bergmann | 1 | -1/+1 |
| 2021-03-29 | ASoC: dwc: Fix -Wmissing-prototypes warnings | YueHaibing | 1 | -3/+3 |
| 2020-07-23 | ASoC: dwc: use asoc_substream_to_rtd() | Kuninori Morimoto | 1 | -1/+1 |
| 2020-05-18 | ASoC: dwc: use snd_soc_xxx_active() | Kuninori Morimoto | 1 | -1/+1 |
| 2020-03-27 | ASoC: dwc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer | Kuninori Morimoto | 1 | -1/+1 |
| 2020-02-18 | ASoC: dwc: dwc-i2s: use for_each_pcm_streams() macro | Kuninori Morimoto | 1 | -4/+4 |
| 2020-02-18 | ASoC: soc-pcm: merge playback/cature_active into stream_active | Kuninori Morimoto | 1 | -2/+2 |
| 2020-01-21 | ASoC: dwc: dwc-i2s: move .suspend/.resume to component | Kuninori Morimoto | 1 | -14/+18 |
| 2019-12-11 | ASoC: dwc: Use managed buffer allocation | Takashi Iwai | 1 | -22/+2 |
| 2019-12-11 | ASoC: dwc: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -1/+0 |
| 2019-11-09 | ASoC: Remove superfluous snd_dma_continuous_data() | Takashi Iwai | 1 | -1/+1 |
| 2019-10-08 | ASoC: dwc: dwc-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -22/+26 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-02-06 | ASoC: dwc: Drop superfluous PCM preallocation error checks | Takashi Iwai | 1 | -1/+2 |
| 2018-03-28 | Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es7134', 'asoc/t... | Mark Brown | 1 | -0/+4 |
| 2018-02-16 | ASoC: dwc: Extends DW_I2S_QUIRK_COMP_PARAM1 to playback | Akshu Agrawal | 1 | -0/+4 |
| 2018-02-12 | ASoC: dwc-pcm: replace platform to component | Kuninori Morimoto | 1 | -2/+3 |
| 2017-10-09 | ASoC: dwc: fix typos in Kconfig | Nik Nyby | 1 | -2/+2 |
| 2017-08-14 | ASoC: dwc: Delete an error message for a failed memory allocation in dw_i2s_p... | Markus Elfring | 1 | -3/+1 |
| 2017-07-17 | ASoC: dwc: constify snd_soc_dai_ops structure | Gustavo A. R. Silva | 1 | -1/+1 |
| 2017-06-28 | ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driver | Vijendar Mukunda | 1 | -0/+6 |
| 2017-04-30 | ASoC: dwc: Disallow building designware_pcm as a module | Jose Abreu | 4 | -8/+5 |
| 2017-01-09 | ASoC: dwc: Enable 24 bit sample size in PIO mode | Jose Abreu | 1 | -0/+2 |
| 2017-01-09 | ASoC: dwc: Add record capability in PIO mode | Jose Abreu | 3 | -23/+92 |
| 2016-12-14 | ASoC: dwc: Fix PIO mode initialization | Jose Abreu | 1 | -14/+11 |
| 2016-08-08 | ASoC: dwc: Drop DMA channel names assignment | Sylwester Nawrocki | 1 | -2/+0 |
| 2016-06-26 | SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported" | Colin Ian King | 1 | -1/+1 |
| 2016-06-21 | ASoC: dwc: make pcm support built-in when necessary | Arnd Bergmann | 1 | -2/+3 |
| 2016-06-13 | ASoC: dwc: Add PIO PCM extension | Jose Abreu | 5 | -88/+436 |
| 2016-05-30 | ASoC: dwc: Add helper functions to disable/enable irqs | Jose Abreu | 1 | -27/+41 |
| 2016-04-07 | ASoC: dwc: Use fifo depth to program FCR | Jose Abreu | 1 | -2/+7 |
| 2016-04-05 | ASoC: dwc: Unmask I2S interrupts only for enabled channels | Jose Abreu | 1 | -2/+3 |
| 2016-02-02 | ASoC: dwc: Ensure i2s_reg_comp{1,2} is always initialised | Jon Medhurst (Tixy) | 1 | -3/+2 |
| 2016-01-10 | ASoC: dwc: add quirk to override COMP_PARAM_1 register | Maruthi Srinivas Bayyavarapu | 1 | -0/+4 |
| 2015-12-07 | ASoC: dwc: reconfigure dwc in 'resume' from 'suspend' | Maruthi Srinivas Bayyavarapu | 1 | -27/+43 |
| 2015-12-07 | ASoC: dwc: add quirk for different register offset | Maruthi Srinivas Bayyavarapu | 1 | -3/+14 |
| 2015-12-07 | ASoC: dwc: add runtime suspend/resume functionality | Maruthi Srinivas Bayyavarapu | 1 | -1/+25 |
| 2015-10-26 | Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t... | Mark Brown | 1 | -37/+86 |
| 2015-10-24 | ASoC: dwc: add check for master/slave format | Maruthi Srinivas Bayyavarapu | 1 | -0/+31 |
| 2015-10-05 | ASoC: dwc: support dw i2s in slave mode | Maruthi Srinivas Bayyavarapu | 1 | -37/+55 |
| 2015-10-02 | ASoC: dwc: fix dma stop transferring issue | yitian | 1 | -3/+12 |
| 2015-10-02 | ASoC: dwc: correct irq clear method | Yitian Bu | 1 | -2/+2 |
| 2015-02-04 | Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi... | Mark Brown | 2 | -69/+243 |
| 2015-01-28 | ASoC: dwc: Remove unnecessary conditional compilation | Andrew Jackson | 1 | -2/+0 |
| 2014-12-30 | ASoC: dwc: Add devicetree support for Designware I2S | Andrew Jackson | 2 | -43/+151 |
| 2014-12-30 | ASoC: dwc: Register components with managed interface | Andrew Jackson | 1 | -2/+1 |
| 2014-12-30 | ASoC: dwc: Prepare clock before use | Andrew Jackson | 1 | -2/+5 |
| 2014-12-30 | ASoC: dwc: Read I2S block configuration from registers | Andrew Jackson | 1 | -10/+86 |
| 2014-12-30 | ASoC: dwc: Switch to managed clock resource | Andrew Jackson | 1 | -8/+2 |
| 2014-12-22 | ASoC: dwc: Iterate over all channels | Andrew Jackson | 1 | -19/+16 |
| 2014-12-22 | ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap | Andrew Jackson | 1 | -0/+14 |
| 2014-12-22 | ASoC: dwc: Reorder code in preparation for DT support | Andrew Jackson | 1 | -34/+39 |
| 2014-12-22 | ASoC: dwc: Remove unnecessary debug messages and tests | Andrew Jackson | 1 | -11/+2 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-12-03 | ASoC: dwc: Allocate resources with devm_ioremap_resource | Andrew Jackson | 1 | -27/+19 |
| 2014-10-20 | ASoC: dwc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-09 | ASoC: Update email id of the author | Rajeev Kumar | 1 | -1/+1 |
| 2014-09-06 | ASoC: dwc: Update email id of the author | Rajeev Kumar | 1 | -1/+1 |
| 2013-08-29 | ASoC: designware_i2s: Remove unnecessary dev_set_drvdata() | Fabio Estevam | 1 | -4/+1 |
| 2013-06-12 | ASoC: dwc: Folder path correction in file header. | Rajeev Kumar | 1 | -1/+1 |
| 2013-06-12 | ASoC: dwc: debug message correction. | Rajeev Kumar | 1 | -2/+2 |
| 2013-03-26 | ASoC: switch over to use snd_soc_register_component() on dw i2s | Kuninori Morimoto | 1 | -2/+7 |
| 2013-01-26 | ASoC: dwc: fix support for more than two channels | Dan Carpenter | 1 | -0/+4 |
| 2012-07-04 | ASoC: dwc: Staticise non-exported i2s_start() | Mark Brown | 1 | -1/+2 |
| 2012-06-28 | ASoC: dwc: Add missing __iomem annotations | Mark Brown | 1 | -2/+2 |
| 2012-06-25 | ASoC: dwc: Bodge around continuing absence of clock API stubs | Mark Brown | 1 | -0/+1 |
| 2012-06-22 | ASoC: Add support for synopsys i2s controller as per ASoC framework. | Rajeev Kumar | 3 | -0/+465 |