summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-251/+1980
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+672
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-58/+1260
2021-06-29phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIPRashmi A-1/+2
2021-06-25phy: phy-hi3670-usb3: move driver from staging into phyMauro Carvalho Chehab-0/+672
2021-06-24phy: qcom-qusb2: Add configuration for SM4250 and SM6115Iskren Chernev-0/+34
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-58/+1260
2021-06-23phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"Vinod Koul-2/+2
2021-06-21phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()Christophe JAILLET-4/+13
2021-06-21phy: uniphier-pcie: Fix updating phy parametersKunihiko Hayashi-4/+7
2021-06-21phy/rockchip: add Innosilicon-based CSI dphyHeiko Stuebner-0/+469
2021-06-21phy: rockchip: remove redundant initialization of pointer cfgColin Ian King-2/+2
2021-06-14Merge tag 'for-5.14-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Greg Kroah-Hartman-251/+1946
2021-06-14phy: phy-can-transceiver: Add support for generic CAN transceiver driverAswath Govindraju-0/+156
2021-06-14phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_phy_probe()He Ying-3/+1
2021-06-14phy: phy-mtk-mipi-dsi: Remove redundant dev_err call in mtk_mipi_tx_probe()He Ying-3/+1
2021-06-14phy: phy-mmp3-hsic: Remove redundant dev_err call in mmp3_hsic_phy_probe()He Ying-3/+1
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