Age | Commit message (Expand) | Author | Files | Lines |
2020-03-20 | Merge branch 'topic/ro_wordlength' of git://git.kernel.org/pub/scm/linux/kern... | Mark Brown | 1 | -7/+9 |
2020-03-20 | soundwire: stream: Add read_only_wordlength flag to port properties | Srinivas Kandagatla | 1 | -7/+9 |
2020-03-10 | ASoC: qcom: use for_each_rtd_codecs/cpus_dai() macro | Kuninori Morimoto | 1 | -1/+1 |
2020-02-19 | ASoC: soundwaire: qcom: use for_each_rtd_codec_dai() macro | Kuninori Morimoto | 1 | -3/+4 |
2020-01-16 | soundwire: cadence: fix kernel-doc parameter descriptions | Pierre-Louis Bossart | 1 | -1/+1 |
2020-01-14 | soundwire: intel: fix factor of two in MCLK handling | Bard Liao | 1 | -0/+3 |
2020-01-14 | soundwire: bus: fix device number leak on errors | Pierre-Louis Bossart | 1 | -14/+23 |
2020-01-14 | soundwire: cadence: remove useless variable incrementation | Pierre-Louis Bossart | 1 | -2/+0 |
2020-01-14 | soundwire: cadence: update kernel-doc parameter descriptions | Pierre-Louis Bossart | 1 | -0/+4 |
2020-01-14 | soundwire: qcom: add support for SoundWire controller | Srinivas Kandagatla | 3 | -0/+874 |
2020-01-14 | soundwire: bus: check first if Slaves become UNATTACHED | Pierre-Louis Bossart | 1 | -0/+18 |
2020-01-14 | soundwire: cadence_master: handle multiple status reports per Slave | Pierre-Louis Bossart | 1 | -6/+29 |
2020-01-14 | soundwire: cadence_master: remove config update for interrupt setting | Rander Wang | 1 | -3/+2 |
2020-01-14 | soundwire: cadence_master: log more useful information during timeouts | Pierre-Louis Bossart | 1 | -1/+2 |
2020-01-14 | soundwire: cadence_master: clear interrupt status before enabling interrupt | Rander Wang | 1 | -0/+10 |
2020-01-14 | soundwire: cadence_master: filter out bad interrupts | Pierre-Louis Bossart | 1 | -0/+7 |
2020-01-10 | soundwire: stream: remove redundant pr_err traces | Pierre-Louis Bossart | 1 | -8/+0 |
2019-12-12 | soundwire: intel: update stream callbacks for hwparams/free stream operations | Rander Wang | 3 | -8/+17 |
2019-12-12 | soundwire: intel: update interfaces between ASoC and SoundWire | Pierre-Louis Bossart | 2 | -27/+13 |
2019-11-11 | Merge 5.4-rc7 into char-misc-next | Greg Kroah-Hartman | 3 | -3/+5 |
2019-11-09 | soundwire: ignore uniqueID when irrelevant | Pierre-Louis Bossart | 2 | -7/+52 |
2019-11-09 | soundwire: slave: add helper to extract slave ID | Pierre-Louis Bossart | 1 | -19/+31 |
2019-11-09 | soundwire: intel: fix PDI/stream mapping for Bulk | Pierre-Louis Bossart | 1 | -2/+8 |
2019-10-24 | soundwire: cadence_master: make clock stop exit configurable on init | Pierre-Louis Bossart | 3 | -9/+10 |
2019-10-24 | soundwire: intel/cadence: add flag for interrupt enable | Pierre-Louis Bossart | 3 | -13/+20 |
2019-10-24 | soundwire: intel: add helper for initialization | Pierre-Louis Bossart | 1 | -5/+11 |
2019-10-24 | soundwire: cadence_master: add hw_reset capability in debugfs | Pierre-Louis Bossart | 1 | -0/+23 |
2019-10-24 | soundwire: intel/cadence: fix startup sequence | Pierre-Louis Bossart | 3 | -26/+69 |
2019-10-24 | soundwire: slave: fix scanf format | Pierre-Louis Bossart | 1 | -1/+2 |
2019-10-22 | soundwire: intel: use correct header for io calls | Vinod Koul | 1 | -1/+1 |
2019-10-21 | soundwire: intel: fix intel_register_dai PDI offsets and numbers | Bard Liao | 1 | -2/+2 |
2019-10-21 | soundwire: cadence_master: improve PDI allocation | Bard Liao | 3 | -19/+17 |
2019-10-21 | soundwire: intel: don't filter out PDI0/1 | Pierre-Louis Bossart | 1 | -18/+11 |
2019-10-21 | soundwire: cadence/intel: simplify PDI/port mapping | Pierre-Louis Bossart | 3 | -224/+51 |
2019-10-21 | soundwire: intel: remove playback/capture stream_name | Bard Liao | 1 | -17/+0 |
2019-10-21 | soundwire: remove DAI_ID_RANGE definitions | Pierre-Louis Bossart | 1 | -2/+0 |
2019-10-16 | soundwire: intel: remove X86 dependency | Pierre-Louis Bossart | 1 | -1/+1 |
2019-10-16 | soundwire: intel: add missing headers for cross-compilation | Pierre-Louis Bossart | 2 | -0/+2 |
2019-10-15 | soundwire: depend on ACPI || OF | Michal Suchanek | 1 | -1/+1 |
2019-10-15 | soundwire: depend on ACPI | Michal Suchanek | 1 | -0/+1 |
2019-09-22 | Merge tag 'soundwire-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -99/+718 |
2019-09-04 | soundwire: stream: make stream name a const pointer | Srinivas Kandagatla | 1 | -1/+1 |
2019-09-04 | soundwire: Add compute_params callback | Vinod Koul | 1 | -0/+10 |
2019-09-04 | soundwire: core: add device tree support for slave devices | Srinivas Kandagatla | 3 | -0/+55 |
2019-09-04 | soundwire: bus: set initial value to port_status | Bard Liao | 1 | -1/+1 |
2019-08-23 | soundwire: intel: handle disabled links | Pierre-Louis Bossart | 1 | -3/+22 |
2019-08-23 | soundwire: intel: add debugfs register dump | Pierre-Louis Bossart | 1 | -0/+121 |
2019-08-23 | soundwire: cadence_master: add debugfs register dump | Pierre-Louis Bossart | 2 | -0/+111 |
2019-08-23 | soundwire: add debugfs support | Pierre-Louis Bossart | 6 | -0/+181 |
2019-08-22 | soundwire: intel: remove unused variables | Vinod Koul | 1 | -1/+0 |