summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-27soundwire: intel: remove .free callback implementationPierre-Louis Bossart1-36/+1
2023-05-27soundwire: intel: remove .trigger callback implementationPierre-Louis Bossart1-9/+0
2023-05-27ASoC: SOF/soundwire: re-add substream in params_stream structurePierre-Louis Bossart1-4/+4
2023-05-27soundwire: intel_ace2x: add pre/post bank switch callbacksPierre-Louis Bossart1-0/+3
2023-05-27soundwire: intel_ace2x: add new_peripheral_assigned callbackPierre-Louis Bossart2-0/+28
2023-05-27soundwire: bus: add new manager callback to deal with peripheral enumerationPierre-Louis Bossart1-0/+3
2023-05-27soundwire: intel_ace2x: add check_cmdsync_unlocked helperPierre-Louis Bossart1-0/+6
2023-05-27soundwire: intel_ace2x: enable wake supportPierre-Louis Bossart1-0/+38
2023-05-27soundwire: intel_ace2x: use common helpers for bus start/stopPierre-Louis Bossart1-0/+6
2023-05-27soundwire: intel_ace2x: add sync_arm/sync_go helpersPierre-Louis Bossart1-0/+39
2023-05-27soundwire: intel_ace2x: add DAI registrationPierre-Louis Bossart1-0/+161
2023-05-27soundwire: intel_ace2x: configure link PHYPierre-Louis Bossart1-0/+19
2023-05-27soundwire: intel_ace2x: set SYNCPRD before powering-upPierre-Louis Bossart1-2/+40
2023-05-27soundwire: intel_ace2x: add link power-up/down helpersPierre-Louis Bossart1-0/+50
2023-05-27soundwire: intel_ace2x: add debugfs supportPierre-Louis Bossart4-1/+159
2023-05-27soundwire: intel_init: use eml_lock parameterPierre-Louis Bossart1-1/+2
2023-05-27ASoC/soundwire: intel: pass hdac_bus pointer for link managementPierre-Louis Bossart2-0/+6
2023-05-27soundwire: intel/cadence: set ip_offset at run-timePierre-Louis Bossart4-0/+7
2023-05-27soundwire/ASOC: Intel: update offsets for LunarLakePierre-Louis Bossart2-4/+12
2023-05-27soundwire: intel_ace2x: add empty new ops for LunarLakePierre-Louis Bossart2-1/+20
2023-05-08soundwire: bus: Don't filter slave alertsCharles Keepax1-8/+4
2023-05-08soundwire: qcom: use tabs for indentation in definesKrzysztof Kozlowski1-17/+17
2023-05-08soundwire: qcom: add support for v2.0.0 controllerKrzysztof Kozlowski1-8/+57
2023-05-08soundwire: qcom: prepare for handling different register layoutsKrzysztof Kozlowski1-33/+97
2023-05-08soundwire: qcom: use consistently 'ctrl' as state variable nameKrzysztof Kozlowski1-84/+84
2023-05-08soundwire: qcom: allow 16-bit sample interval for portsKrzysztof Kozlowski1-7/+25
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-12/+2
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds9-99/+136
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2-21/+21
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-850/+43
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds9-13/+82
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds47-325/+604
2023-05-06Merge tag 'i2c-for-6.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-18/+30
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski4-15/+35
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-05-05Merge tag 'acpi-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-14/+0
2023-05-05Merge tag 'thermal-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-05-05Merge tag 'phy-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+4
2023-05-05Merge tag 'drm-next-2023-05-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds50-263/+415
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli1-1/+0
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13
2023-05-05net: fec: correct the counting of XDP sent framesShenwei Wang1-4/+9
2023-05-05bonding: add xdp_features supportLorenzo Bianconi2-0/+31
2023-05-05net: enetc: check the index of the SFI rather than the handleWei Fang1-1/+1
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski1-1/+2
2023-05-05net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL1-3/+7
2023-05-05net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL1-2/+2