aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-34/+210
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+31
2018-01-19phy: work around 'phys' references to usb-nop-xceiv devicesArnd Bergmann1-0/+4
2018-01-18phy: brcm-sata: remove unused variableArnd Bergmann1-1/+0
2018-01-17phy: brcm-sata: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-01-17phy: brcm-sata: Implement calibrate callbackFlorian Fainelli1-0/+32
2018-01-08Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman4-34/+210
2017-12-29phy: phy-mtk-tphy: use of_device_get_match_data()Chunfeng Yun1-6/+5
2017-12-29phy: phy-mtk-tphy: make shared banks optional for V1 TPHYChunfeng Yun1-2/+3
2017-12-29phy: phy-mtk-tphy: use auto instead of force to bypass utmi signalsChunfeng Yun1-12/+7
2017-12-29phy: phy-brcm-usb-init: DRD mode can cause crash on startupAl Cooper1-0/+1
2017-12-29phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabledAl Cooper1-0/+2
2017-12-29phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271Al Cooper1-12/+7
2017-12-29phy: phy-brcm-usb: Fix two DT properties to match bindings docAl Cooper1-2/+2
2017-12-29phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam1-0/+183
2017-12-15phy: rcar-gen3-usb2: select USB_COMMONArnd Bergmann1-0/+2
2017-12-15phy: rockchip-typec: add pm_runtime_disable in err caseChris Zhong1-0/+2
2017-12-15phy: cpcap-usb: Fix platform_get_irq_byname's error checking.Arvind Yadav1-1/+1
2017-12-15phy: tegra: fix device-tree node lookupsJohan Hovold1-29/+29
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-107/+2066
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-nextGreg Kroah-Hartman4-4/+4
2017-10-23drivers: phy: add calibrate methodAndrzej Pietrasiewicz1-0/+15
2017-10-23ufs/phy: qcom: Refactor to use phy_init callVivek Gautam4-34/+41
2017-10-23phy: qcom-ufs: Add support to set phy modeVivek Gautam3-0/+30
2017-10-23phy: ti-pipe3: Update pcie phy settingsKishon Vijay Abraham I1-1/+100
2017-10-23phy: brcm-sata: Allow RX equalizer tuningFlorian Fainelli1-1/+68
2017-10-23phy: brcm-sata: Prepare for doing more tuningFlorian Fainelli1-1/+6
2017-10-23phy: rcar-gen3-usb2: add SoC-specific parameter for dedicated pinsYoshihiro Shimoda1-10/+21
2017-10-23phy: rcar-gen3-usb2: use enum phy_mode in the role_store()Yoshihiro Shimoda1-11/+18
2017-10-23phy: rcar-gen3-usb2: check dr_mode for otg modeYoshihiro Shimoda1-3/+7
2017-10-23phy: sun4i-usb: enable PHY0 dual route for V3s SoCIcenowy Zheng1-0/+1
2017-10-23phy: rockchip-typec: Do the calibration more correctlyDouglas Anderson1-9/+18
2017-10-23phy: rockchip-typec: Avoid magic numbers + add delays in aux calibDouglas Anderson1-39/+163
2017-10-23phy: phy-mtk-tphy: add set_mode callbackChunfeng Yun1-0/+39
2017-10-23phy: mvebu-cp110-comphy: remove unused member in private structAntoine Tenart1-1/+0
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi4-4/+4
2017-10-18Merge branch 'fixes' into nextKishon Vijay Abraham I4-32/+73
2017-10-03phy: rockchip-typec: Check for errors from tcphy_phy_init()Douglas Anderson1-4/+9
2017-10-03phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or deviceAl Cooper1-0/+85
2017-10-03phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driverAl Cooper5-0/+1457
2017-09-26phy: rockchip-typec: Don't set the aux voltage swing to 400 mVDouglas Anderson1-3/+4
2017-09-26phy: rockchip-typec: Set the AUX channel flip state earlierDouglas Anderson1-20/+42
2017-09-26phy: mvebu-cp110: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-09-26phy: mvebu-cp110-comphy: explicitly set the pipe selectorAntoine Tenart1-0/+10
2017-09-26phy: mvebu-cp110-comphy: fix mux error checkAntoine Tenart1-2/+2
2017-09-26phy: phy-mtk-tphy: fix NULL point of chip bankChunfeng Yun1-1/+2
2017-09-26phy: tegra: Handle return value of kasprintfArvind Yadav1-0/+2
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-1/+266
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+117