summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-16phy: hisilicon: Allow building phy-hisi-inno-usb2 on ARM32David Yang1-1/+1
2023-05-16phy: hisilicon: Add inno-usb2-phy driver for Hi3798MV100David Yang1-16/+46
2023-05-16phy: Revert "phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB"Artur Weber1-1/+1
2023-05-16phy: qcom: qmp: Update IPQ9574 USB Phy initialization SequenceVaradarajan Narayanan1-0/+115
2023-05-16phy: qcom-qusb2: add QUSB2 support for IPQ9574Varadarajan Narayanan1-0/+3
2023-05-16dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHYVaradarajan Narayanan1-6/+38
2023-05-16dt-bindings: phy: qcom,qusb2: Document IPQ9574 compatibleVaradarajan Narayanan1-1/+2
2023-05-08phy: sparx5-serdes: add skip_cmu_cfg check when configuring lanesDaniel Machon1-0/+5
2023-05-08phy: sparx5-serdes: remove power up of all CMUsDaniel Machon2-26/+0
2023-05-08phy: sparx5-serdes: power on CMUs individuallyDaniel Machon1-1/+42
2023-05-08phy: sparx5-serdes: power down all CMUs by defaultDaniel Machon1-0/+51
2023-05-08phy: sparx5-serdes: reorder CMU functionsDaniel Machon1-153/+153
2023-05-08phy: sparx5-serdes: configure optimal quiet mode for serdes lanesDaniel Machon1-1/+31
2023-05-08phy: sparx5-serdes: add registers required for SD/CMU power downDaniel Machon1-0/+106
2023-05-08phy: cadence-torrent: Add USB + DP multilink configurationSwapnil Jakhade1-0/+98
2023-05-08phy: cadence-torrent: Add PCIe + DP multilink configuration for 100MHz refclkSwapnil Jakhade1-57/+227
2023-05-08phy: cadence-torrent: Prepare driver for multilink DP supportSwapnil Jakhade1-137/+168
2023-05-08phy: cadence-torrent: Add function to get PLL to be configured for DPSwapnil Jakhade1-0/+33
2023-05-08dt-bindings: phy: qmp-ufs: tweak clock and clock-names for sa8775pBartosz Golaszewski1-2/+2
2023-05-08dt-bindings: phy: qcom,edp-phy: allow power-domainsKrzysztof Kozlowski1-0/+3
2023-05-08phy: qcom-qmp: Add SA8775P USB3 UNI phyShazad Hussain1-0/+45
2023-05-08dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add SA8775P USB PHY bindingShazad Hussain1-0/+1
2023-05-08dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for SA8775PShazad Hussain1-0/+1
2023-05-08dt-bindings: usb: qcom,dwc3: Add bindings for SA8775PShazad Hussain1-0/+21
2023-05-08dt-bindings: phy: brcm,kona-usb2-phy: convert to YAMLStanislav Jakubek2-15/+36
2023-05-08phy: amlogic: enable/disable clkin during Amlogic USB PHY init/exitDmitry Rokosov1-2/+13
2023-05-07Linux 6.4-rc1Linus Torvalds1-2/+2
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds514-144556/+167669
2023-05-07Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+15
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-13/+16
2023-05-07Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds15-223/+376
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 Torvalds13-122/+288
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds8-41/+47
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo6-20/+14
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo1-10/+7
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-205/+202
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds5-13/+35
2023-05-06dmapool: link blocks across pagesKeith Busch1-127/+130
2023-05-06dmapool: don't memset on free twiceKeith Busch1-2/+2
2023-05-06dmapool: simplify freeingKeith Busch1-16/+6
2023-05-06dmapool: consolidate page initializationKeith Busch1-4/+3
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch1-7/+9
2023-05-06dmapool: move debug code to own functionsKeith Busch1-51/+77
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby1-1/+1
2023-05-06dmapool: cleanup integer typesTony Battersby1-8/+11
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby1-16/+7
2023-05-06dmapool: remove checks for dev == NULLTony Battersby1-31/+14
2023-05-06nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds1-1/+1
2023-05-06afs: fix the afs_dir_get_folio return valueChristoph Hellwig1-3/+4