Age | Commit message (Expand) | Author | Files | Lines |
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 | -26/+135 |
2021-03-30 | soundwire: qcom: update register read/write routine | Srinivas Kandagatla | 1 | -79/+100 |
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 |
2021-03-30 | soundwire: bus: Fix device found flag correctly | Srinivas Kandagatla | 1 | -1/+2 |
2021-03-30 | soundwire: cadence_master: fix kernel-doc | Pierre-Louis Bossart | 1 | -2/+2 |
2021-03-30 | soundwire: stream: remove useless bus initializations | Pierre-Louis Bossart | 1 | -2/+2 |
2021-03-30 | soundwire: stream: remove useless initialization | Pierre-Louis Bossart | 1 | -2/+2 |
2021-03-30 | soundwire: qcom: check of_property_read status | Pierre-Louis Bossart | 1 | -0/+3 |
2021-03-30 | soundwire: intel: remove useless readl | Pierre-Louis Bossart | 1 | -2/+0 |
2021-03-30 | soundwire: generic_bandwidth_allocation: remove useless init | Pierre-Louis Bossart | 1 | -2/+2 |
2021-03-30 | soundwire: bus: remove useless initialization | Pierre-Louis Bossart | 1 | -1/+1 |
2021-03-30 | soundwire: bus: uniquify dev_err() for SCP_INT access | Pierre-Louis Bossart | 1 | -3/+3 |
2021-03-30 | soundwire: bus: demote clock stop prepare log to dev_dbg() | Pierre-Louis Bossart | 1 | -2/+2 |
2021-03-30 | soundwire: bus: use consistent tests for return values | Pierre-Louis Bossart | 1 | -13/+13 |
2021-03-30 | soundwire: bus: test read status | Pierre-Louis Bossart | 1 | -4/+12 |
2021-03-30 | soundwire: bus: use correct driver name in error messages | Pierre-Louis Bossart | 1 | -3/+12 |
2021-03-23 | soundwire: qcom: add missing \n in dev_err() | Pierre-Louis Bossart | 1 | -1/+1 |
2021-03-23 | soundwire: stream: add missing \n in dev_err() | Pierre-Louis Bossart | 1 | -5/+5 |
2021-03-23 | soundwire: cadence: add missing \n in dev_err() | Pierre-Louis Bossart | 1 | -1/+1 |