mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2] drivers: net: phy: at803x: add clk setup with dt
Date: Tue, 30 Jun 2020 11:49:32 +0200	[thread overview]
Message-ID: <20200630094934.18228-1-m.grzeschik@pengutronix.de> (raw)

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  | 181 ++++++++++++++++++++-
 drivers/net/phy/dp83867.c |   3 +-
 drivers/net/phy/micrel.c  |   5 +-
 include/uapi/linux/mdio.h | 327 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 507 insertions(+), 9 deletions(-)
 create mode 100644 include/uapi/linux/mdio.h

-- 
2.27.0


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

             reply	other threads:[~2020-06-30  9:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  9:49 Michael Grzeschik [this message]
2020-06-30  9:49 ` [PATCH 1/2] net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access Michael Grzeschik
2020-06-30 10:09   ` Ahmad Fatoum
2020-06-30 11:01     ` Michael Grzeschik
2020-06-30  9:49 ` [PATCH 2/2] drivers: net: phy: at803x: add phy clk setup via dts Michael Grzeschik
2020-06-30 10:15   ` Ahmad Fatoum
2020-06-30 11:01     ` Michael Grzeschik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200630094934.18228-1-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox