| Commit message (Expand) | Author | Age | Files | Lines |
* | soundwire: qcom: add debugfs entry for soundwire register dump | Srinivas Kandagatla | 2021-10-20 | 1 | -0/+27 |
* | soundwire: bus: stop dereferencing invalid slave pointer | Srinivas Kandagatla | 2021-10-20 | 1 | -1/+1 |
* | soundwire: debugfs: use controller id and link_id for debugfs | Srinivas Kandagatla | 2021-10-01 | 1 | -1/+1 |
* | Merge tag 'sound-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2021-09-01 | 2 | -83/+5 |
|\ |
|
| * | soundwire: intel: introduce shim and alh base | Bard Liao | 2021-08-02 | 1 | -3/+5 |
| * | soundwire: move intel sdw register definitions to sdw_intel.h | Bard Liao | 2021-08-02 | 2 | -80/+0 |
* | | soundwire: cadence: do not extend reset delay | Pierre-Louis Bossart | 2021-08-23 | 1 | -4/+1 |
* | | soundwire: intel: conditionally exit clock stop mode on system suspend | Pierre-Louis Bossart | 2021-08-23 | 1 | -13/+94 |
* | | soundwire: intel: skip suspend/resume/wake when link was not started | Pierre-Louis Bossart | 2021-08-23 | 2 | -10/+13 |
* | | soundwire: intel: fix potential race condition during power down | Pierre-Louis Bossart | 2021-08-23 | 1 | -10/+13 |
* | | soundwire: cadence: override PDI configurations to create loopback | Pierre-Louis Bossart | 2021-08-02 | 1 | -35/+95 |
* | | soundwire: cadence: add debugfs interface for PDI loopbacks | Pierre-Louis Bossart | 2021-08-02 | 2 | -0/+47 |
* | | soundwire: stream: don't program mockup device ports | Bard Liao | 2021-08-02 | 1 | -0/+3 |
* | | soundwire: bus: squelch error returned by mockup devices | Pierre-Louis Bossart | 2021-08-02 | 1 | -2/+8 |
* | | soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA | Bard Liao | 2021-08-02 | 1 | -1/+1 |
* | | soundwire: cadence: add paranoid check on self-clearing bits | Pierre-Louis Bossart | 2021-08-02 | 3 | -0/+65 |
* | | soundwire: dmi-quirks: add quirk for Intel 'Bishop County' NUC M15 | Pierre-Louis Bossart | 2021-07-23 | 1 | -4/+12 |
* | | soundwire: bus: update Slave status in sdw_clear_slave_status | Bard Liao | 2021-07-22 | 1 | -0/+1 |
* | | soundwire: cadence: Remove ret variable from sdw_cdns_irq() | Peter Ujfalusi | 2021-07-22 | 1 | -2/+1 |
* | | soundwire: bus: filter out more -EDATA errors on clock stop | Pierre-Louis Bossart | 2021-07-22 | 1 | -1/+2 |
* | | soundwire: dmi-quirks: add ull suffix for SoundWire _ADR values | Pierre-Louis Bossart | 2021-07-22 | 1 | -10/+10 |
|/ |
|
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 11 | -231/+292 |
|\ |
|
| * | Merge tag 'soundwire-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2021-06-22 | 11 | -231/+292 |
| |\ |
|
| | * | soundwire: stream: Fix test for DP prepare complete | Richard Fitzgerald | 2021-06-20 | 1 | -7/+6 |
| | * | soundwire: bus: Make sdw_nwrite() data pointer argument const | Richard Fitzgerald | 2021-06-20 | 1 | -4/+4 |
| | * | soundwire: intel: move to auxiliary bus | Pierre-Louis Bossart | 2021-06-14 | 4 | -104/+199 |
| | * | soundwire: cadence: remove the repeated declaration | Shaokun Zhang | 2021-05-31 | 1 | -3/+0 |
| | * | soundwire: dmi-quirks: remove duplicate initialization | Pierre-Louis Bossart | 2021-05-11 | 1 | -1/+1 |
| | * | soundwire: cadence_master: always set CMD_ACCEPT | Pierre-Louis Bossart | 2021-05-11 | 1 | -19/+2 |
| | * | soundwire: bus: add missing \n in dynamic debug | Pierre-Louis Bossart | 2021-05-11 | 1 | -2/+2 |
| | * | soundwire: bus: handle -ENODATA errors in clock stop/start sequences | Pierre-Louis Bossart | 2021-05-11 | 1 | -33/+36 |
| | * | soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions | Pierre-Louis Bossart | 2021-05-11 | 1 | -60/+40 |
| | * | soundwire: bandwidth allocation: improve error messages | Pierre-Louis Bossart | 2021-05-11 | 1 | -5/+9 |
| | * | soundwire/ASoC: add leading zeroes in peripheral device name | Pierre-Louis Bossart | 2021-05-11 | 1 | -2/+2 |
* | | | Merge branch 'for-next' into for-linus | Takashi Iwai | 2021-07-01 | 2 | -14/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | soundwire: export sdw_update() and sdw_update_no_pm() | Pierre-Louis Bossart | 2021-06-21 | 2 | -14/+16 |
| |/ |
|
* / | soundwire: qcom: fix handling of qcom,ports-block-pack-mode | Srinivas Kandagatla | 2021-05-13 | 1 | -2/+10 |
|/ |
|
* | soundwire: intel_init: test link->cdns | Bard Liao | 2021-04-06 | 1 | -0/+9 |
* | soundwire: qcom: handle return correctly in qcom_swrm_transport_params | Srinivas Kandagatla | 2021-04-06 | 1 | -0/+10 |
* | soundwire: qcom: cleanup internal port config indexing | Srinivas Kandagatla | 2021-04-06 | 1 | -13/+14 |
* | soundwire: qcom: wait for fifo space to be available before read/write | Srinivas Kandagatla | 2021-04-06 | 1 | -0/+66 |
* | soundwire: qcom: add static port map support | Srinivas Kandagatla | 2021-04-06 | 1 | -2/+18 |
* | soundwire: qcom: update port map allocation bit mask | Srinivas Kandagatla | 2021-04-06 | 1 | -4/+7 |
* | soundwire: stream: fix memory leak in stream config error path | Rander Wang | 2021-04-06 | 1 | -1/+9 |
* | soundwire: qcom: use signed variable for error return | Vinod Koul | 2021-04-01 | 1 | -1/+1 |
* | soundwire: qcom: wait for enumeration to be complete in probe | Srinivas Kandagatla | 2021-03-30 | 1 | -0/+5 |
* | soundwire: qcom: add auto enumeration support | Srinivas Kandagatla | 2021-03-30 | 1 | -5/+81 |
* | soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add | Srinivas Kandagatla | 2021-03-30 | 2 | -1/+4 |
* | soundwire: qcom: add support to new interrupts | Srinivas Kandagatla | 2021-03-30 | 1 | -26/+135 |
* | soundwire: qcom: update register read/write routine | Srinivas Kandagatla | 2021-03-30 | 1 | -79/+100 |