summaryrefslogtreecommitdiff
path: root/drivers/phy/ti/phy-gmii-sel.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10phy: ti: gmii-sel: Fix register offset when parent is not a syscon nodeAndrew Davis1-1/+4
2023-07-14phy: ti: gmii-sel: Allow parent to not be syscon nodeAndrew Davis1-3/+6
2023-05-16phy: ti: gmii-sel: Enable USXGMII mode for J784S4Siddharth Vadapalli1-1/+10
2023-05-16phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J784S4Siddharth Vadapalli1-0/+13
2023-05-16phy: ti: gmii-sel: Enable SGMII mode for J721ESiddharth Vadapalli1-1/+1
2023-05-16phy: ti: gmii-sel: Enable SGMII mode for J7200Siddharth Vadapalli1-1/+1
2023-05-16phy: ti: gmii-sel: Add support for SGMII modeSiddharth Vadapalli1-0/+8
2022-11-07phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J721eSiddharth Vadapalli1-0/+13
2022-11-07phy: ti: gmii-sel: Update methods for fetching and using qsgmii main portSiddharth Vadapalli1-7/+22
2022-09-13phy: ti: gmii-sel: Add support for CPSW5G GMII SEL in J7200Siddharth Vadapalli1-3/+44
2021-10-26phy: ti: gmii-sel: check of_get_address() for failureDan Carpenter1-0/+2
2020-09-08phy: ti: gmii-sel: retrieve ports number and base offset from dtGrygorii Strashko1-11/+33
2020-09-08phy: ti: gmii-sel: use features mask during initGrygorii Strashko1-8/+2
2020-09-08phy: ti: gmii-sel: move phy init in separate functionGrygorii Strashko1-47/+64
2020-03-21Merge tag 'phy-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman1-0/+19
2020-03-20phy: ti: gmii-sel: add support for am654x/j721e socGrygorii Strashko1-0/+19
2020-02-20phy: ti: gmii-sel: do not fail in case of gmiiGrygorii Strashko1-0/+1
2020-02-20phy: ti: gmii-sel: fix set of copy-paste errorsGrygorii Strashko1-5/+4
2019-10-25phy: ti: gmii-sel: fix mac tx internal delay for rgmii-rxidGrygorii Strashko1-1/+1
2019-01-16phy: ti: ensure priv is not null before dereferencing itColin Ian King1-2/+2
2018-12-12phy: ti: fix semicolon.cocci warningskbuild test robot1-1/+1
2018-12-12phy: ti: introduce phy-gmii-sel driverGrygorii Strashko1-0/+349