summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2022-05-09phy: ti: Add missing pm_runtime_disable() in serdes_am654_probeMiaoqian Lin1-1/+1
2022-05-09phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probeMiaoqian Lin1-1/+2
2022-05-09phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocksMiaoqian Lin1-1/+1
2022-05-09phy: samsung: exynos5250-sata: fix missing device put in probe error pathsKrzysztof Kozlowski1-6/+14
2022-05-09phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probeMiaoqian Lin1-0/+1
2022-04-15phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure})Liu Ying1-2/+2
2022-01-27phy: uniphier-usb3ss: fix unintended writing zeros to PHY registerRyuta NAKANISHI1-4/+6
2021-11-17phy: qcom-qusb2: Fix a memory leak on probeVladimir Zapolskiy1-6/+10
2021-07-14phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()Christophe JAILLET1-4/+13
2021-07-14phy: uniphier-pcie: Fix updating phy parametersKunihiko Hayashi1-4/+7
2021-05-14phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionallyGeert Uytterhoeven1-2/+2
2021-05-11phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()Yang Yingliang1-1/+1
2021-03-04phy: rockchip-emmc: emmc_phy_init() always return 0Chris Ruehl1-3/+5
2021-02-07phy: cpcap-usb: Fix warning for missing regulator_disableTony Lindgren1-6/+13
2020-12-30phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failureWang Li1-2/+4
2020-12-02phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier1-0/+1
2020-11-01phy: marvell: comphy: Convert internal SMCC firmware return codes to errnoPali Rohár2-6/+22
2020-10-07phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter1-2/+4
2020-10-01phy: samsung: s5pv210-usb2: Add delay after resetJonathan Bakker1-0/+4
2020-09-17phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan2-7/+11
2020-08-19phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King1-7/+38
2020-08-19phy: renesas: rcar-gen3-usb2: move irq registration to initYoshihiro Shimoda1-28/+33
2020-08-19phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski1-1/+3
2020-07-22phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedColin Ian King1-2/+3
2020-06-24drivers: phy: sr-usb: do not use internal fsm for USB2 phy initBharat Gooty1-53/+2
2020-04-23phy: uniphier-usb3ss: Add Pro5 supportKunihiko Hayashi1-0/+4
2020-03-25phy: ti: gmii-sel: do not fail in case of gmiiGrygorii Strashko1-0/+1
2020-03-25phy: ti: gmii-sel: fix set of copy-paste errorsGrygorii Strashko1-5/+4
2020-03-12phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle intervalTony Lindgren1-1/+8
2020-03-12phy: mapphone-mdm6600: Fix timeouts by adding wake-up handlingTony Lindgren1-2/+16
2020-02-11phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor1-1/+1
2020-02-01phy: cpcap-usb: Prevent USB line glitches from waking up modemTony Lindgren1-3/+15
2020-02-01phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson1-1/+1
2020-01-26phy/rockchip: inno-hdmi: round clock rate down to closest 1000 HzJonas Karlman1-0/+4
2020-01-26phy: ti: gmii-sel: fix mac tx internal delay for rgmii-rxidGrygorii Strashko1-1/+1
2020-01-26phy: lantiq: vrx200-pcie: fix error return code in ltq_vrx200_pcie_phy_power_...Wei Yongjun1-1/+2
2020-01-17phy: mapphone-mdm6600: Fix uninitialized status value regressionTony Lindgren1-8/+3
2020-01-14phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren1-2/+2
2020-01-14phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren1-15/+18
2020-01-09phy: renesas: rcar-gen3-usb2: Use platform_get_irq_optional() for optional irqGeert Uytterhoeven1-1/+1
2019-12-31phy: qcom-usb-hs: Fix extcon double register after power cycleStephan Gerhold1-2/+5
2019-12-31phy: renesas: phy-rcar-gen2: Fix the array off by one warningBiju Das1-1/+4
2019-12-17phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"Yoshihiro Shimoda1-2/+3
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+128
2019-09-22Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-3/+5
2019-09-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+2
2019-09-03power: supply: cpcap-charger: Enable vbus boost voltageTony Lindgren1-3/+5
2019-08-27phy: marvell: phy-mvebu-cp110-comphy: rename instances of DLTMatt Pelland1-11/+11
2019-08-27phy: marvell: phy-mvebu-cp110-comphy: implement RXAUI supportMatt Pelland1-11/+120
2019-08-27phy: mvebu-cp110-comphy: Update comment about powering off all lanes at bootMiquel Raynal1-2/+4