All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property
@ 2019-07-17 15:10 Alex Marginean
  2019-07-17 15:10 ` [U-Boot] [PATCH 1/4] net: mdio-uclass: name MDIO according to device-name property if preset Alex Marginean
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Alex Marginean @ 2019-07-17 15:10 UTC (permalink / raw)
  To: u-boot

This is a respin of the original Marvell MDIO driver submitted by Ken about one
year ago, using the new MDIO DM code.
Added binding documents for mdio and marvell-mdio and introduced a new optional
property for naming MDIO buses in case the driver can't reasonably pick a nice
name by itself.

Alex Marginean (4):
  net: mdio-uclass: name MDIO according to device-name property if
    preset
  doc: bindings: add mdio.txt describing generic MDIO properties
  drivers: net: add marvell MDIO driver
  arm: dts: Set custom names for cp110 master/slave MDIO buses

 arch/arm/dts/armada-cp110-master.dtsi         |   1 +
 arch/arm/dts/armada-cp110-slave.dtsi          |   1 +
 doc/device-tree-bindings/net/marvell-mdio.txt |  15 ++
 doc/device-tree-bindings/net/mdio.txt         |  36 +++
 drivers/net/Kconfig                           |  10 +
 drivers/net/Makefile                          |   1 +
 drivers/net/mvmdio.c                          | 236 ++++++++++++++++++
 net/mdio-uclass.c                             |  11 +
 8 files changed, 311 insertions(+)
 create mode 100644 doc/device-tree-bindings/net/marvell-mdio.txt
 create mode 100644 doc/device-tree-bindings/net/mdio.txt
 create mode 100644 drivers/net/mvmdio.c

-- 
2.17.1

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

end of thread, other threads:[~2019-07-24 18:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 15:10 [U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property Alex Marginean
2019-07-17 15:10 ` [U-Boot] [PATCH 1/4] net: mdio-uclass: name MDIO according to device-name property if preset Alex Marginean
2019-07-23  0:21   ` Joe Hershberger
2019-07-23  6:38   ` Bin Meng
2019-07-23  6:51     ` Alex Marginean
2019-07-23  7:03       ` Bin Meng
2019-07-17 15:10 ` [U-Boot] [PATCH 2/4] doc: bindings: add mdio.txt describing generic MDIO properties Alex Marginean
2019-07-23  0:30   ` Joe Hershberger
2019-07-23  6:39   ` Bin Meng
2019-07-17 15:10 ` [U-Boot] [PATCH 3/4] drivers: net: add marvell MDIO driver Alex Marginean
2019-07-23  0:27   ` Joe Hershberger
2019-07-17 15:10 ` [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses Alex Marginean
2019-07-23  0:29   ` Joe Hershberger
2019-07-23 15:17     ` Nevo Hed
2019-07-23 17:03     ` Nevo Hed
2019-07-23 17:22       ` Nevo Hed
2019-07-24 13:05         ` Alex Marginean
2019-07-24 18:57           ` Joe Hershberger
2019-07-17 19:09 ` [U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property Alex Marginean

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.