Age | Commit message (Expand) | Author | Files | Lines |
2023-09-03 | Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -27/+387 |
2023-08-22 | soundwire: intel_ace2x: add DAI hw_params/prepare/hw_free callbacks | Pierre-Louis Bossart | 1 | -0/+283 |
2023-08-18 | mfd: Immutable branch between MFD, Pinctrl and soundwire due for the v6.6 mer... | Mark Brown | 2 | -0/+44 |
2023-08-17 | soundwire: bus: Allow SoundWire peripherals to register IRQ handlers | Lucas Tanure | 2 | -0/+44 |
2023-08-11 | soundwire: intel_auxdevice: add hybrid IDA-based device_number allocation | Pierre-Louis Bossart | 1 | -10/+62 |
2023-08-11 | soundwire: bus: add callbacks for device_number allocation | Pierre-Louis Bossart | 2 | -10/+23 |
2023-08-11 | soundwire: extend parameters of new_peripheral_assigned() callback | Pierre-Louis Bossart | 2 | -2/+4 |
2023-08-11 | soundWire: intel_auxdevice: resume 'sdw-master' on startup and system resume | Pierre-Louis Bossart | 1 | -0/+6 |
2023-08-11 | soundwire: intel_auxdevice: enable pm_runtime earlier on startup | Pierre-Louis Bossart | 1 | -8/+13 |
2023-07-17 | soundwire: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
2023-07-13 | soundwire: amd: Fix a check for errors in probe() | Dan Carpenter | 1 | -2/+2 |
2023-07-12 | soundwire: qcom: update status correctly with mask | Srinivas Kandagatla | 1 | -1/+1 |
2023-07-12 | soundwire: fix enumeration completion | Johan Hovold | 1 | -4/+4 |
2023-06-21 | soundwire: stream: Make master_list ordered to prevent deadlocks | Richard Fitzgerald | 1 | -2/+16 |
2023-06-21 | soundwire: bus: Prevent lockdep asserts when stream has multiple buses | Richard Fitzgerald | 1 | -2/+13 |
2023-06-21 | soundwire: qcom: fix storing port config out-of-bounds | Krzysztof Kozlowski | 1 | -1/+2 |
2023-06-21 | soundwire: intel_ace2x: fix SND_SOC_SOF_HDA_MLINK dependency | Arnd Bergmann | 1 | -0/+1 |
2023-06-08 | soundwire: debugfs: Add missing SCP registers | Uday M Bhat | 1 | -1/+8 |
2023-06-08 | soundwire: stream: Remove unnecessary gotos | Charles Keepax | 1 | -68/+56 |
2023-06-08 | soundwire: stream: Invert logic on runtime alloc flags | Charles Keepax | 1 | -13/+12 |
2023-06-08 | soundwire: stream: Remove unneeded checks for NULL bus | Charles Keepax | 1 | -12/+2 |
2023-06-08 | soundwire: bandwidth allocation: Remove pointless variable | Charles Keepax | 1 | -7/+3 |
2023-06-08 | Merge branch 'fixes' into next | Vinod Koul | 3 | -5/+23 |
2023-06-08 | soundwire: stream: Add missing clear of alloc_slave_rt | Charles Keepax | 1 | -1/+3 |
2023-05-29 | soundwire: cadence: revisit parity injection | Pierre-Louis Bossart | 1 | -9/+10 |
2023-05-29 | soundwire: intel/cadence: update hardware reset sequence | Pierre-Louis Bossart | 3 | -17/+53 |
2023-05-29 | soundwire: intel_bus_common: enable interrupts last | Pierre-Louis Bossart | 1 | -31/+26 |
2023-05-29 | soundwire: intel_bus_common: update error log | Pierre-Louis Bossart | 1 | -2/+1 |
2023-05-29 | soundwire: amd: Improve error message in remove callback | Uwe Kleine-König | 1 | -3/+6 |
2023-05-29 | soundwire: debugfs: fix unbalanced pm_runtime_put() | Krzysztof Kozlowski | 1 | -1/+2 |
2023-05-29 | soundwire: qcom: fix unbalanced pm_runtime_put() | Krzysztof Kozlowski | 1 | -6/+9 |
2023-05-29 | soundwire: qcom: set clk stop need reset flag at runtime | Srinivas Kandagatla | 1 | -9/+4 |
2023-05-29 | soundwire: qcom: add software workaround for bus clash interrupt assertion | Srinivas Kandagatla | 1 | -22/+34 |
2023-05-29 | soundwire: qcom: wait for fifo to be empty before suspend | Srinivas Kandagatla | 1 | -0/+29 |
2023-05-27 | soundwire: qcom: add proper error paths in qcom_swrm_startup() | Krzysztof Kozlowski | 1 | -4/+13 |
2023-05-27 | soundwire: qcom: drop unused struct qcom_swrm_ctrl members | Krzysztof Kozlowski | 1 | -3/+0 |
2023-05-27 | soundwire: intel: read AC timing control register before updating it | Chao Song | 1 | -1/+2 |
2023-05-27 | soundwire: dmi-quirks: add new mapping for HP Spectre x360 | Pierre-Louis Bossart | 1 | -0/+7 |
2023-05-27 | soundwire: intel: remove .free callback implementation | Pierre-Louis Bossart | 1 | -36/+1 |
2023-05-27 | soundwire: intel: remove .trigger callback implementation | Pierre-Louis Bossart | 1 | -9/+0 |
2023-05-27 | ASoC: SOF/soundwire: re-add substream in params_stream structure | Pierre-Louis Bossart | 1 | -4/+4 |
2023-05-27 | soundwire: intel_ace2x: add pre/post bank switch callbacks | Pierre-Louis Bossart | 1 | -0/+3 |
2023-05-27 | soundwire: intel_ace2x: add new_peripheral_assigned callback | Pierre-Louis Bossart | 2 | -0/+28 |
2023-05-27 | soundwire: bus: add new manager callback to deal with peripheral enumeration | Pierre-Louis Bossart | 1 | -0/+3 |
2023-05-27 | soundwire: intel_ace2x: add check_cmdsync_unlocked helper | Pierre-Louis Bossart | 1 | -0/+6 |
2023-05-27 | soundwire: intel_ace2x: enable wake support | Pierre-Louis Bossart | 1 | -0/+38 |
2023-05-27 | soundwire: intel_ace2x: use common helpers for bus start/stop | Pierre-Louis Bossart | 1 | -0/+6 |
2023-05-27 | soundwire: intel_ace2x: add sync_arm/sync_go helpers | Pierre-Louis Bossart | 1 | -0/+39 |
2023-05-27 | soundwire: intel_ace2x: add DAI registration | Pierre-Louis Bossart | 1 | -0/+161 |
2023-05-27 | soundwire: intel_ace2x: configure link PHY | Pierre-Louis Bossart | 1 | -0/+19 |