summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2021-06-14phy: bcm-ns-usb3: Remove redundant dev_err call in bcm_ns_usb3_mdio_probe()He Ying-3/+1
2021-06-03phy: tegra: xusb: Add wake/sleepwalk for Tegra186JC Kuo-1/+549
2021-06-03phy: tegra: xusb: Tegra210 host mode VBUS controlJC Kuo-12/+40
2021-06-03phy: tegra: xusb: Add wake/sleepwalk for Tegra210JC Kuo-0/+910
2021-06-03phy: tegra: xusb: Add sleepwalk and suspend/resumeJC Kuo-0/+90
2021-06-03phy: tegra: xusb: Add Tegra210 lane_iddq operationJC Kuo-8/+86
2021-06-03phy: tegra: xusb: Rearrange UPHY init on Tegra210JC Kuo-98/+103
2021-06-03phy: tegra: xusb: Move usb3 port init for Tegra210JC Kuo-144/+180
2021-06-03phy: Sparx5 Eth SerDes: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-06-03phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variableSergio Paracuellos-1/+1
2021-05-31phy: ti: Fix an error code in wiz_probe()Yang Li-0/+1
2021-05-31phy: phy-twl4030-usb: use DEVICE_ATTR_RO macroYueHaibing-3/+3
2021-05-31phy: phy-rockchip-inno-usb2: add support for RK3308 USB phyTobias Schramm-0/+44
2021-05-31phy: stm32: manage optional vbus regulator on phy_power_on/offAmelie Delaunay-0/+31
2021-05-31phy: qcom-qmp: remove redundant error of clock bulkChunfeng Yun-6/+2
2021-05-31phy: phy-xgene.c: Fix alignment of commentShubhankar Kuranagatti-1/+2
2021-05-31phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()Tiezhu Yang-0/+2
2021-05-31phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe()Wang Wensheng-0/+1
2021-05-31phy: qcom-qmp: Add support for SDX55 QMP PCIe PHYManivannan Sadhasivam-1/+187
2021-05-31phy: qcom-qmp: Use phy_status field for the status bit offsetManivannan Sadhasivam-1/+28
2021-05-14phy: phy-core-mipi-dphy.c: Correct reference versionSebastian Fricke-1/+1
2021-05-14phy: Allow a NULL phy name for devm_phy_get()Rob Herring-7/+9
2021-05-14phy: usb: Fix misuse of IS_ENABLEDChen Li-2/+2
2021-05-14phy: qcom-qmp: add QMP V2 PCIe PHY support for ipq60xxSelvam Sathappan Periakaruppan-0/+279
2021-05-14phy: ralink: phy-mt7621-pci: properly print pointer addressSergio Paracuellos-2/+2
2021-05-14phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'Sergio Paracuellos-2/+2
2021-05-14phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driverSergio Paracuellos-1/+1
2021-05-14phy: ralink: phy-mt7621-pci: use kernel clock APISSergio Paracuellos-13/+20
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+4
2021-04-16phy: Revert "phy: ti: j721e-wiz: add missing of_node_put"Vinod Koul-1/+0
2021-04-16phy: ti: j721e-wiz: Add missing include linux/slab.hShixin Liu-0/+1
2021-04-16phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()Yang Yingliang-1/+1
2021-04-06time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko-6/+4
2021-04-06phy: fix resource_size.cocci warningskernel test robot-1/+1
2021-04-06phy: Sparx5 Eth SerDes: Use direct register operationsSteen Hegelund-918/+951
2021-04-06phy: hisilicon: Use the correct HiSilicon copyrightHao Fang-2/+2
2021-04-06phy: marvell: phy-mvebu-cp11i-utmi needs USB_COMMONRandy Dunlap-1/+1
2021-03-31phy: qcom-qmp: add support for sm8250-usb3-dp phyDmitry Baryshkov-22/+412
2021-03-31phy: qcom-qmp: rename common registersDmitry Baryshkov-43/+44
2021-03-31phy: qcom-qmp: move DP functions to callbacksDmitry Baryshkov-22/+51
2021-03-31phy: ti: j721e-wiz: Configure 'p_standard_mode' only for DP/QSGMIIKishon Vijay Abraham I-0/+2
2021-03-31phy: zynqmp: Handle the clock enable/disable properlyManish Narani-7/+51
2021-03-31phy: microchip: PHY_SPARX5_SERDES should depend on ARCH_SPARX5Geert Uytterhoeven-0/+1
2021-03-31phy: cadence-torrent: Add delay for PIPE clock to be stableKishon Vijay Abraham I-0/+9
2021-03-31phy: cadence-torrent: Explicitly request exclusive reset controlKishon Vijay Abraham I-1/+1
2021-03-31phy: cadence-torrent: Do not configure SERDES if it's already configuredKishon Vijay Abraham I-10/+22
2021-03-31phy: cadence-torrent: Group reset APIs and clock APIsKishon Vijay Abraham I-31/+53
2021-03-31phy: ti: j721e-wiz: Do not configure wiz if its already configuredFaiz Abbas-5/+16
2021-03-31phy: cadence: Sierra: Enable pll_cmnlc and pll_cmnlc1 clocksKishon Vijay Abraham I-3/+37
2021-03-31phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as clocks (mux clocks)Kishon Vijay Abraham I-3/+265