public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2]     Add MDIO driver model support
@ 2018-06-07  2:10 make at marvell.com
  2018-06-07  2:10 ` [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO make at marvell.com
  2018-06-07  2:10 ` [U-Boot] [PATCH v2 2/2] mdio: add marvell MDIO driver make at marvell.com
  0 siblings, 2 replies; 4+ messages in thread
From: make at marvell.com @ 2018-06-07  2:10 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v2 0/2]     Add MDIO driver model support
@ 2018-06-07  2:08 make at marvell.com
  0 siblings, 0 replies; 4+ messages in thread
From: make at marvell.com @ 2018-06-07  2:08 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2018-06-07  2:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07  2:10 [U-Boot] [PATCH v2 0/2] Add MDIO driver model support make at marvell.com
2018-06-07  2:10 ` [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO make at marvell.com
2018-06-07  2:10 ` [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:08 [U-Boot] [PATCH v2 0/2] Add MDIO driver model support make at marvell.com

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