| Commit message (Expand) | Author | Age | Files | Lines |
* | soundwire: intel: fix memory leak with devm_kasprintf | Pierre-Louis Bossart | 2020-07-22 | 1 | -2/+3 |
* | soundwire: slave: don't init debugfs on device registration error | Pierre-Louis Bossart | 2020-06-24 | 1 | -0/+2 |
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-03 | 9 | -133/+1028 |
|\ |
|
| * | soundwire: qcom: add support for get_sdw_stream() | Srinivas Kandagatla | 2020-03-20 | 1 | -0/+8 |
| * | Merge branch 'topic/ro_wordlength' into next | Vinod Koul | 2020-03-20 | 1 | -7/+9 |
| |\ |
|
| * | | soundwire: cadence: clear FIFO to avoid pop noise issue on playback start | randerwang | 2020-03-19 | 1 | -0/+1 |
| * | | soundwire: cadence: multi-link support | Pierre-Louis Bossart | 2020-03-19 | 1 | -2/+10 |
| * | | soundwire: cadence: commit changes in the exit_reset() sequence | Pierre-Louis Bossart | 2020-03-19 | 1 | -3/+2 |
| * | | soundwire: cadence: remove automatic command retries | Pierre-Louis Bossart | 2020-03-19 | 1 | -2/+1 |
| * | | soundwire: cadence: remove PREQ_DELAY assignment | Pierre-Louis Bossart | 2020-03-19 | 1 | -2/+1 |
| * | | soundwire: cadence: enable NORMAL operation in cdns_init() | Pierre-Louis Bossart | 2020-03-19 | 1 | -5/+4 |
| * | | soundwire: cadence: reorder MCP_CONFIG settings | Pierre-Louis Bossart | 2020-03-19 | 1 | -8/+10 |
| * | | soundwire: cadence: make SSP interval programmable | Pierre-Louis Bossart | 2020-03-19 | 2 | -3/+7 |
| * | | soundwire: cadence: move clock/SSP related inits to dedicated function | Pierre-Louis Bossart | 2020-03-19 | 1 | -5/+13 |
| * | | soundwire: cadence: merge routines to clear/set bits | Pierre-Louis Bossart | 2020-03-19 | 1 | -20/+8 |
| * | | soundwire: cadence: mask Slave interrupt before stopping clock | Pierre-Louis Bossart | 2020-03-19 | 1 | -0/+28 |
| * | | soundwire: cadence: fix a io timeout issue in S3 test | Rander Wang | 2020-03-19 | 1 | -0/+3 |
| * | | soundwire: cadence: add clock_stop/restart routines | Rander Wang | 2020-03-19 | 2 | -0/+159 |
| * | | soundwire: cadence: handle error cases with CONFIG_UPDATE | Pierre-Louis Bossart | 2020-03-19 | 1 | -0/+5 |
| * | | soundwire: cadence: add interface to check clock status | Rander Wang | 2020-03-19 | 2 | -0/+13 |
| * | | soundwire: cadence: simplifiy cdns_init() | Rander Wang | 2020-03-19 | 3 | -13/+3 |
| * | | soundwire: cadence: s/update_config/config_update | Pierre-Louis Bossart | 2020-03-19 | 1 | -3/+3 |
| * | | soundwire: stream: use sdw_write instead of update | Srinivas Kandagatla | 2020-03-13 | 1 | -5/+4 |
| * | | soundwire: bus: provide correct return value on error | Bard Liao | 2020-03-03 | 1 | -5/+2 |
| * | | Merge branch 'topic/asoc' into next | Vinod Koul | 2020-02-26 | 1 | -16/+5 |
| |\ \ |
|
| | * | | soundwire: add helper macros for devID fields | Pierre-Louis Bossart | 2020-02-26 | 1 | -16/+5 |
| * | | | soundwire: cadence: remove useless prototypes | Pierre-Louis Bossart | 2020-02-26 | 1 | -8/+0 |
| * | | | soundwire: bus: don't treat CMD_IGNORED as error on ClockStop | Pierre-Louis Bossart | 2020-02-25 | 1 | -2/+6 |
| * | | | soundwire: bus: add clock stop helpers | Rander Wang | 2020-02-25 | 1 | -0/+332 |
| * | | | soundwire: bus: fix io error when processing alert event | Rander Wang | 2020-02-25 | 1 | -5/+16 |
| * | | | soundwire: bus: disable pm_runtime in sdw_slave_delete | Pierre-Louis Bossart | 2020-02-25 | 1 | -0/+2 |
| * | | | soundwire: bus: add helper to clear Slave status to UNATTACHED | Pierre-Louis Bossart | 2020-02-25 | 2 | -0/+35 |
| * | | | soundwire: bus: write Slave Device Number without runtime_pm | Pierre-Louis Bossart | 2020-02-25 | 1 | -1/+1 |
| * | | | soundwire: bus: add PM/no-PM versions of read/write functions | Pierre-Louis Bossart | 2020-02-25 | 1 | -16/+52 |
| * | | | soundwire: bus: fix race condition with initialization_complete signaling | Pierre-Louis Bossart | 2020-02-25 | 2 | -0/+9 |
| * | | | soundwire: bus: fix race condition with enumeration_complete signaling | Pierre-Louis Bossart | 2020-02-25 | 2 | -0/+21 |
| * | | | soundwire: bus: fix race condition with probe_complete signaling | Pierre-Louis Bossart | 2020-02-25 | 4 | -3/+30 |
| * | | | soundwire: intel: free all resources on hw_free() | Pierre-Louis Bossart | 2020-02-18 | 1 | -2/+39 |
| * | | | soundwire: intel: add sdw_stream_setup helper for .startup callback | Rander Wang | 2020-02-18 | 1 | -0/+64 |
| * | | | soundwire: intel: add trigger support in sdw dai driver | Rander Wang | 2020-02-18 | 1 | -0/+39 |
| * | | | soundwire: intel: add prepare support in sdw dai driver | Rander Wang | 2020-02-18 | 1 | -0/+17 |
| * | | | soundwire: intel: rename res field as link_res | Pierre-Louis Bossart | 2020-02-18 | 1 | -18/+19 |
| * | | | soundwire: stream: don't program ports when a stream that has not been prepared | Rander Wang | 2020-02-13 | 1 | -5/+17 |
| * | | | soundwire: stream: fix support for multiple Slaves on the same link | Rander Wang | 2020-02-13 | 1 | -2/+3 |
| * | | | soundwire: stream: do not update parameters during DISABLED-PREPARED transition | Pierre-Louis Bossart | 2020-02-13 | 1 | -2/+17 |
| * | | | soundwire: stream: only prepare stream when it is configured. | Bard Liao | 2020-02-13 | 1 | -1/+6 |
| * | | | soundwire: stream: update state machine and add state checks | Pierre-Louis Bossart | 2020-02-13 | 1 | -0/+37 |
| |/ / |
|
* | | | Merge branch 'topic/ro_wordlength' of git://git.kernel.org/pub/scm/linux/kern... | Mark Brown | 2020-03-20 | 1 | -7/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | soundwire: stream: Add read_only_wordlength flag to port properties | Srinivas Kandagatla | 2020-03-20 | 1 | -7/+9 |
| |/ |
|
* | | ASoC: qcom: use for_each_rtd_codecs/cpus_dai() macro | Kuninori Morimoto | 2020-03-10 | 1 | -1/+1 |