summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-03-11phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle intervalTony Lindgren1-1/+8
2020-03-11phy: mapphone-mdm6600: Fix timeouts by adding wake-up handlingTony Lindgren1-2/+16
2020-02-11phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor1-1/+1
2020-02-01phy: cpcap-usb: Prevent USB line glitches from waking up modemTony Lindgren1-3/+15
2020-02-01phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson1-1/+1
2020-01-27phy: usb: phy-brcm-usb: Remove sysfs attributes upon driver removalFlorian Fainelli1-0/+8
2020-01-27phy: qcom-qusb2: fix missing assignment of ret when calling clk_prepare_enableColin Ian King1-1/+1
2020-01-14phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren1-2/+2
2020-01-14phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren1-15/+18
2019-12-31phy: qcom-usb-hs: Fix extcon double register after power cycleStephan Gerhold1-2/+5
2019-12-17phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"Yoshihiro Shimoda1-2/+3
2019-11-20phy: lantiq: Fix compile warningHauke Mehrtens1-1/+0
2019-11-20phy: phy-twl4030-usb: fix denied runtime accessAndreas Kemnade1-0/+29
2019-11-20phy: renesas: rcar-gen3-usb2: fix vbus_ctrl for role sysfsYoshihiro Shimoda1-1/+1
2019-11-20phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCsFlorian Fainelli1-1/+2
2019-09-21phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-currentYoshihiro Shimoda1-0/+2
2019-07-31phy: renesas: rcar-gen2: Fix memory leak at error pathsYoshihiro Shimoda1-0/+2
2019-05-31phy: mapphone-mdm6600: add gpiolib dependencyArnd Bergmann1-1/+1
2019-05-31phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral modePaul Kocialkowski1-0/+4
2019-05-25phy: ti-pipe3: fix missing bit-wise or operator when assigning valColin Ian King1-1/+1
2019-04-03phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYsChen-Yu Tsai1-1/+4
2019-03-05phy: ath79-usb: Fix the main reset name to match the DT bindingAlban Bedel1-1/+1
2019-03-05phy: ath79-usb: Fix the power on error pathAlban Bedel1-1/+1
2019-02-12phy: sun4i-usb: add support for missing USB PHY indexIcenowy Zheng1-0/+7
2018-12-17phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845Manu Gautam1-0/+1
2018-12-17phy: qcom-qusb2: Use HSTX_TRIM fused value as isManu Gautam1-9/+10
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2-2/+6
2018-07-24phy: mvebu-cp110-comphy: switch to SPDX identifierAntoine Tenart1-4/+1
2018-07-10phy: berlin: switch to SPDX license identifierJisheng Zhang2-8/+2
2018-07-10phy: Renesas R-Car gen3 PCIe PHY driverSergei Shtylyov3-0/+159
2018-07-10phy: qcom-usb-hs: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-10phy: bcm-sr-pcie: Add Stingray PCIe PHY driverRay Jui3-0/+317
2018-07-10phy: phy-mtk-tphy: add property for BC12Chunfeng Yun1-0/+13
2018-07-10phy: phy-mtk-tphy: add properties for eye diagram testChunfeng Yun1-0/+62
2018-07-10phy: phy-mtk-tphy: use SPDX license tagChunfeng Yun2-9/+2
2018-06-29phy: mapphone-mdm6600: Fix wrong enum used for status linesTony Lindgren1-2/+2
2018-06-29phy: phy-brcm-usb-init: Fix power down USB 3.0 PHY when XHCI reenabledJaedon Shin1-0/+4
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+14
2018-05-20phy: mediatek: add XS-PHY driverChunfeng Yun3-0/+610
2018-05-20phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845Manu Gautam1-8/+118
2018-05-20phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845Manu Gautam2-1/+151
2018-05-20phy: qcom-qusb2: Fix crash if nvmem cell not specifiedManu Gautam1-0/+4
2018-05-20phy: qcom-qmp: Enable pipe_clk before PHY initializationManu Gautam1-14/+8
2018-05-20phy: stm32: fix usbphyc static checker and checkpatch warningsAmelie Delaunay1-5/+4
2018-05-20phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspendTony Lindgren1-0/+85
2018-05-20phy: tegra: Convert to use match_string() helperAndy Shevchenko1-14/+1
2018-05-17phy: cp110-comphy: 2.5G SGMII modeAntoine Tenart1-3/+14
2018-04-25phy: Add a driver for the ATH79 USB phyAlban Bedel3-1/+119
2018-04-25phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyManu Gautam1-0/+18
2018-04-25phy: exynos-mipi-video: Simplify code by using regmap_update_bits()Sylwester Nawrocki1-20/+14