summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-196/+4006
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+313
2018-10-22phy: ocelot-serdes: fix out-of-bounds readGustavo A. R. Silva-2/+2
2018-10-18phy: phy-pxa-usb: add a new driverLubomir Rintel-0/+357
2018-10-10phy: phy-ocelot-serdes: fix return value check in serdes_probe()Wei Yongjun-2/+2
2018-10-05phy: add driver for Microsemi Ocelot SerDes muxingQuentin Schulz-0/+313
2018-09-26phy: renesas: convert to SPDX identifiersKuninori Morimoto-0/+2
2018-09-26phy: lantiq: Fix compile warningHauke Mehrtens-1/+0
2018-09-26phy: qcom-ufs: Declare 20nm qcom ufs qmp phy as BrokenVivek Gautam-2/+19
2018-09-26scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam-1/+1
2018-09-26phy: qcom-ufs: Remove stale methods that handle ref clkVivek Gautam-50/+0
2018-09-25phy: Add QMP phy based UFS phy support for sdm845Can Guo-1/+186
2018-09-25phy: General struct and field cleanupCan Guo-11/+14
2018-09-25phy: Update PHY power control sequenceCan Guo-7/+12
2018-09-25phy: rockchip-usb: add usb-uart setup for rk3188Heiko Stuebner-46/+95
2018-09-25phy: phy-twl4030-usb: fix denied runtime accessAndreas Kemnade-0/+29
2018-09-25phy: renesas: rcar-gen3-usb2: add is_otg_channel to use "role" sysfsYoshihiro Shimoda-5/+18
2018-09-25phy: renesas: rcar-gen3-usb2: add conditions for uses_otg_pins == falseYoshihiro Shimoda-1/+4
2018-09-25phy: renesas: rcar-gen3-usb2: change a condition "dr_mode"Yoshihiro Shimoda-1/+3
2018-09-25phy: renesas: rcar-gen3-usb2: unify OBINTEN handlingYoshihiro Shimoda-8/+15
2018-09-25phy: renesas: rcar-gen3-usb2: Check a property to use otg pinsYoshihiro Shimoda-18/+6
2018-09-25phy: renesas: rcar-gen3-usb2: Rename has_otg_pins to uses_otg_pinsYoshihiro Shimoda-7/+7
2018-09-25phy: renesas: rcar-gen3-usb2: fix vbus_ctrl for role sysfsYoshihiro Shimoda-1/+1
2018-09-25phy: brcm-sata: Add BCM63138 (DSL) PHY init sequenceFlorian Fainelli-0/+70
2018-09-25phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCsFlorian Fainelli-1/+2
2018-09-25phy: socionext: add PCIe PHY driver supportKunihiko Hayashi-0/+250
2018-09-25phy: Convert to using %pOFn instead of device_node.nameRob Herring-22/+22
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik-1/+3
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik-9/+6
2018-09-10phy: add Rockchip Innosilicon hdmi phyZheng Yang-0/+1286
2018-09-10phy:phy-lantiq-rcu-usb2: Use PTR_ERR_OR_ZERO to replace the open coded versionzhong jiang-3/+1
2018-09-10phy:phy-brcm-usb: Use PTR_ERR_OR_ZERO to replace the open coded versionzhong jiang-3/+1
2018-09-10phy: renesas: use SPDX identifier for Renesas driversWolfram Sang-12/+3
2018-09-10phy: socionext: add USB2 PHY driver for UniPhier SoCKunihiko Hayashi-0/+258
2018-09-10phy: socionext: add USB3 PHY driver for UniPhier SoCKunihiko Hayashi-0/+791
2018-09-10phy: qcom-qusb2: Quiet -EPROBE_DEFER from qusb2_phy_probe()Douglas Anderson-1/+3
2018-09-10phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()Douglas Anderson-1/+3
2018-09-10phy: Add driver for Cadence MHDP DisplayPort SD0801 PHYScott Telford-0/+554
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman-2/+6
2018-07-24phy: mvebu-cp110-comphy: switch to SPDX identifierAntoine Tenart-4/+1
2018-07-10phy: berlin: switch to SPDX license identifierJisheng Zhang-8/+2
2018-07-10phy: Renesas R-Car gen3 PCIe PHY driverSergei Shtylyov-0/+159
2018-07-10phy: qcom-usb-hs: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2018-07-10phy: bcm-sr-pcie: Add Stingray PCIe PHY driverRay Jui-0/+317
2018-07-10phy: phy-mtk-tphy: add property for BC12Chunfeng Yun-0/+13
2018-07-10phy: phy-mtk-tphy: add properties for eye diagram testChunfeng Yun-0/+62
2018-07-10phy: phy-mtk-tphy: use SPDX license tagChunfeng Yun-9/+2
2018-06-29phy: mapphone-mdm6600: Fix wrong enum used for status linesTony Lindgren-2/+2
2018-06-29phy: phy-brcm-usb-init: Fix power down USB 3.0 PHY when XHCI reenabledJaedon Shin-0/+4
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+14