summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2021-12-23phy: phy-rockchip-inno-usb2: support #address_cells = 2Peter Geis1-1/+10
2021-12-18phy: qcom-qmp: Add SM8450 PCIe0 PHY supportDmitry Baryshkov2-0/+158
2021-12-16phy: qcom-qmp: Add SM8450 USB QMP PHYsVinod Koul1-0/+3
2021-12-15phy: freescale: pcie: explicitly add bitfield.hVinod Koul1-0/+1
2021-12-14phy: freescale: pcie: Initialize the imx8 pcie standalone phy driverRichard Zhu3-0/+245
2021-12-14phy: rockchip-inno-usb2: remove redundant assignment to variable delayColin Ian King1-1/+0
2021-12-14phy: lan966x: Remove set_speed functionHoratiu Vultur1-12/+5
2021-12-14phy: ti: Use IS_ERR_OR_NULL() to clean codeMiaoqian Lin1-3/+3
2021-12-14phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node functionMiaoqian Lin1-1/+1
2021-12-09phy: qcom: use struct_size instead of sizeofGuo Zhengkui1-1/+1
2021-12-07phy: qcom-qmp: Add SM8450 UFS QMP PhyVinod Koul1-0/+32
2021-12-02phy: lan966x: Extend lan966x to support multiple phy interfaces.Horatiu Vultur1-0/+4
2021-12-02phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe()Zou Wei1-3/+1
2021-11-26phy: stm32: adopt dev_err_probe for regulatorsFabrice Gasnier1-6/+4
2021-11-25phy: bcm-ns-usb2: improve printing ref clk errorsRafał Miłecki1-1/+1
2021-11-23phy: intel: Add Thunder Bay eMMC PHY supportRashmi A3-0/+522
2021-11-23phy: Add lan966x ethernet serdes PHY driverHoratiu Vultur4-0/+766
2021-11-23phy: phy-can-transceiver: Make devm_gpiod_get optionalAswath Govindraju1-2/+2
2021-11-23phy: cadence-torrent: use swap() to make code cleanerYang Guang1-4/+2
2021-11-23phy: uniphier-ahci: Add support for Pro4 SoCKunihiko Hayashi2-5/+198
2021-11-23phy: uniphier-pcie: Add dual-phy support for NX1 SoCKunihiko Hayashi1-14/+34
2021-11-23phy: uniphier-pcie: Set VCOPLL clamp mode in PHY registerKunihiko Hayashi1-0/+5
2021-11-23phy: uniphier-pcie: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi1-0/+19
2021-11-23phy: uniphier-usb3: Add compatible string for NX1 SoCKunihiko Hayashi2-0/+8
2021-11-23phy: amlogic: Add a new driver for the HDMI TX PHY on Meson8/8b/8m2Martin Blumenstingl3-0/+171
2021-11-23phy: qcom: Introduce new eDP PHY driverBjorn Andersson4-0/+686
2021-11-23phy: bcm-ns-usb2: support updated DT binding with PHY reg spaceRafał Miłecki1-9/+43
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-72/+1532
2021-10-26phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()Yang Yingliang1-2/+2
2021-10-26phy: qcom-snps: Correct the FSEL_MASKSandeep Maheswaram1-1/+1
2021-10-26phy: hisilicon: Add of_node_put() in phy-hisi-inno-usb2Wan Jiabing1-2/+8
2021-10-26phy: qcom-qmp: another fix for the sc8180x PCIe definitionDmitry Baryshkov1-1/+1
2021-10-26phy: cadence-torrent: Add support to output received reference clockSwapnil Jakhade1-11/+148
2021-10-26phy: cadence-torrent: Model reference clock driver as a clock to enable deriv...Swapnil Jakhade1-25/+132
2021-10-26phy: cadence-torrent: Migrate to clk_hw based registration and OF APIsSwapnil Jakhade1-11/+19
2021-10-26phy: ti: gmii-sel: check of_get_address() for failureDan Carpenter1-0/+2
2021-10-26phy: stm32: add phy tuning supportAmelie Delaunay1-0/+190
2021-10-26phy: stm32: restore utmi switch on resumeAmelie Delaunay1-0/+13
2021-10-26phy: qcom-qusb2: Fix a memory leak on probeVladimir Zapolskiy1-6/+10
2021-10-26phy: qcom-qmp: Add QCM2290 USB3 PHY supportShawn Guo2-0/+145
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson2-5/+3
2021-10-05phy: qcom-qusb2: Add missing vdd supplyShawn Guo1-1/+1
2021-10-01phy: rockchip-inno-usb2: Make use of the helper function devm_add_action_or_r...Cai Huoqing1-9/+2
2021-10-01phy: qcom-qmp: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-10/+2
2021-10-01phy: qcom-qusb2: Add compatible for QCM2290Shawn Guo1-0/+3
2021-10-01phy: broadcom: Kconfig: Add configuration menu for Broadcom phy driversCai Huoqing1-0/+4
2021-10-01phy: HiSilicon: Add driver for Kirin 970 PCIe PHYMauro Carvalho Chehab3-0/+856
2021-10-01phy: samsung: unify naming and describe driver in KConfigKrzysztof Kozlowski1-8/+8
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08phy/drivers/stm32: use HZ macrosDaniel Lezcano1-1/+1