aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-1/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 19-1262/+2171
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modesGravatar Pali Rohár 1-6/+0
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Rename HS-SGMMI to 2500Base-XGravatar Pali Rohár 1-5/+5
2021-08-27phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-XGravatar Pali Rohár 1-8/+8
2021-08-23phy: qcom-qmp: Add support for SM6115 UFS phyGravatar Iskren Chernev 2-0/+142
2021-08-20phy: qmp: Provide unique clock names for DP clocksGravatar Bjorn Andersson 1-2/+5
2021-08-18phy: xilinx: zynqmp: skip PHY initialization and PLL lock for USBGravatar Piyush Mehta 1-0/+3
2021-08-17phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFERGravatar Anand Moon 1-2/+2
2021-08-17phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset modeGravatar Anand Moon 1-0/+4
2021-08-17phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resourceGravatar Chunfeng Yun 1-5/+2
2021-08-17phy: phy-mtk-mipi-dsi: remove dummy assignment of error numberGravatar Chunfeng Yun 1-4/+2
2021-08-17phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resourceGravatar Chunfeng Yun 1-5/+2
2021-08-17phy: phy-mtk-ufs: use clock bulk to get clocksGravatar Chunfeng Yun 1-33/+11
2021-08-17phy: phy-mtk-tphy: remove error log of ioremap failureGravatar Chunfeng Yun 1-1/+0
2021-08-17phy: phy-mtk-tphy: print error log using child deviceGravatar Chunfeng Yun 1-4/+6
2021-08-17phy: phy-mtk-tphy: support type switch by pericfgGravatar Chunfeng Yun 1-2/+82
2021-08-17phy: phy-mtk-tphy: use clock bulk to get clocksGravatar Chunfeng Yun 1-30/+13
2021-08-17phy: cadence-torrent: Check PIPE mode PHY status to be ready for operationGravatar Swapnil Jakhade 1-1/+59
2021-08-17phy: cadence-torrent: Add debug information for PHY configurationGravatar Swapnil Jakhade 1-4/+32
2021-08-17phy: cadence-torrent: Add separate functions for reusable codeGravatar Swapnil Jakhade 1-18/+35
2021-08-17phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clockGravatar Swapnil Jakhade 1-0/+162
2021-08-17phy: cadence-torrent: Add PHY registers for DP in array formatGravatar Swapnil Jakhade 1-288/+334
2021-08-17phy: cadence-torrent: Configure PHY registers as a function of input referenc...Gravatar Swapnil Jakhade 1-408/+422
2021-08-17phy: cadence-torrent: Add enum for supported input reference clock frequenciesGravatar Swapnil Jakhade 1-13/+38
2021-08-17phy: cadence-torrent: Reorder few functions to remove function declarationsGravatar Swapnil Jakhade 1-619/+588
2021-08-17phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK messageGravatar Swapnil Jakhade 1-12/+12
2021-08-12phy: pistachio-usb: Depend on MIPS || COMPILE_TESTGravatar Jiaxun Yang 1-1/+1
2021-08-06phy: qcom-qmp: add USB3 PHY support for IPQ6018Gravatar Baruch Siach 1-0/+3
2021-08-06phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/G2LGravatar Biju Das 1-24/+73
2021-08-06phy: qcom: qmp: Add SC8180x USB/DP comboGravatar Bjorn Andersson 1-0/+47
2021-08-06phy: phy-twl4030-usb: Disable PHY for suspendGravatar Tony Lindgren 1-0/+15
2021-08-06phy: phy-mtk-tphy: add support mt8195Gravatar Chunfeng Yun 1-0/+54
2021-08-06phy: phy-mtk-tphy: support new hardware versionGravatar Chunfeng Yun 1-11/+29
2021-08-06phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc commentGravatar Randy Dunlap 1-1/+1
2021-08-06phy: rockchip-inno-usb2: fix for_each_child.cocci warningsGravatar kernel test robot 1-1/+3
2021-07-22phy: tegra: xusb: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2021-07-22phy: qcom-qmp: Fix sc8180x PCIe definitionGravatar Bjorn Andersson 1-1/+1
2021-07-20phy: samsung-ufs: support exynosauto ufs phy driverGravatar Chanho Park 4-2/+77
2021-07-20phy: samsung-ufs: move phy-exynos7-ufs headerGravatar Chanho Park 3-8/+9
2021-07-20phy: qcom-qmp: Add sc8180x PCIe supportGravatar Bjorn Andersson 1-0/+140
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-251/+1980
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-0/+672
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 23-58/+1260
2021-06-29phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIPGravatar Rashmi A 1-1/+2
2021-06-25phy: phy-hi3670-usb3: move driver from staging into phyGravatar Mauro Carvalho Chehab 3-0/+672
2021-06-24phy: qcom-qusb2: Add configuration for SM4250 and SM6115Gravatar Iskren Chernev 1-0/+34
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 23-58/+1260
2021-06-23phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"Gravatar Vinod Koul 1-2/+2
2021-06-21phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()Gravatar Christophe JAILLET 1-4/+13