summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2024-10-21phy: tegra: xusb: Add error pointer check in xusb.cDipendra Khadka-0/+2
2024-10-21phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu-5/+5
2024-10-17phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea-0/+1
2024-10-17phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli-2/+2
2024-10-17phy: starfive: jh7110-usb: Fix link configuration to controllerJan Kiszka-0/+16
2024-10-17phy: qcom: qmp-pcie: drop bogus x1e80100 qref suppliesJohan Hovold-4/+4
2024-10-17phy: qcom: qmp-combo: move driver data initialisation earlierJohan Hovold-2/+1
2024-10-17phy: qcom: qmp-usbc: fix NULL-deref on runtime suspendJohan Hovold-0/+1
2024-10-17phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspendJohan Hovold-0/+1
2024-10-17phy: qcom: qmp-usb: fix NULL-deref on runtime suspendJohan Hovold-0/+1
2024-10-11phy: usb: disable COMMONONN for dual modeJustin Chen-3/+9
2024-10-07phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control registerBartosz Wawrzyniak-10/+11
2024-10-07phy: usb: Fix missing elements in BCM4908 USB init arraySam Edwards-0/+2
2024-09-23Merge tag 'phy-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-602/+1004
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds-8/+3
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede-8/+3
2024-08-30phy: renesas: rcar-gen3-usb2: Add support for the RZ/G3S SoCClaudiu Beznea-0/+10
2024-08-30phy: renesas: rcar-gen3-usb2: Add support to initialize the busClaudiu Beznea-3/+47
2024-08-30phy: ti: j721e-wiz: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2024-08-30phy: ti: j721e-wiz: Drop OF node reference earlier for simpler codeKrzysztof Kozlowski-5/+2
2024-08-30phy: ti: gmii-sel: Simplify with dev_err_probe()Krzysztof Kozlowski-10/+6
2024-08-30phy: ti: am654-serdes: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski-33/+17
2024-08-30phy: qcom: qmp-pcie-msm8996: Simplify with scoped for each OF child loopKrzysztof Kozlowski-8/+3
2024-08-30phy: mediatek: xsphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski-18/+9
2024-08-30phy: mediatek: tphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski-19/+11
2024-08-30phy: hisilicon: usb2: Simplify with scoped for each OF child loopKrzysztof Kozlowski-9/+3
2024-08-30phy: cadence: sierra: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2024-08-30phy: broadcom: brcm-sata: Simplify with scoped for each OF child loopKrzysztof Kozlowski-14/+7
2024-08-30phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loopKrzysztof Kozlowski-14/+6
2024-08-29phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHYHui-Ping Chen-0/+160
2024-08-29phy: qcom: qmp-pcie: Configure all tables on port B PHYQiang Yu-1/+13
2024-08-29phy: airoha: adjust initialization delay in airoha_pcie_phy_init()Lorenzo Bianconi-1/+5
2024-08-29phy: qcom: qmp-pcie: Add Gen4 4-lanes mode for X1E80100Abel Vesa-0/+42
2024-08-05phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resumePiyush Mehta-0/+56
2024-08-05phy: phy-rockchip-samsung-hdptx: Add clock provider supportCristian Ciocaltea-22/+173
2024-08-05phy: phy-rockchip-samsung-hdptx: Enable runtime PM at PHY core levelCristian Ciocaltea-18/+6
2024-08-05phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.hCristian Ciocaltea-0/+1
2024-08-05phy: cadence-torrent: add support for three or more links using 2 protocolsSiddharth Vadapalli-119/+172
2024-08-04phy: ti: phy-j721e-wiz: convert comma to semicolonChen Ni-2/+2
2024-08-04phy: exynos5-usbdrd: fix error code in probe()Dan Carpenter-1/+1
2024-08-04phy: marvell: phy-mvebu-cp110-comphy: improve eth_port1 on comphy4Stefan Eichenberger-2/+2
2024-08-04phy: fsl-imx8mq-usb: fix tuning parameter nameXu Yang-1/+1
2024-08-04phy: qcom: qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisationAbel Vesa-7/+16
2024-07-31phy: qcom: qmp: Add debug prints for register writesManivannan Sadhasivam-60/+67
2024-07-31phy: cadence: Sierra: Constify a u32[]Christophe JAILLET-1/+1
2024-07-31phy: cadence: Sierra: Constify struct cdns_sierra_valsChristophe JAILLET-40/+40
2024-07-31phy: cadence: Sierra: Constify struct cdns_reg_pairsChristophe JAILLET-3/+3
2024-07-31phy: cadence-torrent: Constify a u32[]Christophe JAILLET-1/+1
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_valsChristophe JAILLET-96/+96
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_vals_entryChristophe JAILLET-12/+12