summaryrefslogtreecommitdiff
path: root/drivers/soundwire
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-3/+13
|\
| * soundwire: Intel: add trigger callbackBard Liao2022-07-131-0/+9
| * soundwire: intel: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-2/+3
| * ASoC: qcom: soundwire: Add support for controlling audio CGCR from HLOSSrinivasa Rao Mandadapu2022-06-061-0/+10
* | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-046-64/+155
|\ \
| * | soundwire: qcom: Enable software clock gating requirement flagSrinivasa Rao Mandadapu2022-07-061-1/+7
| * | soundwire: qcom: Check device status before reading devidSrinivas Kandagatla2022-07-061-0/+4
| * | soundwire: qcom: Add flag for software clock gating checkSrinivasa Rao Mandadapu2022-07-061-0/+10
| * | soundwire: qcom: Add support for controlling audio CGCR from HLOSSrinivasa Rao Mandadapu2022-07-061-0/+10
| * | soundwire: intel: use pm_runtime_resume() on component probePierre-Louis Bossart2022-07-061-0/+18
| * | soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart2022-07-064-57/+104
| * | soundwire: bus_type: fix remove and shutdown supportPierre-Louis Bossart2022-07-061-6/+2
| |/
* | soundwire: Use acpi_dev_for_each_child()Rafael J. Wysocki2022-06-231-50/+67
|/
* soundwire: qcom: adjust autoenumeration timeoutSrinivas Kandagatla2022-05-091-1/+1
* soundwire: qcom: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-05-091-9/+6
* soundwire: intel: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-05-091-3/+2
* soundwire: cadence: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-05-091-3/+2
* soundwire: bus: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-05-091-10/+5
* soundwire: qcom: return error when pm_runtime_get_sync failsPierre-Louis Bossart2022-05-091-0/+2
* soundwire: bus: pm_runtime_request_resume on peripheral attachmentPierre-Louis Bossart2022-05-091-0/+12
* soundwire: intel: disable WAKEEN in pm_runtime resumePierre-Louis Bossart2022-05-091-0/+3
* soundwire: intel: prevent pm_runtime resume prior to system suspendPierre-Louis Bossart2022-05-091-0/+3
* soundwire: cadence: recheck device0 attachment after status changePierre-Louis Bossart2022-05-091-0/+37
* soundwire: qcom: Add compatible name for v1.6.0Srinivasa Rao Mandadapu2022-04-051-0/+1
* soundwire: stream: Fix error return code in do_bank_switch()Wang Wensheng2022-04-051-0/+1
* soundwire: qcom: fix an error message in swrm_wait_for_frame_gen_enabled()Dan Carpenter2022-04-051-1/+1
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-285-413/+756
|\
| * soundwire: qcom: use __maybe_unused for swrm_runtime_resume()Srinivas Kandagatla2022-03-031-1/+1
| * soundwire: qcom: constify static struct qcom_swrm_data global variablesSrinivasa Rao Mandadapu2022-03-021-2/+2
| * soundwire: qcom: add in-band wake up interrupt supportSrinivas Kandagatla2022-03-021-0/+48
| * soundwire: qcom: add runtime pm supportSrinivas Kandagatla2022-03-021-1/+155
| * soundwire: stream: make enable/disable/deprepare idempotentPierre-Louis Bossart2022-02-111-0/+15
| * soundwire: stream: sdw_stream_add_ functions can be called multiple timesPierre-Louis Bossart2022-02-111-0/+24
| * soundwire: stream: introduce sdw_slave_rt_find() helperPierre-Louis Bossart2022-02-111-12/+22
| * soundwire: stream: separate alloc and config within sdw_stream_add_xxx()Pierre-Louis Bossart2022-02-111-32/+48
| * soundwire: stream: move list addition to sdw_slave_alloc_rt()Pierre-Louis Bossart2022-02-111-3/+6
| * soundwire: stream: rename and move master/slave_rt_free routinesPierre-Louis Bossart2022-02-111-36/+36
| * soundwire: stream: group sdw_stream_ functionsPierre-Louis Bossart2022-02-111-264/+264
| * soundwire: stream: split sdw_alloc_slave_rt() in alloc and configPierre-Louis Bossart2022-02-111-10/+25
| * soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpersPierre-Louis Bossart2022-02-111-26/+26
| * soundwire: stream: split sdw_alloc_master_rt() in alloc and configPierre-Louis Bossart2022-02-111-17/+34
| * soundwire: stream: simplify sdw_alloc_master_rt()Pierre-Louis Bossart2022-02-111-9/+18
| * soundwire: stream: group sdw_port and sdw_master/slave_port functionsPierre-Louis Bossart2022-02-111-122/+120
| * soundwire: stream: add 'slave' prefix for port range checksPierre-Louis Bossart2022-02-111-11/+11
| * soundwire: stream: split alloc and config in two functionsPierre-Louis Bossart2022-02-111-12/+37
| * soundwire: stream: split port allocation and configuration loopsPierre-Louis Bossart2022-02-111-0/+8
| * soundwire: stream: add alloc/config/free helpers for portsPierre-Louis Bossart2022-02-111-38/+45
| * soundwire: stream: simplify check on port rangePierre-Louis Bossart2022-02-111-6/+4
| * soundwire: stream: add slave runtime to list earlierPierre-Louis Bossart2022-02-111-11/+2
| * soundwire: stream: remove unused parameter in sdw_stream_add_slavePierre-Louis Bossart2022-02-111-4/+2