summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1578-637/+2365
|\
| * Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2020-12-0978-637/+2365
| |\
| | * drm/mediatek: avoid dereferencing a null hdmi_phy on an error messageColin Ian King2020-12-081-2/+3
| | * phy: ingenic: depend on HAS_IOMEMVinod Koul2020-12-081-0/+1
| | * phy: mediatek: statify mtk_hdmi_phy_driverVinod Koul2020-12-071-1/+1
| | * phy: rockchip-emmc: output tap delay dt propertyChris Ruehl2020-12-051-1/+12
| | * PHY: Ingenic: Add USB PHY driver using generic PHY framework.周琰杰 (Zhou Yanjie)2020-12-055-0/+428
| | * phy: rockchip: set pulldown for strobe line in dtsChris Ruehl2020-12-051-0/+16
| | * phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failureWang Li2020-12-051-2/+4
| | * phy: mediatek: allow compile-testing the hdmi phyArnd Bergmann2020-12-051-1/+3
| | * phy/rockchip: Make PHY_ROCKCHIP_INNO_HDMI depend on HAS_IOMEM to fix build errorTiezhu Yang2020-12-021-0/+1
| | * phy: samsung: Merge Kconfig for Exynos5420 and Exynos5250Marek Szyprowski2020-12-022-8/+1
| | * phy: ralink: phy-mt7621-pci: set correct name in MODULE_DEVICE_TABLE macroSergio Paracuellos2020-12-011-1/+1
| | * phy: ralink: phy-mt7621-pci: drop 'COMPILE_TEST' from KconfigSergio Paracuellos2020-12-011-1/+1
| | * phy: mediatek: Make PHY_MTK_{XSPHY, TPHY} depend on HAS_IOMEM and OF_ADDRESS ...Tiezhu Yang2020-11-301-2/+4
| | * phy: tegra: xusb: Fix usb_phy device driver fieldJC Kuo2020-11-301-1/+1
| | * phy: amlogic: replace devm_reset_control_array_get()Yejune Deng2020-11-302-2/+2
| | * phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host modeNeil Armstrong2020-11-301-1/+2
| | * phy: amlogic: meson-axg-mipi-pcie-analog: replace DSI_LANE definitions with B...Neil Armstrong2020-11-301-6/+5
| | * phy: samsung: Add support for the Exynos5420 variant of the USB2 PHYMarek Szyprowski2020-11-304-15/+47
| | * phy: ralink: Add PHY driver for MT7621 PCIe PHYSergio Paracuellos2020-11-303-0/+361
| | * phy: intel: Add Keem Bay USB PHY supportWan Ahmad Zainie2020-11-303-0/+314
| | * phy: samsung: phy-exynos-pcie: fix typo 'tunning'Vinod Koul2020-11-201-1/+1
| | * phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHYJaehoon Chung2020-11-201-189/+112
| | * phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analogNeil Armstrong2020-11-202-69/+136
| | * phy: amlogic: Add AXG MIPI D-PHY driverNeil Armstrong2020-11-203-0/+426
| | * phy: phy-bcm-ns-usb3: drop support for deprecated DT bindingRafał Miłecki2020-11-191-151/+5
| | * phy: sun4i-usb: remove enable_pmu_unk1 from sun50i_h6_cfgYangtao Li2020-11-191-1/+0
| | * phy: amlogic: Revert "phy: amlogic: Replace devm_reset_control_array_get()"Vinod Koul2020-11-172-2/+2
| | * phy: tegra: Don't warn on probe deferralJon Hunter2020-11-161-1/+1
| | * phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitudeFlorian Fainelli2020-11-161-0/+32
| | * phy: stm32: defer probe for reset controllerAmelie Delaunay2020-11-161-0/+4
| | * phy: stm32: don't print an error on probe deferralAmelie Delaunay2020-11-161-5/+2
| | * phy: tegra: Constify static device_type structsRikard Falkeborn2020-11-161-2/+2
| | * phy: amlogic: Replace devm_reset_control_array_get()Yejune Deng2020-11-162-2/+2
| | * phy: ti: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun2020-11-163-25/+11
| | * phy: tegra: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun2020-11-162-6/+2
| | * phy: phy-stm32-usbphyc: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: samsung: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-164-15/+5
| | * phy: rockchip: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: renesas: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-164-12/+4
| | * phy: phy-ralink-usb: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: qualcomm: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun2020-11-165-16/+5
| | * phy: phy-mtk-ufs: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: phy-xgene: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: marvell: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-167-21/+7
| | * phy: lantiq: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
| | * phy: freescale: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-162-6/+2
| | * phy: cadence: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-163-9/+3
| | * phy: broadcom: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun2020-11-168-36/+13