summaryrefslogtreecommitdiffstats
path: root/include/linux/soundwire
Commit message (Expand)AuthorAgeFilesLines
* ASoc: simple-mux: Allow to specify an idle-stateMark Brown13 days1-1/+1
|\
| * ALSA/hda: intel-sdw-acpi: add support for sdw-manager-list property readPierre-Louis Bossart2024-10-151-1/+1
* | ASoC: SDCA: add initial modulePierre-Louis Bossart2024-10-171-0/+3
* | ASoC/soundwire: remove sdw_slave_extended_idPierre-Louis Bossart2024-10-173-13/+7
* | soundwire: sdw_intel: include linux/acpi.hBard Liao2024-10-171-0/+1
|/
* Merge tag 'soundwire-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-231-2/+0
|\
| * soundwire: bus: drop unused driver name fieldJohan Hovold2024-07-311-2/+0
* | soundwire: intel: increase maximum number of linksPierre-Louis Bossart2024-08-191-1/+1
* | soundwire: intel: add probe-time check on link idPierre-Louis Bossart2024-08-191-0/+3
* | ALSA/ASoC/SoundWire: Intel: use single definition for SDW_INTEL_MAX_LINKSPierre-Louis Bossart2024-08-191-0/+5
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | soundwire: intel_ace2.x: add AC timing extensions for PantherLakePierre-Louis Bossart2024-06-031-0/+5
* | soundwire: bus: add stream refcountPierre-Louis Bossart2024-06-031-0/+2
|/
* soundwire: intel_ace2x: use DOAIS and DODS settings from firmwarePierre-Louis Bossart2024-05-041-0/+2
* soundwire: reconcile dp0_prop and dpn_propPierre-Louis Bossart2024-04-111-0/+2
* soundwire: intel: add support for MeteorLake additional clocksPierre-Louis Bossart2024-04-051-0/+5
* soundwire: intel: add more values for SYNCPRDPierre-Louis Bossart2024-04-051-2/+4
* soundwire: clarify maximum allowed addressPierre-Louis Bossart2024-04-051-1/+1
* soundwire: remove unused sdw_bus_conf structurePierre-Louis Bossart2024-04-051-15/+0
* Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-151-3/+3
|\
| * soundwire: constify the struct device_type usageRicardo B. Marliere2024-03-031-2/+2
| * soundwire: bus_type: make sdw_bus_type constRicardo B. Marliere2024-02-161-1/+1
* | soundwire: amd: refactor register mask structureVijendar Mukunda2024-01-301-8/+0
* | soundwire: amd: implement function to extract slave informationVijendar Mukunda2024-01-301-0/+2
* | soundwire: amd: refactor amd soundwire manager device node creationVijendar Mukunda2024-01-301-3/+53
* | soundwire: amd: update licenseVijendar Mukunda2024-01-301-1/+1
* | ASoC/soundwire: implement generic api for scanning amd soundwire controllerVijendar Mukunda2024-01-301-0/+15
|/
* soundwire: bus: introduce controller_idPierre-Louis Bossart2023-11-241-1/+3
* soundwire: stream: constify sdw_port_config when adding devicesKrzysztof Kozlowski2023-11-231-3/+3
* Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-032-5/+14
|\
| * soundwire: intel_auxdevice: add hybrid IDA-based device_number allocationPierre-Louis Bossart2023-08-111-0/+7
| * soundwire: bus: add callbacks for device_number allocationPierre-Louis Bossart2023-08-111-4/+4
| * soundwire: extend parameters of new_peripheral_assigned() callbackPierre-Louis Bossart2023-08-111-1/+3
* | Add cs42l43 PC focused SoundWire CODECMark Brown2023-08-221-0/+9
|\ \
| * | soundwire: bus: Allow SoundWire peripherals to register IRQ handlersLucas Tanure2023-08-171-0/+9
| |/
* / ASoC: soc-acpi: move link_slaves_found()Pierre-Louis Bossart2023-07-312-6/+6
|/
* soundwire: bus: Prevent lockdep asserts when stream has multiple busesRichard Fitzgerald2023-06-211-0/+3
* soundwire: intel: use substream for .free callbackPierre-Louis Bossart2023-05-271-1/+1
* soundwire: intel: use substream for .trigger callbackPierre-Louis Bossart2023-05-271-1/+1
* ASoC: SOF/soundwire: re-add substream in params_stream structurePierre-Louis Bossart2023-05-271-1/+1
* soundwire: intel_ace2x: add new_peripheral_assigned callbackPierre-Louis Bossart2023-05-271-0/+3
* soundwire: bus: add new manager callback to deal with peripheral enumerationPierre-Louis Bossart2023-05-271-1/+2
* soundwire: intel: add eml_lock in the interface for new platformsPierre-Louis Bossart2023-05-271-0/+3
* ASoC/soundwire: intel: pass hdac_bus pointer for link managementPierre-Louis Bossart2023-05-271-0/+4
* soundwire/ASOC: Intel: update offsets for LunarLakePierre-Louis Bossart2023-05-271-0/+2
* soundwire: intel_ace2x: add empty new ops for LunarLakePierre-Louis Bossart2023-05-271-0/+1
* soundwire: intel: add ACE2.x SHIM definitionsPierre-Louis Bossart2023-05-271-0/+75
* soundwire: amd: add runtime pm ops for AMD SoundWire manager driverVijendar Mukunda2023-04-121-0/+17
* soundwire: amd: add SoundWire manager interrupt handlingVijendar Mukunda2023-04-121-0/+7