summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2116-139/+320
|\
| * soundwire: intel_ace2.x: add support for DOAISE propertyPierre-Louis Bossart2024-05-043-1/+10
| * soundwire: intel_ace2.x: add support for DODSE propertyPierre-Louis Bossart2024-05-043-1/+10
| * soundwire: intel_ace2x: use DOAIS and DODS settings from firmwarePierre-Louis Bossart2024-05-043-2/+31
| * soundwire: intel_ace2x: cleanup DOAIS/DODS settingsPierre-Louis Bossart2024-05-041-2/+7
| * soundwire: intel_ace2x: simplify check_wake()Pierre-Louis Bossart2024-04-261-13/+3
| * soundwire: intel_ace2x: fix wakeup handlingPierre-Louis Bossart2024-04-261-14/+35
| * soundwire: intel_init: resume all devices on exit.Bard Liao2024-04-111-0/+14
| * soundwire: intel: export intel_resume_child_deviceBard Liao2024-04-112-1/+2
| * soundwire: intel_auxdevice: use pm_runtime_resume() instead of pm_request_res...Bard Liao2024-04-111-4/+4
| * soundwire: qcom: allow multi-link on newer devicesKrzysztof Kozlowski2024-04-111-0/+22
| * soundwire: intel_ace2x: use legacy formula for intel_alh_idPierre-Louis Bossart2024-04-111-0/+5
| * soundwire: intel_ace2x: set the clock sourcePierre-Louis Bossart2024-04-051-0/+16
| * soundwire: intel_ace2.x: power-up first before setting SYNCPRDPierre-Louis Bossart2024-04-051-9/+7
| * soundwire: intel_ace2x: move and extend clock selectionPierre-Louis Bossart2024-04-051-5/+14
| * soundwire: intel: add support for MeteorLake additional clocksPierre-Louis Bossart2024-04-051-6/+37
| * soundwire: bus: extend base clock checks to 96 MHzPierre-Louis Bossart2024-04-051-6/+6
| * soundwire: cadence: show the bus frequency and frame shapePierre-Louis Bossart2024-04-051-0/+6
| * soundwire: cadence: remove PDI offset completelyPierre-Louis Bossart2024-04-051-21/+9
| * soundwire: cadence: fix invalid PDI offsetPierre-Louis Bossart2024-04-051-1/+1
| * soundwire: intel: add intel_free_stream() backRanjani Sridharan2024-03-281-0/+25
| * soundwire: qcom: Convert to platform remove callback returning voidUwe Kleine-König2024-03-281-4/+2
| * soundwire: bus: don't clear SDCA_CASCADE bitPierre-Louis Bossart2024-03-281-1/+1
| * soundwire: amd: use inline function for register updateVijendar Mukunda2024-03-283-27/+30
| * soundwire: sysfs: remove unneeded ATTRIBUTE_GROUPS() commentsGreg Kroah-Hartman2024-03-281-8/+0
| * soundwire: sysfs: remove sdw_slave_sysfs_init()Greg Kroah-Hartman2024-03-284-16/+5
| * soundwire: sysfs: have the driver core handle the creation of the device groupsGreg Kroah-Hartman2024-03-283-5/+5
| * soundwire: sysfs: cleanup the logic for creating the dp0 sysfs attributesGreg Kroah-Hartman2024-03-281-6/+22
| * soundwire: sysfs: move sdw_slave_dev_attr_group into the existing list of groupsGreg Kroah-Hartman2024-03-281-5/+10
* | soundwire: amd: fix for wake interrupt handling for clockstop modeVijendar Mukunda2024-03-282-1/+17
|/
* Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-155-8/+6
|\
| * soundwire: Use snd_soc_substream_to_rtd() to obtain rtdCezary Rojewski2024-03-031-3/+3
| * soundwire: constify the struct device_type usageRicardo B. Marliere2024-03-032-2/+2
| * soundwire: bus_type: make sdw_bus_type constRicardo B. Marliere2024-02-161-1/+1
| * soundwire: intel_auxdevice: remove redundant assignment to variable link_flagsColin Ian King2024-02-071-2/+0
* | ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptopsmosomate2024-02-081-0/+8
* | soundwire: amd: refactor register mask structureVijendar Mukunda2024-01-302-16/+5
* | soundwire: amd: refactor soundwire pads enableVijendar Mukunda2024-01-302-18/+45
* | soundwire: amd: implement function to extract slave informationVijendar Mukunda2024-01-301-0/+43
* | soundwire: amd: refactor amd soundwire manager device node creationVijendar Mukunda2024-01-304-13/+167
* | soundwire: amd: update licenseVijendar Mukunda2024-01-302-3/+3
|/
* Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-189-38/+54
|\
| * soundwire: amd: drop bus freq calculation and set 'max_clk_freq'Vinod Koul2023-12-181-2/+2
| * soundwire: generic_bandwidth_allocation use bus->params.max_dr_freqBard Liao2023-11-281-5/+3
| * soundwire: qcom: set controller id to hw master idSrinivas Kandagatla2023-11-241-1/+5
| * soundwire: fix initializing sysfs for same devices on different busesKrzysztof Kozlowski2023-11-241-6/+6
| * soundwire: bus: introduce controller_idPierre-Louis Bossart2023-11-246-2/+20
| * soundwire: stream: constify sdw_port_config when adding devicesKrzysztof Kozlowski2023-11-231-5/+5
| * soundwire: qcom: move sconfig in qcom_swrm_stream_alloc_ports() out of critic...Krzysztof Kozlowski2023-11-231-10/+11
| * soundwire: qcom: drop unneeded qcom_swrm_stream_alloc_ports() cleanupKrzysztof Kozlowski2023-11-231-8/+3