| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-03 | soundwire: validate DT compatible before parsing it | Pengpeng Hou | 1 | -2/+2 |
| 2026-02-25 | soundwire: slave: Don't register devices that are disabled in ACPI | Charles Keepax | 1 | -0/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-01-14 | soundwire: Add missing EXPORT for sdw_slave_type | Richard Fitzgerald | 1 | -0/+1 |
| 2025-09-18 | soundwire: bus: add of_sdw_find_device_by_node helper | Srinivas Kandagatla | 1 | -0/+6 |
| 2025-02-13 | soundwire: slave: fix an OF node reference leak in soundwire slave device | Joe Hattori | 1 | -0/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-10-17 | soundwire: slave: lookup SDCA version and functions | Pierre-Louis Bossart | 1 | -0/+14 |
| 2024-06-10 | soundwire: slave: simplify code with acpi_get_local_u64_address() | Pierre-Louis Bossart | 1 | -9/+4 |
| 2024-03-03 | soundwire: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-11-24 | soundwire: fix initializing sysfs for same devices on different buses | Krzysztof Kozlowski | 1 | -6/+6 |
| 2022-08-04 | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2022-07-06 | soundwire: revisit driver bind/unbind and callbacks | Pierre-Louis Bossart | 1 | -1/+2 |
| 2022-06-23 | soundwire: Use acpi_dev_for_each_child() | Rafael J. Wysocki | 1 | -50/+67 |
| 2021-05-11 | soundwire/ASoC: add leading zeroes in peripheral device name | Pierre-Louis Bossart | 1 | -2/+2 |
| 2021-03-30 | soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add | Srinivas Kandagatla | 1 | -0/+1 |
| 2021-03-22 | soundwire: add override addr ops | Vinod Koul | 1 | -1/+7 |
| 2021-01-19 | soundwire: use consistent format for Slave devID logs | Pierre-Louis Bossart | 1 | -6/+4 |
| 2020-09-28 | soundwire: sysfs: add slave status and device number before probe | Pierre-Louis Bossart | 1 | -0/+2 |
| 2020-09-28 | soundwire: bus: add enumerated Slave device to device list | Srinivas Kandagatla | 1 | -2/+2 |
| 2020-09-10 | soundwire: slave: add first_interrupt_done status | Pierre-Louis Bossart | 1 | -0/+1 |
| 2020-09-04 | soundwire: slave: use SDW_DISCO_LINK_ID() | Vinod Koul | 1 | -1/+1 |
| 2020-09-03 | soundwire: fix port_ready[] dynamic allocation in mipi_disco | Pierre-Louis Bossart | 1 | -0/+4 |
| 2020-05-19 | soundwire: bus_type: introduce sdw_slave_type and sdw_master_type | Pierre-Louis Bossart | 1 | -1/+7 |
| 2020-05-05 | soundwire: slave: don't init debugfs on device registration error | Pierre-Louis Bossart | 1 | -0/+2 |
| 2020-02-25 | soundwire: bus: fix race condition with initialization_complete signaling | Pierre-Louis Bossart | 1 | -0/+1 |
| 2020-02-25 | soundwire: bus: fix race condition with enumeration_complete signaling | Pierre-Louis Bossart | 1 | -0/+1 |
| 2020-02-25 | soundwire: bus: fix race condition with probe_complete signaling | Pierre-Louis Bossart | 1 | -0/+2 |
| 2019-11-11 | Merge 5.4-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2019-11-09 | soundwire: ignore uniqueID when irrelevant | Pierre-Louis Bossart | 1 | -4/+48 |
| 2019-11-09 | soundwire: slave: add helper to extract slave ID | Pierre-Louis Bossart | 1 | -19/+31 |
| 2019-10-24 | soundwire: slave: fix scanf format | Pierre-Louis Bossart | 1 | -1/+2 |
| 2019-09-04 | soundwire: core: add device tree support for slave devices | Srinivas Kandagatla | 1 | -0/+52 |
| 2019-08-23 | soundwire: add debugfs support | Pierre-Louis Bossart | 1 | -0/+1 |
| 2019-05-02 | soundwire: slave: fix alignment issues | Pierre-Louis Bossart | 1 | -5/+5 |
| 2017-12-19 | soundwire: Add Master registration | Vinod Koul | 1 | -0/+114 |