summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()Heiner Kallweit2022-05-091-8/+12
* phy: ti: Add missing pm_runtime_disable() in serdes_am654_probeMiaoqian Lin2022-05-091-1/+1
* phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probeMiaoqian Lin2022-05-091-1/+2
* phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocksMiaoqian Lin2022-05-091-1/+1
* phy: samsung: exynos5250-sata: fix missing device put in probe error pathsKrzysztof Kozlowski2022-05-091-6/+14
* phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probeMiaoqian Lin2022-05-091-0/+1
* phy: amlogic: meson8b-usb2: fix shared reset control useAmjad Ouled-Ameur2022-04-131-0/+4
* phy: amlogic: meson8b-usb2: Use dev_err_probe()Amjad Ouled-Ameur2022-04-131-2/+3
* phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller useAmjad Ouled-Ameur2022-04-131-1/+4
* phy: phy-brcm-usb: fixup BCM4908 supportRafał Miłecki2022-04-083-1/+47
* phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure})Liu Ying2022-04-081-2/+2
* phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing2022-02-231-1/+1
* phy: usb: Leave some clocks running during suspendAl Cooper2022-02-231-0/+38
* phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I2022-02-161-0/+1
* phy: dphy: Correct clk_pre parameterLiu Ying2022-02-163-4/+6
* phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter2022-02-161-1/+1
* phy: xilinx: zynqmp: Fix bus width setting for SGMIIRobert Hancock2022-02-161-5/+6
* phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper2022-02-161-2/+1
* phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin2022-01-271-0/+2
* phy: phy-mtk-tphy: add support efuse settingChunfeng Yun2022-01-271-0/+162
* phy: cadence: Sierra: Fix to get correct parent for mux clocksSwapnil Jakhade2022-01-271-5/+26
* phy: uniphier-usb3ss: fix unintended writing zeros to PHY registerRyuta NAKANISHI2022-01-271-4/+6
* phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()Yang Yingliang2021-11-181-2/+2
* phy: qcom-snps: Correct the FSEL_MASKSandeep Maheswaram2021-11-181-1/+1
* phy: qcom-qmp: another fix for the sc8180x PCIe definitionDmitry Baryshkov2021-11-181-1/+1
* phy: ti: gmii-sel: check of_get_address() for failureDan Carpenter2021-11-181-0/+2
* phy: qcom-qusb2: Fix a memory leak on probeVladimir Zapolskiy2021-11-181-6/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * phy/drivers/stm32: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-09-031-1/+1
|\ \
| * | phy: pistachio-usb: Depend on MIPS || COMPILE_TESTJiaxun Yang2021-08-121-1/+1
| |/
* | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-0119-1262/+2171
|\ \
| * | phy: qcom-qmp: Add support for SM6115 UFS phyIskren Chernev2021-08-232-0/+142
| * | phy: qmp: Provide unique clock names for DP clocksBjorn Andersson2021-08-201-2/+5
| * | phy: xilinx: zynqmp: skip PHY initialization and PLL lock for USBPiyush Mehta2021-08-181-0/+3
| * | phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFERAnand Moon2021-08-171-2/+2
| * | phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset modeAnand Moon2021-08-171-0/+4
| * | phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resourceChunfeng Yun2021-08-171-5/+2
| * | phy: phy-mtk-mipi-dsi: remove dummy assignment of error numberChunfeng Yun2021-08-171-4/+2
| * | phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resourceChunfeng Yun2021-08-171-5/+2
| * | phy: phy-mtk-ufs: use clock bulk to get clocksChunfeng Yun2021-08-171-33/+11
| * | phy: phy-mtk-tphy: remove error log of ioremap failureChunfeng Yun2021-08-171-1/+0
| * | phy: phy-mtk-tphy: print error log using child deviceChunfeng Yun2021-08-171-4/+6
| * | phy: phy-mtk-tphy: support type switch by pericfgChunfeng Yun2021-08-171-2/+82
| * | phy: phy-mtk-tphy: use clock bulk to get clocksChunfeng Yun2021-08-171-30/+13
| * | phy: cadence-torrent: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade2021-08-171-1/+59
| * | phy: cadence-torrent: Add debug information for PHY configurationSwapnil Jakhade2021-08-171-4/+32
| * | phy: cadence-torrent: Add separate functions for reusable codeSwapnil Jakhade2021-08-171-18/+35
| * | phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clockSwapnil Jakhade2021-08-171-0/+162
| * | phy: cadence-torrent: Add PHY registers for DP in array formatSwapnil Jakhade2021-08-171-288/+334