summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier2020-12-021-0/+1
* phy: samsung: s5pv210-usb2: Add delay after resetJonathan Bakker2020-10-011-0/+4
* phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan2020-09-172-7/+11
* phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski2020-08-191-1/+3
* phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedColin Ian King2020-07-221-2/+3
* phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle intervalTony Lindgren2020-03-111-1/+8
* phy: mapphone-mdm6600: Fix timeouts by adding wake-up handlingTony Lindgren2020-03-111-2/+16
* phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor2020-02-111-1/+1
* phy: cpcap-usb: Prevent USB line glitches from waking up modemTony Lindgren2020-02-011-3/+15
* phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson2020-02-011-1/+1
* phy: usb: phy-brcm-usb: Remove sysfs attributes upon driver removalFlorian Fainelli2020-01-271-0/+8
* phy: qcom-qusb2: fix missing assignment of ret when calling clk_prepare_enableColin Ian King2020-01-271-1/+1
* phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren2020-01-141-2/+2
* phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren2020-01-141-15/+18
* phy: qcom-usb-hs: Fix extcon double register after power cycleStephan Gerhold2019-12-311-2/+5
* phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"Yoshihiro Shimoda2019-12-171-2/+3
* phy: lantiq: Fix compile warningHauke Mehrtens2019-11-201-1/+0
* phy: phy-twl4030-usb: fix denied runtime accessAndreas Kemnade2019-11-201-0/+29
* phy: renesas: rcar-gen3-usb2: fix vbus_ctrl for role sysfsYoshihiro Shimoda2019-11-201-1/+1
* phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCsFlorian Fainelli2019-11-201-1/+2
* phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-currentYoshihiro Shimoda2019-09-211-0/+2
* phy: renesas: rcar-gen2: Fix memory leak at error pathsYoshihiro Shimoda2019-07-311-0/+2
* phy: mapphone-mdm6600: add gpiolib dependencyArnd Bergmann2019-05-311-1/+1
* phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral modePaul Kocialkowski2019-05-311-0/+4
* phy: ti-pipe3: fix missing bit-wise or operator when assigning valColin Ian King2019-05-251-1/+1
* phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYsChen-Yu Tsai2019-04-031-1/+4
* phy: ath79-usb: Fix the main reset name to match the DT bindingAlban Bedel2019-03-051-1/+1
* phy: ath79-usb: Fix the power on error pathAlban Bedel2019-03-051-1/+1
* phy: sun4i-usb: add support for missing USB PHY indexIcenowy Zheng2019-02-121-0/+7
* phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845Manu Gautam2018-12-171-0/+1
* phy: qcom-qusb2: Use HSTX_TRIM fused value as isManu Gautam2018-12-171-9/+10
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-302-2/+6
|\
| * phy: mapphone-mdm6600: Fix wrong enum used for status linesTony Lindgren2018-06-291-2/+2
| * phy: phy-brcm-usb-init: Fix power down USB 3.0 PHY when XHCI reenabledJaedon Shin2018-06-291-0/+4
* | phy: mvebu-cp110-comphy: switch to SPDX identifierAntoine Tenart2018-07-241-4/+1
* | phy: berlin: switch to SPDX license identifierJisheng Zhang2018-07-102-8/+2
* | phy: Renesas R-Car gen3 PCIe PHY driverSergei Shtylyov2018-07-103-0/+159
* | phy: qcom-usb-hs: Mark expected switch fall-throughGustavo A. R. Silva2018-07-101-0/+1
* | phy: bcm-sr-pcie: Add Stingray PCIe PHY driverRay Jui2018-07-103-0/+317
* | phy: phy-mtk-tphy: add property for BC12Chunfeng Yun2018-07-101-0/+13
* | phy: phy-mtk-tphy: add properties for eye diagram testChunfeng Yun2018-07-101-0/+62
* | phy: phy-mtk-tphy: use SPDX license tagChunfeng Yun2018-07-102-9/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-3/+14
|\
| * phy: cp110-comphy: 2.5G SGMII modeAntoine Tenart2018-05-171-3/+14
* | phy: mediatek: add XS-PHY driverChunfeng Yun2018-05-203-0/+610
* | phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845Manu Gautam2018-05-201-8/+118
* | phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845Manu Gautam2018-05-202-1/+151
* | phy: qcom-qusb2: Fix crash if nvmem cell not specifiedManu Gautam2018-05-201-0/+4
* | phy: qcom-qmp: Enable pipe_clk before PHY initializationManu Gautam2018-05-201-14/+8
* | phy: stm32: fix usbphyc static checker and checkpatch warningsAmelie Delaunay2018-05-201-5/+4