public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: make at marvell.com <make@marvell.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/2]     Add MDIO driver model support
Date: Thu, 7 Jun 2018 10:08:23 +0800	[thread overview]
Message-ID: <1528337305-17740-1-git-send-email-make@marvell.com> (raw)

From: Ken Ma <make@marvell.com>



Changes in v2:
- Fix error printing:
  - Change some debug to pr_err;
  - mii bus has no parent member and it is not a udevice, so dev_err
    is changed to pr_err for mii bus error printings.

Ken Ma (2):
  dm: mdio: add a uclass for MDIO
  mdio: add marvell MDIO driver

 MAINTAINERS                                    |   2 +
 arch/arm/Kconfig                               |   1 +
 doc/device-tree-bindings/mdio/marvell-mdio.txt |  18 ++
 doc/device-tree-bindings/mdio/mdio-bus.txt     |  54 ++++++
 drivers/Kconfig                                |   2 +
 drivers/Makefile                               |   1 +
 drivers/mdio/Kconfig                           |  28 +++
 drivers/mdio/Makefile                          |   7 +
 drivers/mdio/mdio-uclass.c                     | 119 +++++++++++++
 drivers/mdio/mvmdio.c                          | 237 +++++++++++++++++++++++++
 include/dm/uclass-id.h                         |   1 +
 include/mdio.h                                 |  62 +++++++
 12 files changed, 532 insertions(+)
 create mode 100644 doc/device-tree-bindings/mdio/marvell-mdio.txt
 create mode 100644 doc/device-tree-bindings/mdio/mdio-bus.txt
 create mode 100644 drivers/mdio/Kconfig
 create mode 100644 drivers/mdio/Makefile
 create mode 100644 drivers/mdio/mdio-uclass.c
 create mode 100644 drivers/mdio/mvmdio.c
 create mode 100644 include/mdio.h

-- 
1.9.1

             reply	other threads:[~2018-06-07  2:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-07  2:08 make at marvell.com [this message]
2018-06-07  2:08 ` [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO make at marvell.com
2018-06-08 21:59   ` Simon Glass
2018-06-12  0:24   ` Joe Hershberger
2018-06-07  2:08 ` [U-Boot] [PATCH v2 2/2] mdio: add marvell MDIO driver make at marvell.com
  -- strict thread matches above, loose matches on Subject: below --
2018-06-07  2:10 [U-Boot] [PATCH v2 0/2] Add MDIO driver model support make at marvell.com

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=1528337305-17740-1-git-send-email-make@marvell.com \
    --to=make@marvell.com \
    --cc=u-boot@lists.denx.de \
    /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