| Commit message (Expand) | Author | Age | Files | Lines |
* | phy: Add devm_of_phy_optional_get() helper | Geert Uytterhoeven | 2023-02-03 | 1 | -0/+9 |
* | phy: Remove unused phy_optional_get() | Geert Uytterhoeven | 2023-02-03 | 1 | -7/+0 |
* | phy: Add LVDS configuration options | Liu Ying | 2022-04-20 | 1 | -0/+4 |
* | phy: core: Reword the comment specifying the units of max_link_rate to be Mbps | Aswath Govindraju | 2021-06-14 | 1 | -1/+1 |
* | phy: Add media type and speed serdes configuration interfaces | Steen Hegelund | 2021-03-17 | 1 | -0/+26 |
* | phy: Add new PHY attribute max_link_rate | Swapnil Jakhade | 2020-09-16 | 1 | -0/+2 |
* | phy: Add DisplayPort configuration options | Yuti Amonkar | 2020-01-14 | 1 | -0/+5 |
* | phy: core: Add consumer device link support | Alexandre Torgue | 2020-01-08 | 1 | -2/+7 |
* | phy: add PHY_MODE_LVDS | Heiko Stuebner | 2019-10-31 | 1 | -1/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHY | Kishon Vijay Abraham I | 2019-04-17 | 1 | -0/+2 |
* | phy: fix build breakage: add PHY_MODE_SATA | John Hubbard | 2019-01-12 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-01-03 | 1 | -1/+1 |
|\ |
|
| * | include/linux/phy/phy.h: fix minor kerneldoc errors | Robert P. J. Day | 2018-12-27 | 1 | -1/+1 |
* | | phy: Add MIPI D-PHY configuration options | Maxime Ripard | 2018-12-12 | 1 | -0/+6 |
* | | phy: Add configuration interface | Maxime Ripard | 2018-12-12 | 1 | -0/+58 |
* | | phy: Add MIPI D-PHY mode | Maxime Ripard | 2018-12-12 | 1 | -0/+1 |
* | | phy: core: clean up unused ethernet specific phy modes | Grygorii Strashko | 2018-12-12 | 1 | -4/+0 |
* | | phy: core: add PHY_MODE_ETHERNET | Grygorii Strashko | 2018-12-12 | 1 | -0/+1 |
* | | phy: core: rework phy_set_mode to accept phy mode and submode | Grygorii Strashko | 2018-12-12 | 1 | -3/+10 |
|/ |
|
* | phy: add QSGMII and PCIE modes | Quentin Schulz | 2018-10-05 | 1 | -0/+2 |
* | phy: add 2.5G SGMII mode to the phy_mode enum | Antoine Tenart | 2018-05-17 | 1 | -0/+1 |
* | phy: fix structure documentation | Dov Levenglick | 2018-03-08 | 1 | -2/+11 |
* | phy: Add USB speed related PHY modes | Manu Gautam | 2018-03-08 | 1 | -0/+18 |
* | drivers: phy: add calibrate method | Andrzej Pietrasiewicz | 2017-10-23 | 1 | -0/+10 |
* | phy: Add UFS PHY modes | Vivek Gautam | 2017-10-23 | 1 | -0/+2 |
* | phy: Return NULL if the phy is optional | Maxime Ripard | 2017-10-23 | 1 | -1/+1 |
* | phy: add sgmii and 10gkr modes to the phy_mode enum | Antoine Tenart | 2017-08-30 | 1 | -0/+2 |
* | phy: Add reset callback for not generic phy | Randy Li | 2016-11-05 | 1 | -0/+7 |
* | phy: Add reset callback | Randy Li | 2016-09-10 | 1 | -0/+3 |
* | phy: Add set_mode callback | David Lechner | 2016-07-04 | 1 | -0/+17 |
* | phy: core: Allow children node to be overridden | Thierry Reding | 2016-04-29 | 1 | -10/+21 |
* | phy: core: Add devm_of_phy_get_by_index to phy-core | Arun Ramamurthy | 2015-05-11 | 1 | -0/+9 |
* | phy: remove the old lookup method | Heikki Krogerus | 2014-11-22 | 1 | -34/+4 |
* | phy: improved lookup method | Heikki Krogerus | 2014-11-21 | 1 | -0/+16 |
* | phy: safer to_phy() macro | Heikki Krogerus | 2014-11-21 | 1 | -1/+1 |
* | phy: core: Let node ptr of PHY point to PHY and not of PHY provider | Kishon Vijay Abraham I | 2014-07-22 | 1 | -5/+10 |
* | phy: core: Support regulator supply for PHY power | Roger Quadros | 2014-07-22 | 1 | -0/+2 |
* | phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHY | Grygorii Strashko | 2014-04-24 | 1 | -0/+16 |
* | phy: core: Add devm_of_phy_get to phy-core | Kamil Debski | 2014-03-08 | 1 | -0/+9 |
* | phy: core: Add an exported of_phy_get function | Kamil Debski | 2014-03-08 | 1 | -0/+6 |
* | drivers: phy: Add support for optional phys | Andrew Lunn | 2014-02-05 | 1 | -0/+14 |
* | phy: add phy_get_bus_width()/phy_set_bus_width() calls | Matt Porter | 2013-12-23 | 1 | -0/+28 |
* | drivers: phy: add generic PHY framework | Kishon Vijay Abraham I | 2013-09-27 | 1 | -0/+270 |