summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-07-23Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman45-1691/+3372
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King1-1/+1
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas3-0/+466
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King1-7/+38
2020-07-21phy: samsung-ufs: Fix IS_ERR argumentGustavo A. R. Silva1-1/+1
2020-07-20phy: renesas: rcar-gen3-usb2: exit if request_irq() failedYoshihiro Shimoda1-1/+3
2020-07-20phy: renesas: rcar-gen3-usb2: move irq registration to initYoshihiro Shimoda1-28/+33
2020-07-20phy: qualcomm: add qcom ipq806x dwc usb phy driverAnsuel Smith3-0/+582
2020-07-17Merge branch 'fixes' into nextVinod Koul5-16/+19
2020-07-17phy: samsung-ufs: add UFS PHY driver for samsung SoCAlim Akhtar5-0/+596
2020-07-17phy: sun4i-usb: explicitly include gpio/consumer.hVinod Koul1-0/+1
2020-07-13phy: stm32: use NULL instead of zeroVinod Koul1-2/+2
2020-07-13phy: exynos5-usbdrd: use correct format for structure descriptionVinod Koul1-3/+3
2020-07-13phy: rockchip-typec: use correct format for structure descriptionVinod Koul1-1/+1
2020-07-13phy: xgene: remove unsigned integer comparison with less than zeroVinod Koul1-1/+1
2020-07-13phy: mapphone-mdm6600: Add missing description for some structure fieldsVinod Koul1-1/+2
2020-07-13phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi commentsVinod Koul1-1/+1
2020-07-13phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski1-1/+3
2020-07-13phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLKTiezhu Yang1-1/+1
2020-07-13phy: cadence: salvo: fix wrong bit definitionPeter Chen1-1/+1
2020-07-08Merge tag 'phy-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman5-16/+19
2020-07-08phy: allwinner: phy-sun6i-mipi-dphy: Constify structsRikard Falkeborn1-2/+2
2020-07-08phy: ti-pipe3: remove set but unused variableVinod Koul1-3/+2
2020-07-08phy: ti: dm816x: remove set but unused variableVinod Koul1-6/+5
2020-07-08phy: core: Document function argsVinod Koul1-0/+2
2020-07-08phy: core: fix code style in devm_of_phy_provider_unregisterVinod Koul1-1/+2
2020-07-08phy: qcom: remove ufs qmp phy driverVinod Koul8-1598/+0
2020-07-01phy: zynqmp: Fix unused-function compiler warningTobias Klauser1-4/+2
2020-06-29phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit TransceiverAnurag Kumar Vulisha5-1/+1014
2020-06-29phy: qcom-snps: Add a set mode callbackWesley Cheng1-0/+12
2020-06-29phy: qcom-snps: Add runtime suspend and resume handlersWesley Cheng1-0/+73
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 PHY support for sm8250Jonathan Marek2-0/+208
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 UNIPHYJonathan Marek2-0/+155
2020-06-29phy: qcom-qmp: Allow different values for second laneJonathan Marek1-12/+40
2020-06-25phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedColin Ian King1-2/+3
2020-06-24phy: qcom-qusb2: Add ipq8074 device compatibleSivaprakash Murugesan1-0/+3
2020-06-24phy: qcom-qmp: Add USB QMP PHY support for IPQ8074Sivaprakash Murugesan1-0/+102
2020-06-24phy: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski7-14/+14
2020-06-24phy: Remove CONFIG_ARCH_* check for related subdir in MakefileTiezhu Yang1-7/+7
2020-06-24phy: rockchip: Fix return value of inno_dsidphy_probe()Tiezhu Yang1-2/+2
2020-06-24phy: ti: j721e-wiz: Constify structsRikard Falkeborn1-5/+5
2020-06-24phy: ti: am654-serdes: Constify regmap_configRikard Falkeborn1-1/+1
2020-06-24phy: intel: fix enum type mismatch warningArnd Bergmann1-1/+3
2020-06-24phy: intel: Fix compilation error on FIELD_PREP usageDilip Kota1-5/+5
2020-06-15phy: samsung: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman3-296/+0
2020-05-25phy: amlogic: meson-gxl-usb3: remove code for non-existing PHYMartin Blumenstingl3-296/+0
2020-05-22Merge tag 'phy-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman23-185/+2233
2020-05-19phy: intel: Add driver support for ComboPhyDilip Kota3-0/+647
2020-05-19phy: qcom-qmp: Add QMP V3 USB3 PHY support for SC7180Sandeep Maheswaram1-0/+38