| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-24 | 1 | -18/+104 |
|\ |
|
| * | soundwire: cadence: further simplify low-level xfer_msg_defer() callback | Pierre-Louis Bossart | 2023-01-31 | 1 | -2/+3 |
| * | soundwire: cadence: use directly bus sdw_defer structure | Pierre-Louis Bossart | 2023-01-31 | 1 | -2/+1 |
| * | soundwire: bus: Remove unused reset_page_addr() callback | Richard Fitzgerald | 2023-01-31 | 1 | -3/+0 |
| * | soundwire: Provide build stubs for common functions | Charles Keepax | 2023-01-09 | 1 | -10/+95 |
| * | soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions | Simon Trimmer | 2023-01-09 | 1 | -0/+2 |
| * | soundwire: enable optional clock registers for SoundWire 1.2 devices | Pierre-Louis Bossart | 2023-01-09 | 1 | -0/+4 |
| * | ASoC/soundwire: remove is_sdca boolean property | Pierre-Louis Bossart | 2023-01-09 | 1 | -2/+0 |
* | | soundwire: stream: Add specific prep/deprep commands to port_prep callback | Stefan Binding | 2023-01-31 | 1 | -3/+5 |
|/ |
|
* | Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-07 | 1 | -0/+4 |
|\ |
|
| * | soundwire: bus: allow device number to be unique at system level | Pierre-Louis Bossart | 2022-08-30 | 1 | -0/+4 |
* | | soundwire: add sdw_show_ping_status() helper | Pierre-Louis Bossart | 2022-08-17 | 1 | -0/+2 |
* | | soundwire: add read_ping_status helper definition in manager ops | Pierre-Louis Bossart | 2022-08-17 | 1 | -0/+3 |
|/ |
|
* | soundwire: peripheral: remove useless ops pointer | Pierre-Louis Bossart | 2022-07-06 | 1 | -2/+0 |
* | soundwire: revisit driver bind/unbind and callbacks | Pierre-Louis Bossart | 2022-07-06 | 1 | -4/+2 |
* | soundwire: add flag to ignore all command/control for mockup devices | Pierre-Louis Bossart | 2021-08-02 | 1 | -0/+3 |
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 1 | -3/+2 |
|\ |
|
| * | soundwire: bus: Make sdw_nwrite() data pointer argument const | Richard Fitzgerald | 2021-06-20 | 1 | -1/+1 |
| * | soundwire: add missing kernel-doc description | Pierre-Louis Bossart | 2021-05-11 | 1 | -0/+1 |
| * | soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions | Pierre-Louis Bossart | 2021-05-11 | 1 | -2/+0 |
* | | soundwire: export sdw_update() and sdw_update_no_pm() | Pierre-Louis Bossart | 2021-06-21 | 1 | -0/+3 |
|/ |
|
* | soundwire: add static port mapping support | Srinivas Kandagatla | 2021-04-06 | 1 | -0/+2 |
* | soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add | Srinivas Kandagatla | 2021-03-30 | 1 | -0/+2 |
* | soundwire: add definition for DPn BlockPackingMode | Pierre-Louis Bossart | 2021-03-30 | 1 | -0/+6 |
* | soundwire: add master quirks for bus clash and parity | Bard Liao | 2021-03-22 | 1 | -0/+22 |
* | soundwire: add override addr ops | Vinod Koul | 2021-03-22 | 1 | -1/+3 |
* | soundwire: export sdw_write/read_no_pm functions | Bard Liao | 2021-02-07 | 1 | -0/+2 |
* | soundwire: SDCA: detect sdca_cascade interrupt | Pierre-Louis Bossart | 2020-11-24 | 1 | -0/+4 |
* | soundwire: enable Data Port test modes | Pierre-Louis Bossart | 2020-09-23 | 1 | -0/+6 |
* | soundwire: Add generic bandwidth allocation algorithm | Bard Liao | 2020-09-18 | 1 | -0/+3 |
* | soundwire: bus: use quirk to filter out invalid parity errors | Pierre-Louis Bossart | 2020-09-10 | 1 | -0/+4 |
* | soundwire: slave: add first_interrupt_done status | Pierre-Louis Bossart | 2020-09-10 | 1 | -0/+3 |
* | ASoC/soundwire: bus: use property to set interrupt masks | Pierre-Louis Bossart | 2020-09-10 | 1 | -0/+2 |
* | soundwire: define and use addr bit masks | Vinod Koul | 2020-09-04 | 1 | -7/+14 |
* | soundwire: bus: update multi-link definition with hw sync details | Pierre-Louis Bossart | 2020-09-03 | 1 | -0/+6 |
* | soundwire: fix port_ready[] dynamic allocation in mipi_disco | Pierre-Louis Bossart | 2020-09-03 | 1 | -1/+1 |
* | soundwire: add definition for maximum number of ports | Pierre-Louis Bossart | 2020-09-03 | 1 | -1/+2 |
* | soundwire: sdw.h: fix indentation | Pierre-Louis Bossart | 2020-07-15 | 1 | -4/+4 |
* | soundwire: sdw.h: fix PRBS/Static_1 swapped definitions | Pierre-Louis Bossart | 2020-07-15 | 1 | -6/+6 |
* | soundwire: stream: add helper to startup/shutdown streams | Pierre-Louis Bossart | 2020-07-15 | 1 | -0/+2 |
* | soundwire: extend SDW_SLAVE_ENTRY | Pierre-Louis Bossart | 2020-06-30 | 1 | -4/+7 |
* | soundwire: disco: s/ch/channels/ | Pierre-Louis Bossart | 2020-05-20 | 1 | -4/+4 |
* | soundwire: bus_type: add sdw_master_device support | Pierre-Louis Bossart | 2020-05-19 | 1 | -1/+16 |
* | soundwire: bus: add unique bus id | Bard Liao | 2020-05-19 | 1 | -0/+2 |
* | soundwire: bus: rename sdw_bus_master_add/delete, add arguments | Pierre-Louis Bossart | 2020-05-19 | 1 | -2/+3 |
* | Merge branch 'topic/ro_wordlength' into next | Vinod Koul | 2020-03-20 | 1 | -0/+2 |
|\ |
|
| * | soundwire: stream: Add read_only_wordlength flag to port properties | Srinivas Kandagatla | 2020-03-20 | 1 | -0/+2 |
* | | Merge branch 'topic/asoc' into next | Vinod Koul | 2020-02-26 | 1 | -0/+23 |
|\ \ |
|
| * | | soundwire: add helper macros for devID fields | Pierre-Louis Bossart | 2020-02-26 | 1 | -0/+23 |
| |/ |
|
* / | soundwire: bus: add clock stop helpers | Rander Wang | 2020-02-25 | 1 | -0/+24 |
|/ |
|