summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'phy-fixes-2-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-09-291-2/+4
|\
| * phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter2020-09-081-2/+4
* | Merge tag 'phy-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman2020-09-044-17/+53
|\|
| * phy: omap-usb2-phy: disable PHY charger detectRoger Quadros2020-08-311-7/+40
| * phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan2020-08-232-7/+11
| * phy: qualcomm: fix return value check in qcom_ipq806x_usb_phy_probe()Wei Yongjun2020-08-171-2/+2
| * phy: qualcomm: fix platform_no_drv_owner.cocci warningsYueHaibing2020-08-171-1/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-5/+5
|/
* Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman2020-07-2345-1691/+3372
|\
| * phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King2020-07-211-1/+1
| * phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas2020-07-213-0/+466
| * phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King2020-07-211-7/+38
| * phy: samsung-ufs: Fix IS_ERR argumentGustavo A. R. Silva2020-07-211-1/+1
| * phy: renesas: rcar-gen3-usb2: exit if request_irq() failedYoshihiro Shimoda2020-07-201-1/+3
| * phy: renesas: rcar-gen3-usb2: move irq registration to initYoshihiro Shimoda2020-07-201-28/+33
| * phy: qualcomm: add qcom ipq806x dwc usb phy driverAnsuel Smith2020-07-203-0/+582
| * Merge branch 'fixes' into nextVinod Koul2020-07-175-16/+19
| |\
| * | phy: samsung-ufs: add UFS PHY driver for samsung SoCAlim Akhtar2020-07-175-0/+596
| * | phy: sun4i-usb: explicitly include gpio/consumer.hVinod Koul2020-07-171-0/+1
| * | phy: stm32: use NULL instead of zeroVinod Koul2020-07-131-2/+2
| * | phy: exynos5-usbdrd: use correct format for structure descriptionVinod Koul2020-07-131-3/+3
| * | phy: rockchip-typec: use correct format for structure descriptionVinod Koul2020-07-131-1/+1
| * | phy: xgene: remove unsigned integer comparison with less than zeroVinod Koul2020-07-131-1/+1
| * | phy: mapphone-mdm6600: Add missing description for some structure fieldsVinod Koul2020-07-131-1/+2
| * | phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi commentsVinod Koul2020-07-131-1/+1
| * | phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski2020-07-131-1/+3
| * | phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLKTiezhu Yang2020-07-131-1/+1
| * | phy: cadence: salvo: fix wrong bit definitionPeter Chen2020-07-131-1/+1
| * | phy: allwinner: phy-sun6i-mipi-dphy: Constify structsRikard Falkeborn2020-07-081-2/+2
| * | phy: ti-pipe3: remove set but unused variableVinod Koul2020-07-081-3/+2
| * | phy: ti: dm816x: remove set but unused variableVinod Koul2020-07-081-6/+5
| * | phy: core: Document function argsVinod Koul2020-07-081-0/+2
| * | phy: core: fix code style in devm_of_phy_provider_unregisterVinod Koul2020-07-081-1/+2
| * | phy: qcom: remove ufs qmp phy driverVinod Koul2020-07-088-1598/+0
| * | phy: zynqmp: Fix unused-function compiler warningTobias Klauser2020-07-011-4/+2
| * | phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit TransceiverAnurag Kumar Vulisha2020-06-295-1/+1014
| * | phy: qcom-snps: Add a set mode callbackWesley Cheng2020-06-291-0/+12
| * | phy: qcom-snps: Add runtime suspend and resume handlersWesley Cheng2020-06-291-0/+73
| * | phy: qcom-qmp: Add QMP V4 USB3 PHY support for sm8250Jonathan Marek2020-06-292-0/+208
| * | phy: qcom-qmp: Add QMP V4 USB3 UNIPHYJonathan Marek2020-06-292-0/+155
| * | phy: qcom-qmp: Allow different values for second laneJonathan Marek2020-06-291-12/+40
| * | phy: qcom-qusb2: Add ipq8074 device compatibleSivaprakash Murugesan2020-06-241-0/+3
| * | phy: qcom-qmp: Add USB QMP PHY support for IPQ8074Sivaprakash Murugesan2020-06-241-0/+102
| * | phy: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-06-247-14/+14
| * | phy: Remove CONFIG_ARCH_* check for related subdir in MakefileTiezhu Yang2020-06-241-7/+7
* | | Merge tag 'phy-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman2020-07-085-16/+19
|\ \ \ | | |/ | |/|
| * | phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedColin Ian King2020-06-251-2/+3
| * | phy: rockchip: Fix return value of inno_dsidphy_probe()Tiezhu Yang2020-06-241-2/+2
| * | phy: ti: j721e-wiz: Constify structsRikard Falkeborn2020-06-241-5/+5
| * | phy: ti: am654-serdes: Constify regmap_configRikard Falkeborn2020-06-241-1/+1