| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-02-24 | Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -146/+103 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2023-01-31 | soundwire: cadence: further simplify low-level xfer_msg_defer() callback | Pierre-Louis Bossart | 3 | -4/+5 |
| 2023-01-31 | soundwire: cadence: use directly bus sdw_defer structure | Pierre-Louis Bossart | 3 | -14/+10 |
| 2023-01-31 | soundwire: bus: remove sdw_defer argument in sdw_transfer_defer() | Pierre-Louis Bossart | 3 | -11/+6 |
| 2023-01-31 | soundwire: stream: use consistent pattern for freeing buffers | Pierre-Louis Bossart | 1 | -1/+3 |
| 2023-01-31 | soundwire: stream: Add specific prep/deprep commands to port_prep callback | Stefan Binding | 1 | -2/+2 |
| 2023-01-31 | soundwire: bus: Remove unused reset_page_addr() callback | Richard Fitzgerald | 3 | -18/+0 |
| 2023-01-31 | soundwire: bus: Don't zero page registers after every transaction | Richard Fitzgerald | 1 | -23/+0 |
| 2023-01-31 | soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() | Richard Fitzgerald | 1 | -6/+3 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-09 | soundwire: stream: Move remaining register accesses over to no_pm | Charles Keepax | 2 | -16/+16 |
| 2023-01-09 | soundwire: debugfs: Switch to sdw_read_no_pm | Charles Keepax | 1 | -1/+12 |
| 2023-01-09 | soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions | Simon Trimmer | 1 | -4/+4 |
| 2023-01-09 | soundwire: cadence: remove unused sdw_cdns_master_ops declaration | Gaosheng Cui | 1 | -1/+0 |
| 2023-01-09 | soundwire: enable optional clock registers for SoundWire 1.2 devices | Pierre-Louis Bossart | 1 | -3/+4 |
| 2023-01-09 | ASoC/soundwire: remove is_sdca boolean property | Pierre-Louis Bossart | 1 | -2/+2 |
| 2023-01-09 | soundwire: cadence: Drain the RX FIFO after an IO timeout | Richard Fitzgerald | 1 | -23/+27 |
| 2023-01-09 | soundwire: cadence: Remove wasted space in response_buf | Richard Fitzgerald | 2 | -1/+19 |
| 2023-01-09 | soundwire: cadence: Don't overflow the command FIFOs | Richard Fitzgerald | 1 | -1/+2 |
| 2023-01-09 | soundwire: intel: remove DAI startup/shutdown | Pierre-Louis Bossart | 1 | -27/+0 |
| 2022-12-19 | Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -736/+921 |
| 2022-11-25 | ASoC: adau1372: fixes after debugging custom board | Mark Brown | 2 | -0/+10 |
| 2022-11-23 | soundwire: intel_init: remove check on number of links | Pierre-Louis Bossart | 1 | -12/+0 |
| 2022-11-23 | soundwire: intel_init: remove sdw_intel_enable_irq() | Pierre-Louis Bossart | 1 | -24/+0 |
| 2022-11-23 | soundwire: intel_init: remove useless interrupt enablement in interrupt thread | Pierre-Louis Bossart | 1 | -1/+0 |
| 2022-11-23 | soundwire: intel: split auxdevice to different file | Pierre-Louis Bossart | 6 | -667/+700 |
| 2022-11-23 | soundwire: intel: add in-band wake callbacks in hw_ops | Pierre-Louis Bossart | 2 | -4/+20 |
| 2022-11-23 | soundwire: intel: add link power management callbacks in hw_ops | Pierre-Louis Bossart | 2 | -10/+27 |
| 2022-11-23 | soundwire: intel: add bus management callbacks in hw_ops | Pierre-Louis Bossart | 2 | -9/+49 |
| 2022-11-23 | soundwire: intel: add register_dai callback in hw_ops | Pierre-Louis Bossart | 2 | -1/+10 |
| 2022-11-23 | soundwire: intel: add debugfs callbacks in hw_ops | Pierre-Louis Bossart | 2 | -2/+21 |
| 2022-11-23 | soundwire: intel: start using hw_ops | Pierre-Louis Bossart | 3 | -8/+34 |
| 2022-11-23 | Merge branch 'fixes' into next | Vinod Koul | 2 | -0/+10 |
| 2022-11-09 | soundwire: cadence: use dai_runtime_array instead of dma_data | Pierre-Louis Bossart | 3 | -33/+35 |
| 2022-11-09 | soundwire: cadence: rename sdw_cdns_dai_dma_data as sdw_cdns_dai_runtime | Pierre-Louis Bossart | 3 | -65/+65 |
| 2022-10-28 | soundwire: qcom: add support for v1.7 Soundwire Controller | Srinivas Kandagatla | 1 | -2/+18 |
| 2022-10-28 | soundwire: qcom: make reset optional for v1.6 controller | Srinivas Kandagatla | 1 | -2/+2 |
| 2022-10-28 | soundwire: qcom: remove unused SWRM_SPECIAL_CMD_ID | Srinivas Kandagatla | 1 | -1/+0 |
| 2022-10-28 | soundwire: qcom: check for outanding writes before doing a read | Srinivas Kandagatla | 1 | -0/+6 |
| 2022-10-28 | soundwire: qcom: reinit broadcast completion | Srinivas Kandagatla | 1 | -0/+3 |
| 2022-10-28 | soundwire: intel: Initialize clock stop timeout | Sjoerd Simons | 1 | -0/+1 |
| 2022-10-19 | soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15 | Pierre-Louis Bossart | 1 | -0/+8 |
| 2022-10-07 | Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -455/+515 |
| 2022-09-20 | soundwire: intel: add helper to stop bus | Pierre-Louis Bossart | 1 | -42/+41 |
| 2022-09-20 | soundwire: intel: introduce helpers to start bus | Pierre-Louis Bossart | 1 | -193/+195 |
| 2022-09-20 | soundwire: intel: introduce intel_shim_check_wake() helper | Pierre-Louis Bossart | 1 | -6/+12 |
| 2022-09-20 | soundwire: intel: simplify read ops assignment | Pierre-Louis Bossart | 1 | -3/+2 |
| 2022-09-20 | soundwire: intel: remove intel_init() wrapper | Pierre-Louis Bossart | 1 | -23/+10 |
| 2022-09-20 | soundwire: intel: move shim initialization before power up/down | Pierre-Louis Bossart | 1 | -80/+79 |
| 2022-09-20 | soundwire: intel: remove clock_stop parameter in intel_shim_init() | Pierre-Louis Bossart | 1 | -6/+2 |
| 2022-09-20 | soundwire: intel: move all PDI initialization under intel_register_dai() | Pierre-Louis Bossart | 1 | -9/+9 |
| 2022-09-20 | soundwire: intel: move DAI registration and debugfs init earlier | Pierre-Louis Bossart | 1 | -9/+9 |
| 2022-09-20 | soundwire: intel: simplify flow and use devm_ for DAI registration | Pierre-Louis Bossart | 1 | -4/+2 |
| 2022-09-20 | soundwire: intel: fix error handling on dai registration issues | Pierre-Louis Bossart | 1 | -1/+0 |
| 2022-09-20 | soundwire: cadence: Simplify error paths in cdns_xfer_msg() | Richard Fitzgerald | 1 | -7/+4 |
| 2022-09-20 | soundwire: cadence: Fix error check in cdns_xfer_msg() | Richard Fitzgerald | 1 | -1/+1 |
| 2022-09-20 | soundwire: cadence: Write to correct address for each FIFO chunk | Richard Fitzgerald | 1 | -1/+1 |
| 2022-09-20 | soundwire: bus: Fix wrong port number in sdw_handle_slave_alerts() | Richard Fitzgerald | 1 | -2/+2 |
| 2022-09-20 | soundwire: qcom: do not send status of device 0 during alert | Srinivas Kandagatla | 1 | -1/+1 |
| 2022-09-20 | soundwire: qcom: update status from device id 1 | Srinivas Kandagatla | 1 | -1/+1 |
| 2022-09-20 | soundwire: cadence: Don't overwrite msg->buf during write commands | Richard Fitzgerald | 1 | -3/+6 |
| 2022-09-20 | soundwire: bus: Don't exit early if no device IDs were programmed | Richard Fitzgerald | 1 | -8/+21 |
| 2022-09-20 | soundwire: cadence: Fix lost ATTACHED interrupts when enumerating | Richard Fitzgerald | 1 | -4/+19 |
| 2022-09-20 | soundwire: bus: Don't re-enumerate before status is UNATTACHED | Richard Fitzgerald | 1 | -0/+10 |
| 2022-09-20 | soundwire: bus: Don't lose unattach notifications | Richard Fitzgerald | 1 | -0/+5 |
| 2022-09-20 | soundwire: cadence: fix updating slave status when a bus has multiple periphe... | Simon Trimmer | 1 | -32/+25 |
| 2022-09-13 | ASoC: Merge tag 'v6.0-rc4' into asoc-6.1 | Mark Brown | 1 | -7/+3 |
| 2022-09-01 | soundwire: intel: remove unused PDM capabilities | Pierre-Louis Bossart | 1 | -2/+1 |
| 2022-09-01 | soundwire: intel: cleanup definition of LCOUNT | Pierre-Louis Bossart | 2 | -2/+2 |
| 2022-09-01 | soundwire: qcom: fix device status array range | Srinivas Kandagatla | 1 | -3/+3 |
| 2022-08-30 | soundwire: intel: set dev_num_ida_min | Pierre-Louis Bossart | 1 | -0/+4 |
| 2022-08-30 | soundwire: bus: allow device number to be unique at system level | Pierre-Louis Bossart | 1 | -6/+17 |
| 2022-08-30 | soundwire: bus: rename sdw_ida as sdw_bus_ida | Pierre-Louis Bossart | 1 | -3/+3 |
| 2022-08-23 | soundwire: intel: remove use of __func__ in dev_dbg | Pierre-Louis Bossart | 1 | -7/+7 |
| 2022-08-23 | soundwire: bus: remove use of __func__ in dev_dbg | Pierre-Louis Bossart | 1 | -8/+8 |
| 2022-08-23 | soundwire: dmi-quirks: add remapping for HP Omen 16-k0005TX | Pierre-Louis Bossart | 1 | -0/+27 |
| 2022-08-23 | soundwire: intel: Remove unnecessary TODO | Khalid Masum | 1 | -1/+0 |
| 2022-08-23 | soundwire: qcom: Update error prints to debug prints | Srinivasa Rao Mandadapu | 1 | -3/+2 |
| 2022-08-23 | soundwire: qcom: remove duplicate reset control get | Srinivas Kandagatla | 1 | -4/+0 |
| 2022-08-17 | soundwire: add sdw_show_ping_status() helper | Pierre-Louis Bossart | 1 | -0/+32 |
| 2022-08-17 | soundwire: intel/cadence: expose PING status in manager ops | Pierre-Louis Bossart | 3 | -0/+11 |
| 2022-08-06 | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -3/+13 |
| 2022-08-04 | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -63/+154 |
| 2022-07-13 | soundwire: Intel: add trigger callback | Bard Liao | 1 | -0/+9 |
| 2022-07-06 | soundwire: qcom: Enable software clock gating requirement flag | Srinivasa Rao Mandadapu | 1 | -1/+7 |
| 2022-07-06 | soundwire: qcom: Check device status before reading devid | Srinivas Kandagatla | 1 | -0/+4 |
| 2022-07-06 | soundwire: qcom: Add flag for software clock gating check | Srinivasa Rao Mandadapu | 1 | -0/+10 |
| 2022-07-06 | soundwire: qcom: Add support for controlling audio CGCR from HLOS | Srinivasa Rao Mandadapu | 1 | -0/+10 |
| 2022-07-06 | soundwire: intel: use pm_runtime_resume() on component probe | Pierre-Louis Bossart | 1 | -0/+18 |
| 2022-07-06 | soundwire: revisit driver bind/unbind and callbacks | Pierre-Louis Bossart | 4 | -56/+103 |
| 2022-07-06 | soundwire: bus_type: fix remove and shutdown support | Pierre-Louis Bossart | 1 | -6/+2 |
| 2022-06-27 | soundwire: intel: Migrate to new style legacy DAI naming flag | Charles Keepax | 1 | -2/+3 |
| 2022-06-23 | soundwire: Use acpi_dev_for_each_child() | Rafael J. Wysocki | 1 | -50/+67 |
| 2022-06-06 | ASoC: qcom: soundwire: Add support for controlling audio CGCR from HLOS | Srinivasa Rao Mandadapu | 1 | -0/+10 |
| 2022-05-09 | soundwire: qcom: adjust autoenumeration timeout | Srinivas Kandagatla | 1 | -1/+1 |
| 2022-05-09 | soundwire: qcom: use pm_runtime_resume_and_get() | Pierre-Louis Bossart | 1 | -9/+6 |
| 2022-05-09 | soundwire: intel: use pm_runtime_resume_and_get() | Pierre-Louis Bossart | 1 | -3/+2 |
| 2022-05-09 | soundwire: cadence: use pm_runtime_resume_and_get() | Pierre-Louis Bossart | 1 | -3/+2 |
| 2022-05-09 | soundwire: bus: use pm_runtime_resume_and_get() | Pierre-Louis Bossart | 1 | -10/+5 |
| 2022-05-09 | soundwire: qcom: return error when pm_runtime_get_sync fails | Pierre-Louis Bossart | 1 | -0/+2 |
| 2022-05-09 | soundwire: bus: pm_runtime_request_resume on peripheral attachment | Pierre-Louis Bossart | 1 | -0/+12 |
| 2022-05-09 | soundwire: intel: disable WAKEEN in pm_runtime resume | Pierre-Louis Bossart | 1 | -0/+3 |
| 2022-05-09 | soundwire: intel: prevent pm_runtime resume prior to system suspend | Pierre-Louis Bossart | 1 | -0/+3 |
| 2022-05-09 | soundwire: cadence: recheck device0 attachment after status change | Pierre-Louis Bossart | 1 | -0/+37 |
| 2022-04-05 | soundwire: qcom: Add compatible name for v1.6.0 | Srinivasa Rao Mandadapu | 1 | -0/+1 |
| 2022-04-05 | soundwire: stream: Fix error return code in do_bank_switch() | Wang Wensheng | 1 | -0/+1 |
| 2022-04-05 | soundwire: qcom: fix an error message in swrm_wait_for_frame_gen_enabled() | Dan Carpenter | 1 | -1/+1 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -413/+756 |
| 2022-03-07 | ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" | Anthony I Gilea | 1 | -1/+1 |
| 2022-03-03 | soundwire: qcom: use __maybe_unused for swrm_runtime_resume() | Srinivas Kandagatla | 1 | -1/+1 |
| 2022-03-02 | soundwire: qcom: constify static struct qcom_swrm_data global variables | Srinivasa Rao Mandadapu | 1 | -2/+2 |
| 2022-03-02 | soundwire: qcom: add in-band wake up interrupt support | Srinivas Kandagatla | 1 | -0/+48 |
| 2022-03-02 | soundwire: qcom: add runtime pm support | Srinivas Kandagatla | 1 | -1/+155 |
| 2022-02-11 | soundwire: stream: make enable/disable/deprepare idempotent | Pierre-Louis Bossart | 1 | -0/+15 |
| 2022-02-11 | soundwire: stream: sdw_stream_add_ functions can be called multiple times | Pierre-Louis Bossart | 1 | -0/+24 |
| 2022-02-11 | soundwire: stream: introduce sdw_slave_rt_find() helper | Pierre-Louis Bossart | 1 | -12/+22 |
| 2022-02-11 | soundwire: stream: separate alloc and config within sdw_stream_add_xxx() | Pierre-Louis Bossart | 1 | -32/+48 |
| 2022-02-11 | soundwire: stream: move list addition to sdw_slave_alloc_rt() | Pierre-Louis Bossart | 1 | -3/+6 |
| 2022-02-11 | soundwire: stream: rename and move master/slave_rt_free routines | Pierre-Louis Bossart | 1 | -36/+36 |
| 2022-02-11 | soundwire: stream: group sdw_stream_ functions | Pierre-Louis Bossart | 1 | -264/+264 |
| 2022-02-11 | soundwire: stream: split sdw_alloc_slave_rt() in alloc and config | Pierre-Louis Bossart | 1 | -10/+25 |
| 2022-02-11 | soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpers | Pierre-Louis Bossart | 1 | -26/+26 |
| 2022-02-11 | soundwire: stream: split sdw_alloc_master_rt() in alloc and config | Pierre-Louis Bossart | 1 | -17/+34 |
| 2022-02-11 | soundwire: stream: simplify sdw_alloc_master_rt() | Pierre-Louis Bossart | 1 | -9/+18 |
| 2022-02-11 | soundwire: stream: group sdw_port and sdw_master/slave_port functions | Pierre-Louis Bossart | 1 | -122/+120 |
| 2022-02-11 | soundwire: stream: add 'slave' prefix for port range checks | Pierre-Louis Bossart | 1 | -11/+11 |
| 2022-02-11 | soundwire: stream: split alloc and config in two functions | Pierre-Louis Bossart | 1 | -12/+37 |
| 2022-02-11 | soundwire: stream: split port allocation and configuration loops | Pierre-Louis Bossart | 1 | -0/+8 |
| 2022-02-11 | soundwire: stream: add alloc/config/free helpers for ports | Pierre-Louis Bossart | 1 | -38/+45 |
| 2022-02-11 | soundwire: stream: simplify check on port range | Pierre-Louis Bossart | 1 | -6/+4 |
| 2022-02-11 | soundwire: stream: add slave runtime to list earlier | Pierre-Louis Bossart | 1 | -11/+2 |
| 2022-02-11 | soundwire: stream: remove unused parameter in sdw_stream_add_slave | Pierre-Louis Bossart | 1 | -4/+2 |
| 2022-02-10 | soundwire: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -3/+4 |
| 2022-02-10 | soundwire: intel: fix wrong register name in intel_shim_wake | Libin Yang | 1 | -2/+2 |
| 2022-02-10 | soundwire: bus: add dev_warn() messages to track UNATTACHED devices | Pierre-Louis Bossart | 1 | -1/+7 |
| 2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+1 |
| 2022-01-14 | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 5 | -179/+136 |
| 2021-12-24 | soundwire: intel: remove PDM support | Pierre-Louis Bossart | 3 | -140/+31 |
| 2021-12-24 | soundwire: intel: remove unnecessary init | Pierre-Louis Bossart | 1 | -1/+1 |
| 2021-12-24 | ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire | Pierre-Louis Bossart | 3 | -10/+10 |
| 2021-12-24 | soundwire: intel: improve suspend flows | Ranjani Sridharan | 2 | -23/+89 |
| 2021-12-24 | ASoC/soundwire: intel: simplify callbacks for params/hw_free | Pierre-Louis Bossart | 1 | -7/+7 |
| 2021-12-22 | soundwire: intel: Use auxiliary_device driver data helpers | David E. Box | 2 | -5/+5 |
| 2021-11-23 | soundwire: qcom: remove redundant version number read | Srinivas Kandagatla | 1 | -5/+1 |
| 2021-10-20 | soundwire: qcom: add debugfs entry for soundwire register dump | Srinivas Kandagatla | 1 | -0/+27 |
| 2021-10-20 | soundwire: bus: stop dereferencing invalid slave pointer | Srinivas Kandagatla | 1 | -1/+1 |
| 2021-10-01 | soundwire: debugfs: use controller id and link_id for debugfs | Srinivas Kandagatla | 1 | -1/+1 |
| 2021-09-01 | Merge tag 'sound-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -83/+5 |
| 2021-08-23 | soundwire: cadence: do not extend reset delay | Pierre-Louis Bossart | 1 | -4/+1 |
| 2021-08-23 | soundwire: intel: conditionally exit clock stop mode on system suspend | Pierre-Louis Bossart | 1 | -12/+93 |
| 2021-08-23 | soundwire: intel: skip suspend/resume/wake when link was not started | Pierre-Louis Bossart | 2 | -10/+13 |
| 2021-08-23 | soundwire: intel: fix potential race condition during power down | Pierre-Louis Bossart | 1 | -10/+13 |
| 2021-08-02 | soundwire: intel: introduce shim and alh base | Bard Liao | 1 | -3/+5 |
| 2021-08-02 | soundwire: move intel sdw register definitions to sdw_intel.h | Bard Liao | 2 | -80/+0 |
| 2021-08-02 | soundwire: cadence: override PDI configurations to create loopback | Pierre-Louis Bossart | 1 | -35/+95 |
| 2021-08-02 | soundwire: cadence: add debugfs interface for PDI loopbacks | Pierre-Louis Bossart | 2 | -0/+47 |
| 2021-08-02 | soundwire: stream: don't program mockup device ports | Bard Liao | 1 | -0/+3 |
| 2021-08-02 | soundwire: bus: squelch error returned by mockup devices | Pierre-Louis Bossart | 1 | -2/+8 |
| 2021-08-02 | soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA | Bard Liao | 1 | -1/+1 |
| 2021-08-02 | soundwire: cadence: add paranoid check on self-clearing bits | Pierre-Louis Bossart | 3 | -0/+65 |
| 2021-07-23 | soundwire: dmi-quirks: add quirk for Intel 'Bishop County' NUC M15 | Pierre-Louis Bossart | 1 | -4/+12 |
| 2021-07-22 | soundwire: bus: update Slave status in sdw_clear_slave_status | Bard Liao | 1 | -0/+1 |
| 2021-07-22 | soundwire: cadence: Remove ret variable from sdw_cdns_irq() | Peter Ujfalusi | 1 | -2/+1 |
| 2021-07-22 | soundwire: bus: filter out more -EDATA errors on clock stop | Pierre-Louis Bossart | 1 | -1/+2 |
| 2021-07-22 | soundwire: dmi-quirks: add ull suffix for SoundWire _ADR values | Pierre-Louis Bossart | 1 | -10/+10 |
| 2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -231/+292 |
| 2021-07-01 | Merge branch 'for-next' into for-linus | Takashi Iwai | 2 | -14/+16 |
| 2021-06-22 | Merge tag 'soundwire-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 11 | -231/+292 |
| 2021-06-21 | soundwire: export sdw_update() and sdw_update_no_pm() | Pierre-Louis Bossart | 2 | -14/+16 |
| 2021-06-20 | soundwire: stream: Fix test for DP prepare complete | Richard Fitzgerald | 1 | -7/+6 |
| 2021-06-20 | soundwire: bus: Make sdw_nwrite() data pointer argument const | Richard Fitzgerald | 1 | -4/+4 |
| 2021-06-14 | soundwire: intel: move to auxiliary bus | Pierre-Louis Bossart | 4 | -104/+199 |
| 2021-05-31 | soundwire: cadence: remove the repeated declaration | Shaokun Zhang | 1 | -3/+0 |
| 2021-05-13 | soundwire: qcom: fix handling of qcom,ports-block-pack-mode | Srinivas Kandagatla | 1 | -2/+10 |
| 2021-05-11 | soundwire: dmi-quirks: remove duplicate initialization | Pierre-Louis Bossart | 1 | -1/+1 |
| 2021-05-11 | soundwire: cadence_master: always set CMD_ACCEPT | Pierre-Louis Bossart | 1 | -19/+2 |
| 2021-05-11 | soundwire: bus: add missing \n in dynamic debug | Pierre-Louis Bossart | 1 | -2/+2 |
| 2021-05-11 | soundwire: bus: handle -ENODATA errors in clock stop/start sequences | Pierre-Louis Bossart | 1 | -33/+36 |
| 2021-05-11 | soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions | Pierre-Louis Bossart | 1 | -60/+40 |
| 2021-05-11 | soundwire: bandwidth allocation: improve error messages | Pierre-Louis Bossart | 1 | -5/+9 |
| 2021-05-11 | soundwire/ASoC: add leading zeroes in peripheral device name | Pierre-Louis Bossart | 1 | -2/+2 |
| 2021-04-06 | soundwire: intel_init: test link->cdns | Bard Liao | 1 | -0/+9 |
| 2021-04-06 | soundwire: qcom: handle return correctly in qcom_swrm_transport_params | Srinivas Kandagatla | 1 | -0/+10 |
| 2021-04-06 | soundwire: qcom: cleanup internal port config indexing | Srinivas Kandagatla | 1 | -13/+14 |
| 2021-04-06 | soundwire: qcom: wait for fifo space to be available before read/write | Srinivas Kandagatla | 1 | -0/+66 |
| 2021-04-06 | soundwire: qcom: add static port map support | Srinivas Kandagatla | 1 | -2/+18 |
| 2021-04-06 | soundwire: qcom: update port map allocation bit mask | Srinivas Kandagatla | 1 | -4/+7 |
| 2021-04-06 | soundwire: stream: fix memory leak in stream config error path | Rander Wang | 1 | -1/+9 |
| 2021-04-01 | soundwire: qcom: use signed variable for error return | Vinod Koul | 1 | -1/+1 |
| 2021-03-30 | soundwire: qcom: wait for enumeration to be complete in probe | Srinivas Kandagatla | 1 | -0/+5 |
| 2021-03-30 | soundwire: qcom: add auto enumeration support | Srinivas Kandagatla | 1 | -5/+81 |
| 2021-03-30 | soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add | Srinivas Kandagatla | 2 | -1/+4 |
| 2021-03-30 | soundwire: qcom: add support to new interrupts | Srinivas Kandagatla | 1 | -25/+134 |
| 2021-03-30 | soundwire: qcom: update register read/write routine | Srinivas Kandagatla | 1 | -76/+97 |
| 2021-03-30 | soundwire: qcom: start the clock during initialization | Srinivas Kandagatla | 1 | -0/+3 |
| 2021-03-30 | soundwire: qcom: set continue execution flag for ignored commands | Srinivas Kandagatla | 1 | -1/+10 |
| 2021-03-30 | soundwire: qcom: add support to missing transport params | Srinivas Kandagatla | 1 | -12/+94 |
| 2021-03-30 | soundwire: cadence: only prepare attached devices on clock stop | Pierre-Louis Bossart | 1 | -4/+6 |
| 2021-03-30 | soundwire: generic_allocation: fix confusion between group and packing | Pierre-Louis Bossart | 1 | -4/+3 |