summaryrefslogtreecommitdiffstats
path: root/include/linux/phy/phy.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYKishon Vijay Abraham I2019-04-171-0/+2
* phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard2019-01-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+1
|\
| * include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day2018-12-281-1/+1
* | phy: Add MIPI D-PHY configuration optionsMaxime Ripard2018-12-121-0/+6
* | phy: Add configuration interfaceMaxime Ripard2018-12-121-0/+58
* | phy: Add MIPI D-PHY modeMaxime Ripard2018-12-121-0/+1
* | phy: core: clean up unused ethernet specific phy modesGrygorii Strashko2018-12-121-4/+0Star
* | phy: core: add PHY_MODE_ETHERNETGrygorii Strashko2018-12-121-0/+1
* | phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko2018-12-121-3/+10
|/
* phy: add QSGMII and PCIE modesQuentin Schulz2018-10-051-0/+2
* phy: add 2.5G SGMII mode to the phy_mode enumAntoine Tenart2018-05-171-0/+1
* phy: fix structure documentationDov Levenglick2018-03-081-2/+11
* phy: Add USB speed related PHY modesManu Gautam2018-03-081-0/+18
* drivers: phy: add calibrate methodAndrzej Pietrasiewicz2017-10-231-0/+10
* phy: Add UFS PHY modesVivek Gautam2017-10-231-0/+2
* phy: Return NULL if the phy is optionalMaxime Ripard2017-10-231-1/+1
* phy: add sgmii and 10gkr modes to the phy_mode enumAntoine Tenart2017-08-311-0/+2
* phy: Add reset callback for not generic phyRandy Li2016-11-051-0/+7
* phy: Add reset callbackRandy Li2016-09-101-0/+3
* phy: Add set_mode callbackDavid Lechner2016-07-041-0/+17
* phy: core: Allow children node to be overriddenThierry Reding2016-04-291-10/+21
* phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy2015-05-111-0/+9
* phy: remove the old lookup methodHeikki Krogerus2014-11-221-34/+4Star
* phy: improved lookup methodHeikki Krogerus2014-11-211-0/+16
* phy: safer to_phy() macroHeikki Krogerus2014-11-211-1/+1
* phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I2014-07-221-5/+10
* phy: core: Support regulator supply for PHY powerRoger Quadros2014-07-221-0/+2
* phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHYGrygorii Strashko2014-04-241-0/+16
* phy: core: Add devm_of_phy_get to phy-coreKamil Debski2014-03-081-0/+9
* phy: core: Add an exported of_phy_get functionKamil Debski2014-03-081-0/+6
* drivers: phy: Add support for optional physAndrew Lunn2014-02-051-0/+14
* phy: add phy_get_bus_width()/phy_set_bus_width() callsMatt Porter2013-12-231-0/+28
* drivers: phy: add generic PHY frameworkKishon Vijay Abraham I2013-09-281-0/+270