summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2020-11-16phy: qualcomm: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-16/+5
2020-11-16phy: phy-mtk-ufs: convert to devm_platform_ioremap_resourceChunfeng Yun-3/+1
2020-11-16phy: phy-xgene: convert to devm_platform_ioremap_resourceChunfeng Yun-3/+1
2020-11-16phy: marvell: convert to devm_platform_ioremap_resourceChunfeng Yun-21/+7
2020-11-16phy: lantiq: convert to devm_platform_ioremap_resourceChunfeng Yun-3/+1
2020-11-16phy: freescale: convert to devm_platform_ioremap_resourceChunfeng Yun-6/+2
2020-11-16phy: cadence: convert to devm_platform_ioremap_resourceChunfeng Yun-9/+3
2020-11-16phy: broadcom: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-36/+13
2020-11-16phy: amlogic: convert to devm_platform_ioremap_resourceChunfeng Yun-12/+4
2020-11-16phy: allwinner: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-15/+5
2020-11-16phy: qcom-qmp: Add SM8250 PCIe QMP PHYsManivannan Sadhasivam-4/+295
2020-11-02phy: Add USB HSIC PHY driver for Marvell MMP3 SoCLubomir Rintel-0/+95
2020-10-28phy: cpcap-usb: Use IRQF_ONESHOTZou Wei-1/+2
2020-10-28phy: qcom-qmp: Initialize another pointer to NULLStephen Boyd-1/+1
2020-10-28phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier-0/+1
2020-10-28phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211Al Cooper-5/+0
2020-10-28phy: fsl-imx8mq-usb: Constify imx8mp_usb_phy_opsRikard Falkeborn-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+22
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+813
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-2/+4
2020-10-02phy: marvell: comphy: Convert internal SMCC firmware return codes to errnoPali Rohár-6/+22
2020-10-02Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-617/+4832
2020-10-01phy: qcom-qmp: initialize the pointer to NULLVinod Koul-3/+3
2020-09-29Merge tag 'phy-fixes-2-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-2/+4
2020-09-29Merge tag 'mediatek-drm-next-5.10' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie-0/+813
2020-09-28phy: qcom-qmp: Add support for sc7180 DP phyStephen Boyd-0/+124
2020-09-28phy: qcom-qmp: Add support for DP in USB3+DP combo phyStephen Boyd-90/+775
2020-09-28phy: qcom-qmp: Use devm_platform_ioremap_resource() to simplifyStephen Boyd-8/+3
2020-09-28phy: qcom-qmp: Get dp_com I/O resource by indexStephen Boyd-7/+3
2020-09-28phy: qcom-qmp: Move 'serdes' and 'cfg' into 'struct qcom_phy'Stephen Boyd-57/+56
2020-09-28phy: qcom-qmp: Remove 'initialized' in favor of 'init_count'Stephen Boyd-7/+2
2020-09-28phy: qcom-qmp: Move phy mode into struct qmp_phyStephen Boyd-8/+7
2020-09-22phy: rockchip-dphy-rx0: Include linux/delay.hTomasz Figa-0/+1
2020-09-22phy: fix USB_LGM_PHY warning & build errorsRandy Dunlap-0/+1
2020-09-18Merge tag 'phy-attrs-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Tomi Valkeinen-0/+4
2020-09-18phy: cadence-torrent: Add USB + SGMII/QSGMII multilink configurationSwapnil Jakhade-0/+254
2020-09-18phy: cadence-torrent: Add PCIe + USB multilink configurationSwapnil Jakhade-0/+216
2020-09-18phy: cadence-torrent: Add single link USB register sequencesSwapnil Jakhade-1/+259
2020-09-18phy: cadence-torrent: Add single link SGMII/QSGMII register sequencesSwapnil Jakhade-0/+89
2020-09-18phy: cadence-torrent: Configure PHY_PLL_CFG as part of link_cmn_valsSwapnil Jakhade-4/+18
2020-09-18phy: cadence-torrent: Add PHY link configuration sequences for single linkSwapnil Jakhade-0/+44
2020-09-18phy: cadence-torrent: Add clk changes for multilink configurationSwapnil Jakhade-24/+17
2020-09-18phy: cadence-torrent: Update PHY reset for multilink configurationSwapnil Jakhade-7/+21
2020-09-18phy: cadence-torrent: Add support for PHY multilink configurationSwapnil Jakhade-26/+757
2020-09-18phy: cadence-torrent: Add PHY APB reset supportSwapnil Jakhade-0/+13
2020-09-18phy: cadence-torrent: Check cmn_ready assertion during PHY power onSwapnil Jakhade-1/+30
2020-09-18phy: cadence-torrent: Add single link PCIe supportSwapnil Jakhade-30/+266
2020-09-18phy: cadence-torrent: Check total lane count for all subnodes is within limitSwapnil Jakhade-4/+15
2020-09-18phy: cadence-torrent: Add separate regmap functions for torrent and DPSwapnil Jakhade-33/+66
2020-09-18phy: cadence-torrent: Enable support for multiple subnodesSwapnil Jakhade-15/+0