aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soundwire (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-413/+756
2022-03-07ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"Anthony I Gilea1-1/+1
2022-03-03soundwire: qcom: use __maybe_unused for swrm_runtime_resume()Srinivas Kandagatla1-1/+1
2022-03-02soundwire: qcom: constify static struct qcom_swrm_data global variablesSrinivasa Rao Mandadapu1-2/+2
2022-03-02soundwire: qcom: add in-band wake up interrupt supportSrinivas Kandagatla1-0/+48
2022-03-02soundwire: qcom: add runtime pm supportSrinivas Kandagatla1-1/+155
2022-02-11soundwire: stream: make enable/disable/deprepare idempotentPierre-Louis Bossart1-0/+15
2022-02-11soundwire: stream: sdw_stream_add_ functions can be called multiple timesPierre-Louis Bossart1-0/+24
2022-02-11soundwire: stream: introduce sdw_slave_rt_find() helperPierre-Louis Bossart1-12/+22
2022-02-11soundwire: stream: separate alloc and config within sdw_stream_add_xxx()Pierre-Louis Bossart1-32/+48
2022-02-11soundwire: stream: move list addition to sdw_slave_alloc_rt()Pierre-Louis Bossart1-3/+6
2022-02-11soundwire: stream: rename and move master/slave_rt_free routinesPierre-Louis Bossart1-36/+36
2022-02-11soundwire: stream: group sdw_stream_ functionsPierre-Louis Bossart1-264/+264
2022-02-11soundwire: stream: split sdw_alloc_slave_rt() in alloc and configPierre-Louis Bossart1-10/+25
2022-02-11soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpersPierre-Louis Bossart1-26/+26
2022-02-11soundwire: stream: split sdw_alloc_master_rt() in alloc and configPierre-Louis Bossart1-17/+34
2022-02-11soundwire: stream: simplify sdw_alloc_master_rt()Pierre-Louis Bossart1-9/+18
2022-02-11soundwire: stream: group sdw_port and sdw_master/slave_port functionsPierre-Louis Bossart1-122/+120
2022-02-11soundwire: stream: add 'slave' prefix for port range checksPierre-Louis Bossart1-11/+11
2022-02-11soundwire: stream: split alloc and config in two functionsPierre-Louis Bossart1-12/+37
2022-02-11soundwire: stream: split port allocation and configuration loopsPierre-Louis Bossart1-0/+8
2022-02-11soundwire: stream: add alloc/config/free helpers for portsPierre-Louis Bossart1-38/+45
2022-02-11soundwire: stream: simplify check on port rangePierre-Louis Bossart1-6/+4
2022-02-11soundwire: stream: add slave runtime to list earlierPierre-Louis Bossart1-11/+2
2022-02-11soundwire: stream: remove unused parameter in sdw_stream_add_slavePierre-Louis Bossart1-4/+2
2022-02-10soundwire: Replace acpi_bus_get_device()Rafael J. Wysocki1-3/+4
2022-02-10soundwire: intel: fix wrong register name in intel_shim_wakeLibin Yang1-2/+2
2022-02-10soundwire: bus: add dev_warn() messages to track UNATTACHED devicesPierre-Louis Bossart1-1/+7
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+1
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-179/+136
2021-12-24soundwire: intel: remove PDM supportPierre-Louis Bossart3-140/+31
2021-12-24soundwire: intel: remove unnecessary initPierre-Louis Bossart1-1/+1
2021-12-24ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart3-10/+10
2021-12-24soundwire: intel: improve suspend flowsRanjani Sridharan2-23/+89
2021-12-24ASoC/soundwire: intel: simplify callbacks for params/hw_freePierre-Louis Bossart1-7/+7
2021-12-22soundwire: intel: Use auxiliary_device driver data helpersDavid E. Box2-5/+5
2021-11-23soundwire: qcom: remove redundant version number readSrinivas Kandagatla1-5/+1
2021-10-20soundwire: qcom: add debugfs entry for soundwire register dumpSrinivas Kandagatla1-0/+27
2021-10-20soundwire: bus: stop dereferencing invalid slave pointerSrinivas Kandagatla1-1/+1
2021-10-01soundwire: debugfs: use controller id and link_id for debugfsSrinivas Kandagatla1-1/+1
2021-09-01Merge tag 'sound-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-83/+5
2021-08-23soundwire: cadence: do not extend reset delayPierre-Louis Bossart1-4/+1
2021-08-23soundwire: intel: conditionally exit clock stop mode on system suspendPierre-Louis Bossart1-13/+94
2021-08-23soundwire: intel: skip suspend/resume/wake when link was not startedPierre-Louis Bossart2-10/+13
2021-08-23soundwire: intel: fix potential race condition during power downPierre-Louis Bossart1-10/+13
2021-08-02soundwire: intel: introduce shim and alh baseBard Liao1-3/+5
2021-08-02soundwire: move intel sdw register definitions to sdw_intel.hBard Liao2-80/+0
2021-08-02soundwire: cadence: override PDI configurations to create loopbackPierre-Louis Bossart1-35/+95
2021-08-02soundwire: cadence: add debugfs interface for PDI loopbacksPierre-Louis Bossart2-0/+47
2021-08-02soundwire: stream: don't program mockup device portsBard Liao1-0/+3