aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 19-107/+2066
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 7-0/+7
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 4-4/+4
2017-10-23drivers: phy: add calibrate methodGravatar Andrzej Pietrasiewicz 1-0/+15
2017-10-23ufs/phy: qcom: Refactor to use phy_init callGravatar Vivek Gautam 4-34/+41
2017-10-23phy: qcom-ufs: Add support to set phy modeGravatar Vivek Gautam 3-0/+30
2017-10-23phy: ti-pipe3: Update pcie phy settingsGravatar Kishon Vijay Abraham I 1-1/+100
2017-10-23phy: brcm-sata: Allow RX equalizer tuningGravatar Florian Fainelli 1-1/+68
2017-10-23phy: brcm-sata: Prepare for doing more tuningGravatar Florian Fainelli 1-1/+6
2017-10-23phy: rcar-gen3-usb2: add SoC-specific parameter for dedicated pinsGravatar Yoshihiro Shimoda 1-10/+21
2017-10-23phy: rcar-gen3-usb2: use enum phy_mode in the role_store()Gravatar Yoshihiro Shimoda 1-11/+18
2017-10-23phy: rcar-gen3-usb2: check dr_mode for otg modeGravatar Yoshihiro Shimoda 1-3/+7
2017-10-23phy: sun4i-usb: enable PHY0 dual route for V3s SoCGravatar Icenowy Zheng 1-0/+1
2017-10-23phy: rockchip-typec: Do the calibration more correctlyGravatar Douglas Anderson 1-9/+18
2017-10-23phy: rockchip-typec: Avoid magic numbers + add delays in aux calibGravatar Douglas Anderson 1-39/+163
2017-10-23phy: phy-mtk-tphy: add set_mode callbackGravatar Chunfeng Yun 1-0/+39
2017-10-23phy: mvebu-cp110-comphy: remove unused member in private structGravatar Antoine Tenart 1-1/+0
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 4-4/+4
2017-10-18Merge branch 'fixes' into nextGravatar Kishon Vijay Abraham I 4-32/+73
2017-10-03phy: rockchip-typec: Check for errors from tcphy_phy_init()Gravatar Douglas Anderson 1-4/+9
2017-10-03phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or deviceGravatar Al Cooper 1-0/+85
2017-10-03phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driverGravatar Al Cooper 5-0/+1457
2017-09-26phy: rockchip-typec: Don't set the aux voltage swing to 400 mVGravatar Douglas Anderson 1-3/+4
2017-09-26phy: rockchip-typec: Set the AUX channel flip state earlierGravatar Douglas Anderson 1-20/+42
2017-09-26phy: mvebu-cp110: checking for NULL instead of IS_ERR()Gravatar Dan Carpenter 1-2/+2
2017-09-26phy: mvebu-cp110-comphy: explicitly set the pipe selectorGravatar Antoine Tenart 1-0/+10
2017-09-26phy: mvebu-cp110-comphy: fix mux error checkGravatar Antoine Tenart 1-2/+2
2017-09-26phy: phy-mtk-tphy: fix NULL point of chip bankGravatar Chunfeng Yun 1-1/+2
2017-09-26phy: tegra: Handle return value of kasprintfGravatar Arvind Yadav 1-0/+2
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 5-1/+266
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-14/+117
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-0/+656
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-20/+12
2017-09-04phy: Add an USB PHY driver for the Lantiq SoCs using the RCU moduleGravatar Hauke Mehrtens 5-1/+266
2017-09-04mfd: twl: Move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-08-30phy: add the mvebu cp110 comphy driverGravatar Antoine Tenart 3-0/+656
2017-08-28phy: rockchip-pcie: Reconstruct driver to support per-lane PHYsGravatar Shawn Lin 1-14/+117
2017-08-28Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 3-20/+12
2017-08-24phy: ralink: fix 64-bit build warningGravatar Arnd Bergmann 1-7/+7
2017-08-22Merge tag 'phy-for-4.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 19-244/+1135
2017-08-22phy: brcm-sata: fix a timeout test in initGravatar Dan Carpenter 1-1/+1
2017-08-22phy: cpcap-usb: remove a stray tabGravatar Dan Carpenter 1-1/+1
2017-08-22phy: phy-twl4030-usb: silence an uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2017-08-22phy: rockchip-typec: remove unused dfp variableGravatar Shawn Lin 1-2/+1
2017-08-22phy: rockchip-inno-usb2: add support of usb2-phy for rv1108 SoCsGravatar Frank Wang 1-0/+43
2017-08-22phy: rockchip-inno-usb2: add support for otg-mux interruptGravatar Frank Wang 1-13/+50
2017-08-22phy: rockchip-inno-usb2: add support for rockchip,usbgrf propertyGravatar Frank Wang 1-38/+71
2017-08-22phy: sun4i-usb: Support A83T USB PHYsGravatar Chen-Yu Tsai 1-12/+54
2017-08-22phy: sun4i-usb: Support secondary clock for HSIC PHYGravatar Chen-Yu Tsai 1-0/+21