summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2020-09-18phy: cadence-torrent: Use devm_platform_ioremap_resource() to get reg addressesSwapnil Jakhade-6/+2
2020-09-18phy: cadence-torrent: Use of_device_get_match_data() to get driver dataSwapnil Jakhade-8/+5
2020-09-16phy: intel: Add Keem Bay eMMC PHY supportWan Ahmad Zainie-0/+320
2020-09-16phy: intel: Rename phy-intel to phy-intel-lgmWan Ahmad Zainie-7/+7
2020-09-16phy: cadence: torrent: Constify regmap_config structsRikard Falkeborn-6/+6
2020-09-16phy: cadence: salvo: Constify cdns_nxp_sequence_pairRikard Falkeborn-3/+3
2020-09-16phy: cadence: Sierra: Constify static structsRikard Falkeborn-12/+12
2020-09-16Merge branch 'topic/phy_attrs' into nextVinod Koul-0/+4
2020-09-16phy: cadence-torrent: Set Torrent PHY attributesSwapnil Jakhade-0/+4
2020-09-14drm/mediatek: Disable tmds on mt2701chunhui dai-0/+5
2020-09-11phy: Add USB3 PHY support for Intel LGM SoCRamuthevar Vadivel Murugan-0/+295
2020-09-08phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter-2/+4
2020-09-08phy: ti: gmii-sel: retrieve ports number and base offset from dtGrygorii Strashko-11/+33
2020-09-08phy: ti: gmii-sel: use features mask during initGrygorii Strashko-8/+2
2020-09-08phy: ti: gmii-sel: move phy init in separate functionGrygorii Strashko-47/+64
2020-09-08phy: phy-pxa-28nm-usb2: convert to readl_poll_timeout()Chunfeng Yun-18/+15
2020-09-08phy: phy-pxa-28nm-hsic: convert to readl_poll_timeout()Chunfeng Yun-20/+20
2020-09-08phy: phy-qcom-apq8064-sata: convert to readl_relaxed_poll_timeout()Chunfeng Yun-13/+8
2020-09-08phy: phy-bcm-sr-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun-11/+8
2020-09-08phy: phy-bcm-ns2-usbdrd: convert to readl_poll_timeout_atomic()Chunfeng Yun-9/+4
2020-09-08phy: phy-bcm-ns-usb3: convert to readl_poll_timeout_atomic()Chunfeng Yun-13/+9
2020-09-06phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folderCK Hu-0/+808
2020-09-04Merge tag 'phy-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman-17/+53
2020-08-31phy: Move phy-rockchip-dphy-rx0 out of stagingEzequiel Garcia-0/+401
2020-08-31phy: socionext: Add UniPhier AHCI PHY driver supportKunihiko Hayashi-0/+332
2020-08-31phy: qcom-ipq4019-usb: Constify static phy_ops structsRikard Falkeborn-2/+2
2020-08-31phy: samsung-ufs: Constify samsung_ufs_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: ralink-usb: Constify ralink_usb_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: lantiq: vrx200-pcie: Constify ltq_vrx200_pcie_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: lantiq: rcu-usb2: Constify ltq_rcu_usb2_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: hisilicon; Constify hi3660_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: fsl-imx8mq-usb: Constify imx8mq_usb_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: cadence: salvo: Constify cdns_salvo_phy_opsRikard Falkeborn-1/+1
2020-08-31phy: freescale: imx8mq-usb: add support for imx8mp usb phyLi Jun-7/+70
2020-08-31phy: omap-usb2-phy: fix coding style issuesRoger Quadros-19/+17
2020-08-31Merge branch 'fixes' into nextVinod Koul-17/+53
2020-08-31phy: omap-usb2-phy: disable PHY charger detectRoger Quadros-7/+40
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-08-23phy: ti: j721e-wiz: Remove duplicate includeYueHaibing-1/+0
2020-08-23phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan-7/+11
2020-08-23phy: ti: am654: update PCIe serdes configSekhar Nori-5/+135
2020-08-23phy: ti: am654: simplify return handlingSekhar Nori-28/+20
2020-08-23phy: ti: am654: simplify regfield handlingSekhar Nori-93/+68
2020-08-23phy: samsung: Use readl_poll_timeout functionAnand Moon-27/+12
2020-08-17phy: qualcomm: fix return value check in qcom_ipq806x_usb_phy_probe()Wei Yongjun-2/+2
2020-08-17phy: qualcomm: fix platform_no_drv_owner.cocci warningsYueHaibing-1/+0
2020-07-23Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman-1691/+3372
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King-1/+1
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas-0/+466
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King-7/+38