aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge tag 'phy-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Gravatar Greg Kroah-Hartman 4-17/+53
2020-08-31phy: omap-usb2-phy: disable PHY charger detectGravatar Roger Quadros 1-7/+40
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-5/+5
2020-08-23phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initGravatar Sivaprakash Murugesan 2-7/+11
2020-08-17phy: qualcomm: fix return value check in qcom_ipq806x_usb_phy_probe()Gravatar Wei Yongjun 1-2/+2
2020-08-17phy: qualcomm: fix platform_no_drv_owner.cocci warningsGravatar YueHaibing 1-1/+0
2020-07-23Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Gravatar Greg Kroah-Hartman 45-1691/+3372
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsGravatar Colin Ian King 1-1/+1
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverGravatar Álvaro Fernández Rojas 3-0/+466
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsGravatar Russell King 1-7/+38
2020-07-21phy: samsung-ufs: Fix IS_ERR argumentGravatar Gustavo A. R. Silva 1-1/+1
2020-07-20phy: renesas: rcar-gen3-usb2: exit if request_irq() failedGravatar Yoshihiro Shimoda 1-1/+3
2020-07-20phy: renesas: rcar-gen3-usb2: move irq registration to initGravatar Yoshihiro Shimoda 1-28/+33
2020-07-20phy: qualcomm: add qcom ipq806x dwc usb phy driverGravatar Ansuel Smith 3-0/+582
2020-07-17Merge branch 'fixes' into nextGravatar Vinod Koul 5-16/+19
2020-07-17phy: samsung-ufs: add UFS PHY driver for samsung SoCGravatar Alim Akhtar 5-0/+596
2020-07-17phy: sun4i-usb: explicitly include gpio/consumer.hGravatar Vinod Koul 1-0/+1
2020-07-13phy: stm32: use NULL instead of zeroGravatar Vinod Koul 1-2/+2
2020-07-13phy: exynos5-usbdrd: use correct format for structure descriptionGravatar Vinod Koul 1-3/+3
2020-07-13phy: rockchip-typec: use correct format for structure descriptionGravatar Vinod Koul 1-1/+1
2020-07-13phy: xgene: remove unsigned integer comparison with less than zeroGravatar Vinod Koul 1-1/+1
2020-07-13phy: mapphone-mdm6600: Add missing description for some structure fieldsGravatar Vinod Koul 1-1/+2
2020-07-13phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi commentsGravatar Vinod Koul 1-1/+1
2020-07-13phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYGravatar Marek Szyprowski 1-1/+3
2020-07-13phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLKGravatar Tiezhu Yang 1-1/+1
2020-07-13phy: cadence: salvo: fix wrong bit definitionGravatar Peter Chen 1-1/+1
2020-07-08Merge tag 'phy-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Gravatar Greg Kroah-Hartman 5-16/+19
2020-07-08phy: allwinner: phy-sun6i-mipi-dphy: Constify structsGravatar Rikard Falkeborn 1-2/+2
2020-07-08phy: ti-pipe3: remove set but unused variableGravatar Vinod Koul 1-3/+2
2020-07-08phy: ti: dm816x: remove set but unused variableGravatar Vinod Koul 1-6/+5
2020-07-08phy: core: Document function argsGravatar Vinod Koul 1-0/+2
2020-07-08phy: core: fix code style in devm_of_phy_provider_unregisterGravatar Vinod Koul 1-1/+2
2020-07-08phy: qcom: remove ufs qmp phy driverGravatar Vinod Koul 8-1598/+0
2020-07-01phy: zynqmp: Fix unused-function compiler warningGravatar Tobias Klauser 1-4/+2
2020-06-29phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit TransceiverGravatar Anurag Kumar Vulisha 5-1/+1014
2020-06-29phy: qcom-snps: Add a set mode callbackGravatar Wesley Cheng 1-0/+12
2020-06-29phy: qcom-snps: Add runtime suspend and resume handlersGravatar Wesley Cheng 1-0/+73
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 PHY support for sm8250Gravatar Jonathan Marek 2-0/+208
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 UNIPHYGravatar Jonathan Marek 2-0/+155
2020-06-29phy: qcom-qmp: Allow different values for second laneGravatar Jonathan Marek 1-12/+40
2020-06-25phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedGravatar Colin Ian King 1-2/+3
2020-06-24phy: qcom-qusb2: Add ipq8074 device compatibleGravatar Sivaprakash Murugesan 1-0/+3
2020-06-24phy: qcom-qmp: Add USB QMP PHY support for IPQ8074Gravatar Sivaprakash Murugesan 1-0/+102
2020-06-24phy: exynos: Rename Exynos to lowercaseGravatar Krzysztof Kozlowski 7-14/+14
2020-06-24phy: Remove CONFIG_ARCH_* check for related subdir in MakefileGravatar Tiezhu Yang 1-7/+7
2020-06-24phy: rockchip: Fix return value of inno_dsidphy_probe()Gravatar Tiezhu Yang 1-2/+2
2020-06-24phy: ti: j721e-wiz: Constify structsGravatar Rikard Falkeborn 1-5/+5
2020-06-24phy: ti: am654-serdes: Constify regmap_configGravatar Rikard Falkeborn 1-1/+1
2020-06-24phy: intel: fix enum type mismatch warningGravatar Arnd Bergmann 1-1/+3
2020-06-24phy: intel: Fix compilation error on FIELD_PREP usageGravatar Dilip Kota 1-5/+5