| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | ASoC: dwc: Drop superfluous PCM preallocation error checks | Takashi Iwai | 2019-02-06 | 1 | -1/+2 |
*-. | Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es7134', 'asoc/t... | Mark Brown | 2018-03-28 | 1 | -0/+4 |
|\ \ |
|
| * | | ASoC: dwc: Extends DW_I2S_QUIRK_COMP_PARAM1 to playback | Akshu Agrawal | 2018-02-16 | 1 | -0/+4 |
| |/ |
|
* / | ASoC: dwc-pcm: replace platform to component | Kuninori Morimoto | 2018-02-12 | 1 | -2/+3 |
|/ |
|
* | ASoC: dwc: fix typos in Kconfig | Nik Nyby | 2017-10-09 | 1 | -2/+2 |
* | ASoC: dwc: Delete an error message for a failed memory allocation in dw_i2s_p... | Markus Elfring | 2017-08-14 | 1 | -3/+1 |
* | ASoC: dwc: constify snd_soc_dai_ops structure | Gustavo A. R. Silva | 2017-07-17 | 1 | -1/+1 |
* | ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driver | Vijendar Mukunda | 2017-06-28 | 1 | -0/+6 |
* | ASoC: dwc: Disallow building designware_pcm as a module | Jose Abreu | 2017-04-30 | 4 | -8/+5 |
* | ASoC: dwc: Enable 24 bit sample size in PIO mode | Jose Abreu | 2017-01-09 | 1 | -0/+2 |
* | ASoC: dwc: Add record capability in PIO mode | Jose Abreu | 2017-01-09 | 3 | -23/+92 |
* | ASoC: dwc: Fix PIO mode initialization | Jose Abreu | 2016-12-14 | 1 | -14/+11 |
* | ASoC: dwc: Drop DMA channel names assignment | Sylwester Nawrocki | 2016-08-08 | 1 | -2/+0 |
* | SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported" | Colin Ian King | 2016-06-26 | 1 | -1/+1 |
* | ASoC: dwc: make pcm support built-in when necessary | Arnd Bergmann | 2016-06-21 | 1 | -2/+3 |
* | ASoC: dwc: Add PIO PCM extension | Jose Abreu | 2016-06-13 | 5 | -88/+436 |
* | ASoC: dwc: Add helper functions to disable/enable irqs | Jose Abreu | 2016-05-30 | 1 | -27/+41 |
* | ASoC: dwc: Use fifo depth to program FCR | Jose Abreu | 2016-04-07 | 1 | -2/+7 |
* | ASoC: dwc: Unmask I2S interrupts only for enabled channels | Jose Abreu | 2016-04-05 | 1 | -2/+3 |
* | ASoC: dwc: Ensure i2s_reg_comp{1,2} is always initialised | Jon Medhurst (Tixy) | 2016-02-02 | 1 | -3/+2 |
* | ASoC: dwc: add quirk to override COMP_PARAM_1 register | Maruthi Srinivas Bayyavarapu | 2016-01-10 | 1 | -0/+4 |
* | ASoC: dwc: reconfigure dwc in 'resume' from 'suspend' | Maruthi Srinivas Bayyavarapu | 2015-12-07 | 1 | -27/+43 |
* | ASoC: dwc: add quirk for different register offset | Maruthi Srinivas Bayyavarapu | 2015-12-07 | 1 | -3/+14 |
* | ASoC: dwc: add runtime suspend/resume functionality | Maruthi Srinivas Bayyavarapu | 2015-12-07 | 1 | -1/+25 |
*-. | Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t... | Mark Brown | 2015-10-26 | 1 | -37/+86 |
|\ \ |
|
| * | | ASoC: dwc: add check for master/slave format | Maruthi Srinivas Bayyavarapu | 2015-10-24 | 1 | -0/+31 |
| * | | ASoC: dwc: support dw i2s in slave mode | Maruthi Srinivas Bayyavarapu | 2015-10-05 | 1 | -37/+55 |
| |/ |
|
* | | ASoC: dwc: fix dma stop transferring issue | yitian | 2015-10-02 | 1 | -3/+12 |
* | | ASoC: dwc: correct irq clear method | Yitian Bu | 2015-10-02 | 1 | -2/+2 |
|/ |
|
*-. | Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi... | Mark Brown | 2015-02-04 | 2 | -69/+243 |
|\ \ |
|
| | * | ASoC: dwc: Remove unnecessary conditional compilation | Andrew Jackson | 2015-01-28 | 1 | -2/+0 |
| | * | ASoC: dwc: Add devicetree support for Designware I2S | Andrew Jackson | 2014-12-30 | 2 | -43/+151 |
| | * | ASoC: dwc: Register components with managed interface | Andrew Jackson | 2014-12-30 | 1 | -2/+1 |
| | * | ASoC: dwc: Prepare clock before use | Andrew Jackson | 2014-12-30 | 1 | -2/+5 |
| | * | ASoC: dwc: Read I2S block configuration from registers | Andrew Jackson | 2014-12-30 | 1 | -10/+86 |
| | * | ASoC: dwc: Switch to managed clock resource | Andrew Jackson | 2014-12-30 | 1 | -8/+2 |
| | * | ASoC: dwc: Reorder code in preparation for DT support | Andrew Jackson | 2014-12-22 | 1 | -34/+39 |
| | * | ASoC: dwc: Remove unnecessary debug messages and tests | Andrew Jackson | 2014-12-22 | 1 | -11/+2 |
| |/ |
|
* | | ASoC: dwc: Iterate over all channels | Andrew Jackson | 2014-12-22 | 1 | -19/+16 |
* | | ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap | Andrew Jackson | 2014-12-22 | 1 | -0/+14 |
|/ |
|
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | ASoC: dwc: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | ASoC: dwc: Allocate resources with devm_ioremap_resource | Andrew Jackson | 2014-12-03 | 1 | -27/+19 |
|/ |
|
* | ASoC: Update email id of the author | Rajeev Kumar | 2014-09-09 | 1 | -1/+1 |
* | ASoC: dwc: Update email id of the author | Rajeev Kumar | 2014-09-06 | 1 | -1/+1 |
* | ASoC: designware_i2s: Remove unnecessary dev_set_drvdata() | Fabio Estevam | 2013-08-29 | 1 | -4/+1 |
* | ASoC: dwc: Folder path correction in file header. | Rajeev Kumar | 2013-06-12 | 1 | -1/+1 |
* | ASoC: dwc: debug message correction. | Rajeev Kumar | 2013-06-12 | 1 | -2/+2 |
* | ASoC: switch over to use snd_soc_register_component() on dw i2s | Kuninori Morimoto | 2013-03-26 | 1 | -2/+7 |