summaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
2023-03-15soundwire: cadence: add helpers to access IP_MCP registersPierre-Louis Bossart2-0/+19
2023-03-15soundwire: cadence: remove CDNS_MCP_CONFIG_SSPMODPierre-Louis Bossart1-1/+0
2023-03-15soundwire: intel: move bank switch routine to common intel_bus_common.cPierre-Louis Bossart3-49/+53
2023-03-15soundwire: intel: add abstraction for cmdsync checkPierre-Louis Bossart2-11/+20
2023-03-15soundwire: intel: move bus common sequences to different filePierre-Louis Bossart4-200/+219
2023-03-15soundwire: intel: use indirection before moving bus start/stop sequencesPierre-Louis Bossart1-2/+2
2023-03-15soundwire: intel: add sync_arm/sync_go to opsPierre-Louis Bossart2-6/+30
2023-03-15soundwire: intel: simplify sync_go sequencePierre-Louis Bossart1-7/+2
2023-03-15soundwire: intel: remove useless abstractionPierre-Louis Bossart1-8/+1
2023-03-15soundwire: intel: remove PDI-level restrictions on rates and formatsPierre-Louis Bossart1-4/+0
2023-03-15soundwire: intel: remove stale/misleading commentPierre-Louis Bossart1-1/+0
2023-03-15soundwire: intel: move common definitions to header filePierre-Louis Bossart2-32/+29
2023-03-15soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15Eugene Huang1-0/+25
2023-02-25Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-146/+103
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-31soundwire: cadence: further simplify low-level xfer_msg_defer() callbackPierre-Louis Bossart3-4/+5
2023-01-31soundwire: cadence: use directly bus sdw_defer structurePierre-Louis Bossart3-14/+10
2023-01-31soundwire: bus: remove sdw_defer argument in sdw_transfer_defer()Pierre-Louis Bossart3-11/+6
2023-01-31soundwire: stream: use consistent pattern for freeing buffersPierre-Louis Bossart1-1/+3
2023-01-31soundwire: stream: Add specific prep/deprep commands to port_prep callbackStefan Binding1-2/+2
2023-01-31soundwire: bus: Remove unused reset_page_addr() callbackRichard Fitzgerald3-18/+0
2023-01-31soundwire: bus: Don't zero page registers after every transactionRichard Fitzgerald1-23/+0
2023-01-31soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()Richard Fitzgerald1-6/+3
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-09soundwire: stream: Move remaining register accesses over to no_pmCharles Keepax2-16/+16
2023-01-09soundwire: debugfs: Switch to sdw_read_no_pmCharles Keepax1-1/+12
2023-01-09soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functionsSimon Trimmer1-4/+4
2023-01-09soundwire: cadence: remove unused sdw_cdns_master_ops declarationGaosheng Cui1-1/+0
2023-01-09soundwire: enable optional clock registers for SoundWire 1.2 devicesPierre-Louis Bossart1-3/+4
2023-01-09ASoC/soundwire: remove is_sdca boolean propertyPierre-Louis Bossart1-2/+2
2023-01-09soundwire: cadence: Drain the RX FIFO after an IO timeoutRichard Fitzgerald1-23/+27
2023-01-09soundwire: cadence: Remove wasted space in response_bufRichard Fitzgerald2-1/+19
2023-01-09soundwire: cadence: Don't overflow the command FIFOsRichard Fitzgerald1-1/+2
2023-01-09soundwire: intel: remove DAI startup/shutdownPierre-Louis Bossart1-27/+0
2022-12-19Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-736/+921
2022-11-26ASoC: adau1372: fixes after debugging custom boardMark Brown2-0/+10
2022-11-23soundwire: intel_init: remove check on number of linksPierre-Louis Bossart1-12/+0
2022-11-23soundwire: intel_init: remove sdw_intel_enable_irq()Pierre-Louis Bossart1-24/+0
2022-11-23soundwire: intel_init: remove useless interrupt enablement in interrupt threadPierre-Louis Bossart1-1/+0
2022-11-23soundwire: intel: split auxdevice to different filePierre-Louis Bossart6-667/+700
2022-11-23soundwire: intel: add in-band wake callbacks in hw_opsPierre-Louis Bossart2-4/+20
2022-11-23soundwire: intel: add link power management callbacks in hw_opsPierre-Louis Bossart2-10/+27
2022-11-23soundwire: intel: add bus management callbacks in hw_opsPierre-Louis Bossart2-9/+49
2022-11-23soundwire: intel: add register_dai callback in hw_opsPierre-Louis Bossart2-1/+10
2022-11-23soundwire: intel: add debugfs callbacks in hw_opsPierre-Louis Bossart2-2/+21
2022-11-23soundwire: intel: start using hw_opsPierre-Louis Bossart3-8/+34
2022-11-23Merge branch 'fixes' into nextVinod Koul2-0/+10
2022-11-09soundwire: cadence: use dai_runtime_array instead of dma_dataPierre-Louis Bossart3-33/+35
2022-11-09soundwire: cadence: rename sdw_cdns_dai_dma_data as sdw_cdns_dai_runtimePierre-Louis Bossart3-65/+65
2022-10-28soundwire: qcom: add support for v1.7 Soundwire ControllerSrinivas Kandagatla1-2/+18