summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2024-07-24Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds26-397/+4435
2024-07-20Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+49
2024-07-03phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCsBiju Das1-1/+7
2024-07-02phy: airoha: Add dtime and Rx AEQ IO registersLorenzo Bianconi2-0/+55
2024-07-02phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)André Draszik1-5/+663
2024-07-02phy: exynos5-usbdrd: convert Vbus supplies to regulator_bulkAndré Draszik1-47/+39
2024-07-02phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulkAndré Draszik1-15/+39
2024-07-02phy: exynos5-usbdrd: convert core clocks to clk_bulkAndré Draszik1-68/+61
2024-07-02phy: exynos5-usbdrd: support isolating HS and SS ports independentlyAndré Draszik1-10/+13
2024-07-02phy: core: Fix documentation of of_phy_getMiaoqian Lin1-1/+1
2024-07-02phy: starfive: Correct the dphy configure processChanghuang Liang1-1/+3
2024-07-02phy: zynqmp: Add debugfs supportSean Anderson1-0/+40
2024-07-02phy: zynqmp: Take the phy mutex in xlateSean Anderson1-0/+1
2024-07-02phy: zynqmp: Only wait for PLL lock "primary" instancesSean Anderson1-9/+21
2024-07-02phy: zynqmp: Store instance instead of typeSean Anderson1-84/+31
2024-07-02phy: zynqmp: Enable reference clock correctlySean Anderson1-6/+8
2024-07-02phy: cadence-torrent: Check return value on register readMa Ke1-0/+3
2024-07-02phy: Fix the cacography in phy-exynos5250-usb2.cLiu Jing1-1/+1
2024-07-02phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCONCristian Ciocaltea1-0/+2
2024-07-01Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman4-29/+207
2024-06-20phy: airoha: Add PCIe PHY driver for EN7581 SoC.Lorenzo Bianconi4-0/+1736
2024-06-20phy: freescale: imx8qm-hsio: Include bitfield.h for FIELD_PREPNathan Chancellor1-0/+1
2024-06-15phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver supportRichard Zhu3-1/+619
2024-06-15phy: starfive: Add mipi dphy tx supportShengyang Chen3-0/+470
2024-06-15phy: qcom: qmp-pcie: restore compatibility with existing DTsDmitry Baryshkov1-6/+3
2024-06-12phy: broadcom: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-12phy: ti: am654-serdes: Remove duplicate defineJan Kiszka1-1/+0
2024-06-12phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()André Draszik1-0/+29
2024-06-12phy: exynos5-usbdrd: fix definition of EXYNOS5_FSEL_26MHZAndré Draszik1-1/+1
2024-06-12phy: exynos5-usbdrd: make phy_isol() take a bool for clarityAndré Draszik1-6/+6
2024-06-12phy: exynos5-usbdrd: convert udelay() to fsleep()André Draszik1-4/+4
2024-06-12phy: exynos5-usbdrd: uniform order of register bit macrosAndré Draszik1-29/+15
2024-06-04phy: ti: phy-da8xx-usb: Add runtime PM supportBastien Curutchet1-0/+49
2024-06-03phy: qcom-qmp-pcie: Add support for IPQ9574 g3x1 and g3x2 PCIEsdevi priya1-0/+309
2024-06-03phy: qcom-qmp: Add missing register definitions for PCS V5devi priya1-0/+14
2024-06-03phy: qcom-qmp: Add missing offsets for Qserdes PLL registers.devi priya1-0/+3
2024-06-03phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsetsAbel Vesa2-29/+162
2024-06-03phy: qcom-qmp: pcs: Add missing v6 N4 register offsetsAbel Vesa1-0/+32
2024-06-03phy: qcom-qmp: qserdes-txrx: Add missing registers offsetsAbel Vesa1-0/+13
2024-06-03phy: miphy28lp: remove unused struct 'miphy_initval'Dr. David Alan Gilbert1-5/+0
2024-06-03phy: starfive: remove unused struct 'regval'Dr. David Alan Gilbert1-5/+0
2024-06-03phy: qcom-qmp-usb: Add sc8180x USB UNIPHYBjorn Andersson1-0/+3
2024-06-03phy: cadence-torrent: add suspend and resume supportThomas Richard1-0/+57
2024-06-03phy: cadence-torrent: remove noop_ops phy operationsThomas Richard1-17/+13
2024-06-03phy: cadence-torrent: add already_configured to struct cdns_torrent_phyThomas Richard1-5/+5
2024-06-03phy: cadence-torrent: register resets even if the phy is already configuredThomas Richard1-5/+5
2024-06-03phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clkThomas Richard1-16/+21
2024-06-03phy: ti: phy-j721e-wiz: add resume supportThomas Richard1-0/+29
2024-06-03phy: ti: phy-j721e-wiz: split wiz_clock_init() functionThomas Richard1-29/+37
2024-06-03phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()Thomas Richard1-25/+21