summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
Commit message (Expand)AuthorAgeFilesLines
* soundwire: stream: Make master_list ordered to prevent deadlocksRichard Fitzgerald2023-06-211-2/+16
* soundwire: bus: Prevent lockdep asserts when stream has multiple busesRichard Fitzgerald2023-06-211-2/+13
* soundwire: qcom: fix storing port config out-of-boundsKrzysztof Kozlowski2023-06-211-1/+2
* soundwire: intel_ace2x: fix SND_SOC_SOF_HDA_MLINK dependencyArnd Bergmann2023-06-211-0/+1
* soundwire: debugfs: Add missing SCP registersUday M Bhat2023-06-081-1/+8
* soundwire: stream: Remove unnecessary gotosCharles Keepax2023-06-081-68/+56
* soundwire: stream: Invert logic on runtime alloc flagsCharles Keepax2023-06-081-13/+12
* soundwire: stream: Remove unneeded checks for NULL busCharles Keepax2023-06-081-12/+2
* soundwire: bandwidth allocation: Remove pointless variableCharles Keepax2023-06-081-7/+3
* Merge branch 'fixes' into nextVinod Koul2023-06-083-5/+23
|\
| * soundwire: stream: Add missing clear of alloc_slave_rtCharles Keepax2023-06-081-1/+3
| * soundwire: qcom: add proper error paths in qcom_swrm_startup()Krzysztof Kozlowski2023-05-271-4/+13
| * soundwire: dmi-quirks: add new mapping for HP Spectre x360Pierre-Louis Bossart2023-05-271-0/+7
* | soundwire: cadence: revisit parity injectionPierre-Louis Bossart2023-05-291-9/+10
* | soundwire: intel/cadence: update hardware reset sequencePierre-Louis Bossart2023-05-293-17/+53
* | soundwire: intel_bus_common: enable interrupts lastPierre-Louis Bossart2023-05-291-31/+26
* | soundwire: intel_bus_common: update error logPierre-Louis Bossart2023-05-291-2/+1
* | soundwire: amd: Improve error message in remove callbackUwe Kleine-König2023-05-291-3/+6
* | soundwire: debugfs: fix unbalanced pm_runtime_put()Krzysztof Kozlowski2023-05-291-1/+2
* | soundwire: qcom: fix unbalanced pm_runtime_put()Krzysztof Kozlowski2023-05-291-6/+9
* | soundwire: qcom: set clk stop need reset flag at runtimeSrinivas Kandagatla2023-05-291-9/+4
* | soundwire: qcom: add software workaround for bus clash interrupt assertionSrinivas Kandagatla2023-05-291-22/+34
* | soundwire: qcom: wait for fifo to be empty before suspendSrinivas Kandagatla2023-05-291-0/+29
* | soundwire: qcom: drop unused struct qcom_swrm_ctrl membersKrzysztof Kozlowski2023-05-271-3/+0
* | soundwire: intel: read AC timing control register before updating itChao Song2023-05-271-1/+2
* | soundwire: intel: remove .free callback implementationPierre-Louis Bossart2023-05-271-36/+1
* | soundwire: intel: remove .trigger callback implementationPierre-Louis Bossart2023-05-271-9/+0
* | ASoC: SOF/soundwire: re-add substream in params_stream structurePierre-Louis Bossart2023-05-271-4/+4
* | soundwire: intel_ace2x: add pre/post bank switch callbacksPierre-Louis Bossart2023-05-271-0/+3
* | soundwire: intel_ace2x: add new_peripheral_assigned callbackPierre-Louis Bossart2023-05-272-0/+28
* | soundwire: bus: add new manager callback to deal with peripheral enumerationPierre-Louis Bossart2023-05-271-0/+3
* | soundwire: intel_ace2x: add check_cmdsync_unlocked helperPierre-Louis Bossart2023-05-271-0/+6
* | soundwire: intel_ace2x: enable wake supportPierre-Louis Bossart2023-05-271-0/+38
* | soundwire: intel_ace2x: use common helpers for bus start/stopPierre-Louis Bossart2023-05-271-0/+6
* | soundwire: intel_ace2x: add sync_arm/sync_go helpersPierre-Louis Bossart2023-05-271-0/+39
* | soundwire: intel_ace2x: add DAI registrationPierre-Louis Bossart2023-05-271-0/+161
* | soundwire: intel_ace2x: configure link PHYPierre-Louis Bossart2023-05-271-0/+19
* | soundwire: intel_ace2x: set SYNCPRD before powering-upPierre-Louis Bossart2023-05-271-2/+40
* | soundwire: intel_ace2x: add link power-up/down helpersPierre-Louis Bossart2023-05-271-0/+50
* | soundwire: intel_ace2x: add debugfs supportPierre-Louis Bossart2023-05-274-1/+159
* | soundwire: intel_init: use eml_lock parameterPierre-Louis Bossart2023-05-271-1/+2
* | ASoC/soundwire: intel: pass hdac_bus pointer for link managementPierre-Louis Bossart2023-05-272-0/+6
* | soundwire: intel/cadence: set ip_offset at run-timePierre-Louis Bossart2023-05-274-0/+7
* | soundwire/ASOC: Intel: update offsets for LunarLakePierre-Louis Bossart2023-05-272-4/+12
* | soundwire: intel_ace2x: add empty new ops for LunarLakePierre-Louis Bossart2023-05-272-1/+20
* | soundwire: bus: Don't filter slave alertsCharles Keepax2023-05-081-8/+4
* | soundwire: qcom: use tabs for indentation in definesKrzysztof Kozlowski2023-05-081-17/+17
* | soundwire: qcom: add support for v2.0.0 controllerKrzysztof Kozlowski2023-05-081-8/+57
* | soundwire: qcom: prepare for handling different register layoutsKrzysztof Kozlowski2023-05-081-33/+97
* | soundwire: qcom: use consistently 'ctrl' as state variable nameKrzysztof Kozlowski2023-05-081-84/+84