aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/soundwire (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-3/+3
2024-03-03soundwire: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-16soundwire: bus_type: make sdw_bus_type constRicardo B. Marliere1-1/+1
2024-01-30soundwire: amd: refactor register mask structureVijendar Mukunda1-8/+0
2024-01-30soundwire: amd: implement function to extract slave informationVijendar Mukunda1-0/+2
2024-01-30soundwire: amd: refactor amd soundwire manager device node creationVijendar Mukunda1-3/+53
2024-01-30soundwire: amd: update licenseVijendar Mukunda1-1/+1
2024-01-30ASoC/soundwire: implement generic api for scanning amd soundwire controllerVijendar Mukunda1-0/+15
2023-11-24soundwire: bus: introduce controller_idPierre-Louis Bossart1-1/+3
2023-11-23soundwire: stream: constify sdw_port_config when adding devicesKrzysztof Kozlowski1-3/+3
2023-09-03Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds2-5/+14
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown1-0/+9
2023-08-17soundwire: bus: Allow SoundWire peripherals to register IRQ handlersLucas Tanure1-0/+9
2023-08-11soundwire: intel_auxdevice: add hybrid IDA-based device_number allocationPierre-Louis Bossart1-0/+7
2023-08-11soundwire: bus: add callbacks for device_number allocationPierre-Louis Bossart1-4/+4
2023-08-11soundwire: extend parameters of new_peripheral_assigned() callbackPierre-Louis Bossart1-1/+3
2023-07-31ASoC: soc-acpi: move link_slaves_found()Pierre-Louis Bossart2-6/+6
2023-06-21soundwire: bus: Prevent lockdep asserts when stream has multiple busesRichard Fitzgerald1-0/+3
2023-05-27soundwire: intel: use substream for .free callbackPierre-Louis Bossart1-1/+1
2023-05-27soundwire: intel: use substream for .trigger callbackPierre-Louis Bossart1-1/+1
2023-05-27ASoC: SOF/soundwire: re-add substream in params_stream structurePierre-Louis Bossart1-1/+1
2023-05-27soundwire: intel_ace2x: add new_peripheral_assigned callbackPierre-Louis Bossart1-0/+3
2023-05-27soundwire: bus: add new manager callback to deal with peripheral enumerationPierre-Louis Bossart1-1/+2
2023-05-27soundwire: intel: add eml_lock in the interface for new platformsPierre-Louis Bossart1-0/+3
2023-05-27ASoC/soundwire: intel: pass hdac_bus pointer for link managementPierre-Louis Bossart1-0/+4
2023-05-27soundwire/ASOC: Intel: update offsets for LunarLakePierre-Louis Bossart1-0/+2
2023-05-27soundwire: intel_ace2x: add empty new ops for LunarLakePierre-Louis Bossart1-0/+1
2023-05-27soundwire: intel: add ACE2.x SHIM definitionsPierre-Louis Bossart1-0/+75
2023-04-12soundwire: amd: add runtime pm ops for AMD SoundWire manager driverVijendar Mukunda1-0/+17
2023-04-12soundwire: amd: add SoundWire manager interrupt handlingVijendar Mukunda1-0/+7
2023-04-12soundwire: amd: register SoundWire manager dai opsVijendar Mukunda1-0/+18
2023-04-12soundwire: amd: Add support for AMD Manager driverVijendar Mukunda1-0/+67
2023-03-15soundwire: intel: add abstraction for cmdsync checkPierre-Louis Bossart1-0/+3
2023-03-15soundwire: intel: add sync_arm/sync_go to opsPierre-Louis Bossart1-0/+8
2023-02-24Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-18/+104
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-01-31soundwire: cadence: further simplify low-level xfer_msg_defer() callbackPierre-Louis Bossart1-2/+3
2023-01-31soundwire: cadence: use directly bus sdw_defer structurePierre-Louis Bossart1-2/+1
2023-01-31soundwire: stream: Add specific prep/deprep commands to port_prep callbackStefan Binding1-3/+5
2023-01-31soundwire: bus: Remove unused reset_page_addr() callbackRichard Fitzgerald1-3/+0
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-09soundwire: Provide build stubs for common functionsCharles Keepax1-10/+95
2023-01-09soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functionsSimon Trimmer1-0/+2
2023-01-09soundwire: enable optional clock registers for SoundWire 1.2 devicesPierre-Louis Bossart1-0/+4
2023-01-09ASoC/soundwire: remove is_sdca boolean propertyPierre-Louis Bossart1-2/+0
2022-12-19Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-0/+44
2022-11-23soundwire: intel_init: remove sdw_intel_enable_irq()Pierre-Louis Bossart1-2/+0
2022-11-23soundwire: intel: add in-band wake callbacks in hw_opsPierre-Louis Bossart1-0/+5
2022-11-23soundwire: intel: add link power management callbacks in hw_opsPierre-Louis Bossart1-0/+5
2022-11-23soundwire: intel: add bus management callbacks in hw_opsPierre-Louis Bossart1-0/+11