summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: qcom-qmp-combo: fix runtime suspendJohan Hovold2023-02-091-10/+2
* phy: phy-can-transceiver: Skip warning if no "max-bitrate"Geert Uytterhoeven2023-02-011-2/+3
* phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2...Shang XiaoJing2023-02-011-1/+3
* phy: usb: sunplus: Fix potential null-ptr-deref in sp_usb_phy_probe()Shang XiaoJing2023-02-011-0/+3
* phy: ti: fix Kconfig warning and operator precedenceRandy Dunlap2023-02-011-2/+2
* phy: qcom-qmp-combo: fix broken power onJohan Hovold2023-01-121-7/+13
* phy: qcom-qmp-combo: fix sc8180x resetJohan Hovold2023-01-071-2/+2
* phy: qcom-qmp-combo: fix sdm845 resetJohan Hovold2023-01-071-1/+38
* phy: qcom-qmp-combo: fix out-of-bounds clock accessJohan Hovold2023-01-071-2/+2
* phy: sun4i-usb: Add support for the H616 USB PHYAndre Przywara2023-01-041-0/+12
* phy: sun4i-usb: Introduce port2 SIDDQ quirkAndre Przywara2023-01-041-0/+59
* phy: qcom-qmp-pcie: Fix sm8450_qmp_gen4x2_pcie_pcs_tbl[] register namesManivannan Sadhasivam2022-12-313-4/+19
* phy: qcom-qmp-pcie: Fix high latency with 4x2 PHY when ASPM is enabledManivannan Sadhasivam2022-12-312-0/+2
* phy: qcom-qmp-pcie: Support SM8450 PCIe1 PHY in EP modeDmitry Baryshkov2022-12-312-15/+64
* phy: qcom-qmp-pcie: support separate tables for EP modeDmitry Baryshkov2022-12-311-6/+40
* phy: qcom-qmp-pcie: split pcs_misc init cfg for ipq8074 pcs tableChristian Marangi2022-12-311-4/+9
* phy: qcom-qmp-pcie: split register tables into common and extra partsDmitry Baryshkov2022-12-311-184/+222
* phy: usb: Fix clock imbalance for suspend/resumeJustin Chen2022-12-313-6/+5
* phy: usb: Use slow clock for wake enabled suspendJustin Chen2022-12-311-4/+3
* phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devicesAl Cooper2022-12-311-3/+3
* phy: qcom-qmp-usb: fix sc8280xp PCS_USB offsetJohan Hovold2022-12-311-0/+1
* phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHYDmitry Baryshkov2022-12-311-1/+1
* phy: qcom-qmp-usb: drop start and pwrdn-ctrl abstractionJohan Hovold2022-12-311-56/+5
* phy: qcom-qmp-usb: clean up status pollingJohan Hovold2022-12-311-23/+2
* phy: qcom-qmp-usb: drop power-down delay configJohan Hovold2022-12-311-34/+1
* phy: qcom-qmp-usb: drop sc8280xp power-down delayJohan Hovold2022-12-311-4/+0
* phy: qcom-qmp-usb: clean up power-down handlingJohan Hovold2022-12-311-14/+6
* phy: qcom-qmp-pcie: fix ipq6018 initialisationJohan Hovold2022-12-311-0/+1
* phy: qcom-qmp-pcie: fix ipq8074-gen3 initialisationJohan Hovold2022-12-311-0/+1
* phy: qcom-qmp-pcie: fix sc8180x initialisationJohan Hovold2022-12-311-0/+1
* phy: qcom-qmp-pcie: replace power-down delayJohan Hovold2022-12-311-27/+6
* phy: qcom-qmp-pcie: drop power-down delay configJohan Hovold2022-12-311-26/+1
* phy: qcom-qmp-pcie: drop bogus register updateJohan Hovold2022-12-311-6/+0
* phy: marvell: phy-mvebu-a3700-comphy: Reset COMPHY registers before USB 3.0 p...Pali Rohár2022-12-311-0/+3
* phy: ralink: mt7621-pci: add sentinel to quirks tableJohn Thomson2022-11-051-1/+2
* phy: sunplus: Fix an IS_ERR() vs NULL bug in sp_usb_phy_probePeng Wu2022-11-051-2/+2
* phy: qcom-qmp-combo: fix NULL-deref on runtime resumeJohan Hovold2022-10-281-1/+1
* phy: tegra: xusb: Fix crash during pad power on/downJon Hunter2022-10-171-4/+16
* phy: stm32: fix an error code in probeDan Carpenter2022-10-171-0/+2
* Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-111-4/+4
|\
| * phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()Richard Zhu2022-10-031-4/+4
* | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-073-9/+36
|\ \
| * \ Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-70/+17
| |\ \
| * | | phy: tegra: xusb: add utmi pad power on/down opsJim Lin2022-08-193-9/+36
| | |/ | |/|
* | | Merge tag 'phy-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2022-10-0747-1976/+3646
|\ \ \
| * | | phy: phy-mtk-dp: make array driving_params static constColin Ian King2022-09-291-1/+1
| * | | phy: qcom-qmp-pcie: fix resource mapping for SDM845 QHP PHYDmitry Baryshkov2022-09-291-1/+4
| * | | phy: rockchip-snps-pcie3: only look for rockchip,pipe-grf on rk3588Aurelien Jarno2022-09-291-4/+9
| * | | phy: tegra: xusb: Enable usb role switch attributeWayne Chang2022-09-291-0/+1
| * | | phy: mediatek: fix build warning of FIELD_PREP()Chunfeng Yun2022-09-291-5/+6