mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drivers: net: phy: at803x: add clk setup with dt
@ 2020-06-30 11:06 Michael Grzeschik
  2020-06-30 11:06 ` [PATCH v2 1/2] net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Grzeschik @ 2020-06-30 11:06 UTC (permalink / raw)
  To: barebox

This series makes the first step to remove the phy_fixups for at80xx
phys, which is usually hardcoded to prepare clk, delay and SmartEEE
glitch fixup. With further support of all these settings in the dts, the
fixups can be removed.

Michael Grzeschik (2):
  net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access
  drivers: net: phy: at803x: add phy clk setup via dts

 drivers/net/phy/at803x.c  | 178 ++++++++++++++++++++-
 drivers/net/phy/dp83867.c |   3 +-
 drivers/net/phy/micrel.c  |   5 +-
 include/linux/mdio.h      | 327 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 503 insertions(+), 10 deletions(-)
 create mode 100644 include/linux/mdio.h

-- 
2.27.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-05 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 11:06 [PATCH v2 0/2] drivers: net: phy: at803x: add clk setup with dt Michael Grzeschik
2020-06-30 11:06 ` [PATCH v2 1/2] net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access Michael Grzeschik
2020-07-02 11:58   ` Ahmad Fatoum
2020-07-05 14:24     ` Sascha Hauer
2020-06-30 11:06 ` [PATCH v2 2/2] drivers: net: phy: at803x: add phy clk setup via dts Michael Grzeschik
2020-07-01  5:20 ` [PATCH v2 0/2] drivers: net: phy: at803x: add clk setup with dt Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox