summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
...
| | * phy: amlogic: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-164-12/+4
| | * phy: allwinner: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun2020-11-164-15/+5
| | * phy: qcom-qmp: Add SM8250 PCIe QMP PHYsManivannan Sadhasivam2020-11-162-4/+295
| | * phy: Add USB HSIC PHY driver for Marvell MMP3 SoCLubomir Rintel2020-11-023-0/+95
| | * phy: fsl-imx8mq-usb: Constify imx8mp_usb_phy_opsRikard Falkeborn2020-10-281-1/+1
* | | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-146-0/+778
|\ \ \ | |/ / |/| |
| * | phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folderChun-Kuang Hu2020-11-306-0/+778
| |/
* | phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"Colin Ian King2020-11-161-1/+1
* | phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1
* | phy: qualcomm: usb: Fix SuperSpeed PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1
* | phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-11-161-1/+1
* | phy: cpcap-usb: Use IRQF_ONESHOTZou Wei2020-10-281-1/+2
* | phy: qcom-qmp: Initialize another pointer to NULLStephen Boyd2020-10-281-1/+1
* | phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier2020-10-281-0/+1
* | phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211Al Cooper2020-10-281-5/+0
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-222-6/+22
|\
| * phy: marvell: comphy: Convert internal SMCC firmware return codes to errnoPali Rohár2020-10-022-6/+22
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-156-0/+813
|\ \
| * \ Merge tag 'mediatek-drm-next-5.10' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie2020-09-296-0/+813
| |\ \
| | * | drm/mediatek: Disable tmds on mt2701chunhui dai2020-09-143-0/+5
| | * | phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folderCK Hu2020-09-066-0/+808
| | |/
| * | Merge tag 'phy-attrs-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Tomi Valkeinen2020-09-181-0/+4
| |\ \
* | \ \ Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-2/+4
|\ \ \ \
| * \ \ \ Merge tag 'phy-fixes-2-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-09-291-2/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter2020-09-081-2/+4
* | | | | Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2020-10-0237-617/+4832
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | phy: qcom-qmp: initialize the pointer to NULLVinod Koul2020-10-011-3/+3
| * | | | phy: qcom-qmp: Add support for sc7180 DP phyStephen Boyd2020-09-281-0/+124
| * | | | phy: qcom-qmp: Add support for DP in USB3+DP combo phyStephen Boyd2020-09-282-90/+775
| * | | | phy: qcom-qmp: Use devm_platform_ioremap_resource() to simplifyStephen Boyd2020-09-281-8/+3
| * | | | phy: qcom-qmp: Get dp_com I/O resource by indexStephen Boyd2020-09-281-7/+3
| * | | | phy: qcom-qmp: Move 'serdes' and 'cfg' into 'struct qcom_phy'Stephen Boyd2020-09-281-57/+56
| * | | | phy: qcom-qmp: Remove 'initialized' in favor of 'init_count'Stephen Boyd2020-09-281-7/+2
| * | | | phy: qcom-qmp: Move phy mode into struct qmp_phyStephen Boyd2020-09-281-8/+7
| * | | | phy: rockchip-dphy-rx0: Include linux/delay.hTomasz Figa2020-09-221-0/+1
| * | | | phy: fix USB_LGM_PHY warning & build errorsRandy Dunlap2020-09-221-0/+1
| * | | | phy: cadence-torrent: Add USB + SGMII/QSGMII multilink configurationSwapnil Jakhade2020-09-181-0/+254
| * | | | phy: cadence-torrent: Add PCIe + USB multilink configurationSwapnil Jakhade2020-09-181-0/+216
| * | | | phy: cadence-torrent: Add single link USB register sequencesSwapnil Jakhade2020-09-181-1/+259
| * | | | phy: cadence-torrent: Add single link SGMII/QSGMII register sequencesSwapnil Jakhade2020-09-181-0/+89
| * | | | phy: cadence-torrent: Configure PHY_PLL_CFG as part of link_cmn_valsSwapnil Jakhade2020-09-181-4/+18
| * | | | phy: cadence-torrent: Add PHY link configuration sequences for single linkSwapnil Jakhade2020-09-181-0/+44
| * | | | phy: cadence-torrent: Add clk changes for multilink configurationSwapnil Jakhade2020-09-181-24/+17
| * | | | phy: cadence-torrent: Update PHY reset for multilink configurationSwapnil Jakhade2020-09-181-7/+21
| * | | | phy: cadence-torrent: Add support for PHY multilink configurationSwapnil Jakhade2020-09-181-26/+757
| * | | | phy: cadence-torrent: Add PHY APB reset supportSwapnil Jakhade2020-09-181-0/+13
| * | | | phy: cadence-torrent: Check cmn_ready assertion during PHY power onSwapnil Jakhade2020-09-181-1/+30
| * | | | phy: cadence-torrent: Add single link PCIe supportSwapnil Jakhade2020-09-181-30/+266
| * | | | phy: cadence-torrent: Check total lane count for all subnodes is within limitSwapnil Jakhade2020-09-181-4/+15
| * | | | phy: cadence-torrent: Add separate regmap functions for torrent and DPSwapnil Jakhade2020-09-181-33/+66