summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorLines
2022-09-01soundwire: qcom: fix device status array rangeSrinivas Kandagatla-3/+3
2022-08-23soundwire: qcom: remove duplicate reset control getSrinivas Kandagatla-4/+0
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-3/+13
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-64/+155
2022-07-13soundwire: Intel: add trigger callbackBard Liao-0/+9
2022-07-06soundwire: qcom: Enable software clock gating requirement flagSrinivasa Rao Mandadapu-1/+7
2022-07-06soundwire: qcom: Check device status before reading devidSrinivas Kandagatla-0/+4
2022-07-06soundwire: qcom: Add flag for software clock gating checkSrinivasa Rao Mandadapu-0/+10
2022-07-06soundwire: qcom: Add support for controlling audio CGCR from HLOSSrinivasa Rao Mandadapu-0/+10
2022-07-06soundwire: intel: use pm_runtime_resume() on component probePierre-Louis Bossart-0/+18
2022-07-06soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart-57/+104
2022-07-06soundwire: bus_type: fix remove and shutdown supportPierre-Louis Bossart-6/+2
2022-06-27soundwire: intel: Migrate to new style legacy DAI naming flagCharles Keepax-2/+3
2022-06-23soundwire: Use acpi_dev_for_each_child()Rafael J. Wysocki-50/+67
2022-06-06ASoC: qcom: soundwire: Add support for controlling audio CGCR from HLOSSrinivasa Rao Mandadapu-0/+10
2022-05-09soundwire: qcom: adjust autoenumeration timeoutSrinivas Kandagatla-1/+1
2022-05-09soundwire: qcom: use pm_runtime_resume_and_get()Pierre-Louis Bossart-9/+6
2022-05-09soundwire: intel: use pm_runtime_resume_and_get()Pierre-Louis Bossart-3/+2
2022-05-09soundwire: cadence: use pm_runtime_resume_and_get()Pierre-Louis Bossart-3/+2
2022-05-09soundwire: bus: use pm_runtime_resume_and_get()Pierre-Louis Bossart-10/+5
2022-05-09soundwire: qcom: return error when pm_runtime_get_sync failsPierre-Louis Bossart-0/+2
2022-05-09soundwire: bus: pm_runtime_request_resume on peripheral attachmentPierre-Louis Bossart-0/+12
2022-05-09soundwire: intel: disable WAKEEN in pm_runtime resumePierre-Louis Bossart-0/+3
2022-05-09soundwire: intel: prevent pm_runtime resume prior to system suspendPierre-Louis Bossart-0/+3
2022-05-09soundwire: cadence: recheck device0 attachment after status changePierre-Louis Bossart-0/+37
2022-04-05soundwire: qcom: Add compatible name for v1.6.0Srinivasa Rao Mandadapu-0/+1
2022-04-05soundwire: stream: Fix error return code in do_bank_switch()Wang Wensheng-0/+1
2022-04-05soundwire: qcom: fix an error message in swrm_wait_for_frame_gen_enabled()Dan Carpenter-1/+1
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-413/+756
2022-03-07ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"Anthony I Gilea-1/+1
2022-03-03soundwire: qcom: use __maybe_unused for swrm_runtime_resume()Srinivas Kandagatla-1/+1
2022-03-02soundwire: qcom: constify static struct qcom_swrm_data global variablesSrinivasa Rao Mandadapu-2/+2
2022-03-02soundwire: qcom: add in-band wake up interrupt supportSrinivas Kandagatla-0/+48
2022-03-02soundwire: qcom: add runtime pm supportSrinivas Kandagatla-1/+155
2022-02-11soundwire: stream: make enable/disable/deprepare idempotentPierre-Louis Bossart-0/+15
2022-02-11soundwire: stream: sdw_stream_add_ functions can be called multiple timesPierre-Louis Bossart-0/+24
2022-02-11soundwire: stream: introduce sdw_slave_rt_find() helperPierre-Louis Bossart-12/+22
2022-02-11soundwire: stream: separate alloc and config within sdw_stream_add_xxx()Pierre-Louis Bossart-32/+48
2022-02-11soundwire: stream: move list addition to sdw_slave_alloc_rt()Pierre-Louis Bossart-3/+6
2022-02-11soundwire: stream: rename and move master/slave_rt_free routinesPierre-Louis Bossart-36/+36
2022-02-11soundwire: stream: group sdw_stream_ functionsPierre-Louis Bossart-264/+264
2022-02-11soundwire: stream: split sdw_alloc_slave_rt() in alloc and configPierre-Louis Bossart-10/+25
2022-02-11soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpersPierre-Louis Bossart-26/+26
2022-02-11soundwire: stream: split sdw_alloc_master_rt() in alloc and configPierre-Louis Bossart-17/+34
2022-02-11soundwire: stream: simplify sdw_alloc_master_rt()Pierre-Louis Bossart-9/+18
2022-02-11soundwire: stream: group sdw_port and sdw_master/slave_port functionsPierre-Louis Bossart-122/+120
2022-02-11soundwire: stream: add 'slave' prefix for port range checksPierre-Louis Bossart-11/+11
2022-02-11soundwire: stream: split alloc and config in two functionsPierre-Louis Bossart-12/+37
2022-02-11soundwire: stream: split port allocation and configuration loopsPierre-Louis Bossart-0/+8
2022-02-11soundwire: stream: add alloc/config/free helpers for portsPierre-Louis Bossart-38/+45