| Commit message (Expand) | Author | Age | Files | Lines |
* | soundwire: fix double free of dangling pointer | Tom Rix | 2020-09-03 | 1 | -3/+5 |
* | soundwire: bus: fix typo in comment on INTSTAT registers | Pierre-Louis Bossart | 2020-08-19 | 1 | -1/+1 |
* | Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Greg Kroah-Hartman | 2020-07-23 | 10 | -284/+978 |
|\ |
|
| * | Soundwire: intel_init: save Slave(s) _ADR info in sdw_intel_ctx | Bard Liao | 2020-07-21 | 1 | -0/+24 |
| * | soundwire: intel: add wake interrupt support | Rander Wang | 2020-07-21 | 3 | -1/+62 |
| * | soundwire: intel/cadence: merge Soundwire interrupt handlers/threads | Bard Liao | 2020-07-21 | 5 | -23/+37 |
| * | soundwire: intel_init: use EXPORT_SYMBOL_NS | Pierre-Louis Bossart | 2020-07-21 | 1 | -5/+5 |
| * | soundwire: intel_init: add implementation of sdw_intel_enable_irq() | Pierre-Louis Bossart | 2020-07-21 | 1 | -0/+24 |
| * | soundwire: intel: introduce helper for link synchronization | Pierre-Louis Bossart | 2020-07-21 | 1 | -8/+26 |
| * | soundwire: intel: introduce a helper to arm link synchronization | Pierre-Louis Bossart | 2020-07-21 | 1 | -10/+16 |
| * | soundwire: intel: revisit SHIM programming sequences. | Pierre-Louis Bossart | 2020-07-21 | 3 | -34/+211 |
| * | soundwire: intel: reuse code for wait loops to set/clear bits | Pierre-Louis Bossart | 2020-07-21 | 1 | -17/+10 |
| * | soundwire: fix the kernel-doc comment | Vinod Koul | 2020-07-16 | 1 | -2/+2 |
| * | soundwire: intel: don't free dma_data in DAI shutdown | Pierre-Louis Bossart | 2020-07-15 | 1 | -7/+0 |
| * | soundwire: cadence: allocate/free dma_data in set_sdw_stream | Pierre-Louis Bossart | 2020-07-15 | 1 | -14/+38 |
| * | soundwire: intel: remove stream allocation/free | Pierre-Louis Bossart | 2020-07-15 | 1 | -56/+1 |
| * | soundwire: stream: add helper to startup/shutdown streams | Pierre-Louis Bossart | 2020-07-15 | 1 | -0/+98 |
| * | soundwire: intel: implement get_sdw_stream() operations | Pierre-Louis Bossart | 2020-07-15 | 1 | -0/+18 |
| * | soundwire: bus: initialize bus clock base and scale registers | Pierre-Louis Bossart | 2020-06-30 | 1 | -0/+107 |
| * | soundwire: extend SDW_SLAVE_ENTRY | Pierre-Louis Bossart | 2020-06-30 | 1 | -4/+9 |
| * | soundwire: bus_type: convert open-coded while() to for() loop | Pierre-Louis Bossart | 2020-06-30 | 1 | -4/+2 |
| * | soundwire: qcom: Constify static structs | Rikard Falkeborn | 2020-06-22 | 1 | -2/+2 |
| * | soundwire: intel: transition to 3 steps initialization | Pierre-Louis Bossart | 2020-06-22 | 3 | -62/+232 |
| * | soundwire: intel_init: pass link information as platform data | Pierre-Louis Bossart | 2020-06-22 | 1 | -0/+2 |
| * | soundwire: intel_init: use devm_ allocation | Pierre-Louis Bossart | 2020-06-22 | 1 | -9/+5 |
| * | soundwire: intel_init: remove useless test | Pierre-Louis Bossart | 2020-06-22 | 1 | -1/+1 |
| * | soundwire: intel: clarify drvdata and remove more indirections | Pierre-Louis Bossart | 2020-06-22 | 1 | -19/+19 |
| * | soundwire: intel: cleanups for indirections/logs | Pierre-Louis Bossart | 2020-06-22 | 3 | -35/+45 |
| * | soundwire: bus: clock_stop: don't deal with UNATTACHED Slave devices | Bard Liao | 2020-06-22 | 1 | -6/+17 |
| * | soundwire: Replace 'objs' by 'y' | Vinod Koul | 2020-06-22 | 1 | -5/+5 |
* | | soundwire: intel: fix memory leak with devm_kasprintf | Pierre-Louis Bossart | 2020-06-22 | 1 | -2/+3 |
|/ |
|
* | soundwire: intel: use a single module | Rander Wang | 2020-05-20 | 1 | -4/+1 |
* | soundwire: fix spelling mistake | Vinod Koul | 2020-05-20 | 1 | -1/+1 |
* | soundwire: fix trailing line in sysfs_slave.c | Vinod Koul | 2020-05-20 | 1 | -1/+0 |
* | soundwire: add Slave sysfs support | Pierre-Louis Bossart | 2020-05-20 | 7 | -3/+540 |
* | soundwire: master: add sysfs support | Pierre-Louis Bossart | 2020-05-20 | 1 | -0/+84 |
* | soundwire: disco: s/ch/channels/ | Pierre-Louis Bossart | 2020-05-20 | 1 | -5/+6 |
* | soundwire: master: add runtime pm support | Bard Liao | 2020-05-19 | 1 | -0/+7 |
* | soundwire: bus_type: add sdw_master_device support | Pierre-Louis Bossart | 2020-05-19 | 6 | -6/+96 |
* | soundwire: bus: add unique bus id | Bard Liao | 2020-05-19 | 1 | -0/+20 |
* | soundwire: bus_type: introduce sdw_slave_type and sdw_master_type | Pierre-Louis Bossart | 2020-05-19 | 2 | -7/+20 |
* | soundwire: bus: rename sdw_bus_master_add/delete, add arguments | Pierre-Louis Bossart | 2020-05-19 | 3 | -13/+16 |
* | soundwire: intel: (cosmetic) remove multiple superfluous "else" statements | Guennadi Liakhovetski | 2020-05-11 | 2 | -3/+9 |
* | soundwire: (cosmetic) remove multiple superfluous "else" statements | Guennadi Liakhovetski | 2020-05-11 | 1 | -7/+10 |
* | soundwire: qcom: Use IRQF_ONESHOT | Samuel Zou | 2020-05-11 | 1 | -1/+2 |
* | soundwire: bus: reduce verbosity on enumeration | Pierre-Louis Bossart | 2020-05-05 | 1 | -3/+3 |
* | soundwire: debugfs: clarify SDPX license with GPL-2.0-only | Pierre-Louis Bossart | 2020-05-05 | 1 | -1/+1 |
* | soundwire: slave: don't init debugfs on device registration error | Pierre-Louis Bossart | 2020-05-05 | 1 | -0/+2 |
* | soundwire: qcom: fix error handling in probe | Pierre-Louis Bossart | 2020-05-05 | 1 | -9/+17 |
* | soundwire: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI p... | Kuninori Morimoto | 2020-04-20 | 1 | -2/+2 |