aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-4/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23drivers: phy: add calibrate methodAndrzej Pietrasiewicz1-0/+10
2017-10-23ufs/phy: qcom: Refactor to use phy_init callVivek Gautam1-3/+0
2017-10-23phy: Add UFS PHY modesVivek Gautam1-0/+2
2017-10-23phy: Return NULL if the phy is optionalMaxime Ripard1-1/+1
2017-08-30phy: add sgmii and 10gkr modes to the phy_mode enumAntoine Tenart1-0/+2
2017-06-01phy: Move ULPI phy header out of drivers to include pathVivek Gautam1-0/+31
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-18/+0
2016-11-08scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam1-18/+0
2016-11-05phy: Add reset callback for not generic phyRandy Li1-0/+7
2016-09-10phy: Add reset callbackRandy Li1-0/+3
2016-07-04phy: Add set_mode callbackDavid Lechner1-0/+17
2016-04-29phy: Add Tegra XUSB pad controller supportThierry Reding1-0/+30
2016-04-29phy: core: Allow children node to be overriddenThierry Reding1-10/+21
2015-12-21phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I1-0/+23
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-0/+9
2015-05-27phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede1-0/+26
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy1-0/+9
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+59
2015-01-20phy: qcom-ufs: add support for 20nm phyYaniv Gardi1-0/+59
2014-12-23phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cardsVignesh R1-3/+3
2014-11-22phy: remove the old lookup methodHeikki Krogerus1-34/+4
2014-11-21phy: improved lookup methodHeikki Krogerus1-0/+16
2014-11-21phy: safer to_phy() macroHeikki Krogerus1-1/+1
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I1-5/+10
2014-07-22phy: core: Support regulator supply for PHY powerRoger Quadros1-0/+2
2014-07-22phy: pipe3: insert delay to enumerate in GEN2 modeKishon Vijay Abraham I1-0/+10
2014-04-24phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHYGrygorii Strashko1-0/+16
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I1-0/+89
2014-03-09phy: omap-usb2: Provide workaround for USB2PHY false disconnectAustin Beam1-0/+4
2014-03-09phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGeorge Cherian1-0/+9
2014-03-08phy: core: Add devm_of_phy_get to phy-coreKamil Debski1-0/+9
2014-03-08phy: core: Add an exported of_phy_get functionKamil Debski1-0/+6
2014-03-07phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I1-0/+64
2014-02-05drivers: phy: Add support for optional physAndrew Lunn1-0/+14
2013-12-23phy: add phy_get_bus_width()/phy_set_bus_width() callsMatt Porter1-0/+28
2013-09-27drivers: phy: add generic PHY frameworkKishon Vijay Abraham I1-0/+270