summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: tegra: xusb: Add error pointer check in xusb.cDipendra Khadka2024-10-211-0/+2
* phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu2024-10-211-5/+5
* phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea2024-10-171-0/+1
* phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli2024-10-171-2/+2
* phy: starfive: jh7110-usb: Fix link configuration to controllerJan Kiszka2024-10-171-0/+16
* phy: qcom: qmp-pcie: drop bogus x1e80100 qref suppliesJohan Hovold2024-10-171-4/+4
* phy: qcom: qmp-combo: move driver data initialisation earlierJohan Hovold2024-10-171-2/+1
* phy: qcom: qmp-usbc: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
* phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
* phy: qcom: qmp-usb: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
* phy: usb: disable COMMONONN for dual modeJustin Chen2024-10-111-3/+9
* phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control registerBartosz Wawrzyniak2024-10-071-10/+11
* phy: usb: Fix missing elements in BCM4908 USB init arraySam Edwards2024-10-071-0/+2
* Merge tag 'phy-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds2024-09-2327-602/+1004
|\
| * phy: renesas: rcar-gen3-usb2: Add support for the RZ/G3S SoCClaudiu Beznea2024-08-301-0/+10
| * phy: renesas: rcar-gen3-usb2: Add support to initialize the busClaudiu Beznea2024-08-301-3/+47
| * phy: ti: j721e-wiz: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-3/+2
| * phy: ti: j721e-wiz: Drop OF node reference earlier for simpler codeKrzysztof Kozlowski2024-08-301-5/+2
| * phy: ti: gmii-sel: Simplify with dev_err_probe()Krzysztof Kozlowski2024-08-301-10/+6
| * phy: ti: am654-serdes: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-08-301-33/+17
| * phy: qcom: qmp-pcie-msm8996: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-8/+3
| * phy: mediatek: xsphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-18/+9
| * phy: mediatek: tphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-19/+11
| * phy: hisilicon: usb2: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-9/+3
| * phy: cadence: sierra: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-5/+2
| * phy: broadcom: brcm-sata: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-14/+7
| * phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-301-14/+6
| * phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHYHui-Ping Chen2024-08-295-0/+160
| * phy: qcom: qmp-pcie: Configure all tables on port B PHYQiang Yu2024-08-291-1/+13
| * phy: airoha: adjust initialization delay in airoha_pcie_phy_init()Lorenzo Bianconi2024-08-291-1/+5
| * phy: qcom: qmp-pcie: Add Gen4 4-lanes mode for X1E80100Abel Vesa2024-08-291-0/+42
| * phy: phy-rockchip-samsung-hdptx: Add clock provider supportCristian Ciocaltea2024-08-051-22/+173
| * phy: phy-rockchip-samsung-hdptx: Enable runtime PM at PHY core levelCristian Ciocaltea2024-08-051-18/+6
| * phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.hCristian Ciocaltea2024-08-051-0/+1
| * phy: cadence-torrent: add support for three or more links using 2 protocolsSiddharth Vadapalli2024-08-051-119/+172
| * phy: ti: phy-j721e-wiz: convert comma to semicolonChen Ni2024-08-041-2/+2
| * phy: marvell: phy-mvebu-cp110-comphy: improve eth_port1 on comphy4Stefan Eichenberger2024-08-041-2/+2
| * phy: qcom: qmp: Add debug prints for register writesManivannan Sadhasivam2024-07-317-60/+67
| * phy: cadence: Sierra: Constify a u32[]Christophe JAILLET2024-07-311-1/+1
| * phy: cadence: Sierra: Constify struct cdns_sierra_valsChristophe JAILLET2024-07-311-40/+40
| * phy: cadence: Sierra: Constify struct cdns_reg_pairsChristophe JAILLET2024-07-311-3/+3
| * phy: cadence-torrent: Constify a u32[]Christophe JAILLET2024-07-311-1/+1
| * phy: cadence-torrent: Constify struct cdns_torrent_valsChristophe JAILLET2024-07-311-96/+96
| * phy: cadence-torrent: Constify struct cdns_torrent_vals_entryChristophe JAILLET2024-07-311-12/+12
| * phy: cadence-torrent: Constify struct cdns_reg_pairsChristophe JAILLET2024-07-311-84/+84
| * phy: exynos5-usbdrd: convert some FIELD_PREP_CONST() to FIELD_PREP()André Draszik2024-07-311-6/+6
* | Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2024-09-181-8/+3
|\ \
| * | power: supply: Change usb_types from an array into a bitmaskHans de Goede2024-09-031-8/+3
| |/
* | phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resumePiyush Mehta2024-08-051-0/+56
* | phy: exynos5-usbdrd: fix error code in probe()Dan Carpenter2024-08-041-1/+1