All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] lan78xx: Read configuration from Device Tree
@ 2018-04-18 15:45 Phil Elwell
  2018-04-18 15:45   ` [v2,1/3] " Phil Elwell
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Phil Elwell @ 2018-04-18 15:45 UTC (permalink / raw)
  To: Woojung Huh, Microchip Linux Driver Support, Rob Herring,
	Mark Rutland, David S. Miller, Mauro Carvalho Chehab,
	Greg Kroah-Hartman, Linus Walleij, Andrew Morton, Randy Dunlap,
	netdev, devicetree, linux-kernel, linux-usb
  Cc: Phil Elwell

The Microchip LAN78XX family of devices are Ethernet controllers with
a USB interface. Despite being discoverable devices it can be useful to
be able to configure them from Device Tree, particularly in low-cost
applications without an EEPROM or programmed OTP.

This patch set adds support for reading the MAC address and LED modes from
Device Tree.

v2:
- Use eth_platform_get_mac_address.
- Support up to 4 LEDs, and move LED mode constants into dt-bindings header.
- Improve bindings document.
- Remove EEE support.

Phil Elwell (3):
  lan78xx: Read MAC address from DT if present
  lan78xx: Read LED states from Device Tree
  dt-bindings: Document the DT bindings for lan78xx

 .../devicetree/bindings/net/microchip,lan78xx.txt  | 43 +++++++++++++++
 MAINTAINERS                                        |  2 +
 drivers/net/usb/lan78xx.c                          | 62 ++++++++++++++--------
 include/dt-bindings/net/microchip-78xx.h           | 40 ++++++++++++++
 4 files changed, 125 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/microchip,lan78xx.txt
 create mode 100644 include/dt-bindings/net/microchip-78xx.h

-- 
2.7.4


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

end of thread, other threads:[~2018-04-18 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 15:45 [PATCH v2 0/3] lan78xx: Read configuration from Device Tree Phil Elwell
2018-04-18 15:45 ` [PATCH v2 1/3] lan78xx: Read MAC address from DT if present Phil Elwell
2018-04-18 15:45   ` [v2,1/3] " Phil Elwell
2018-04-18 15:45 ` [PATCH v2 2/3] lan78xx: Read LED states from Device Tree Phil Elwell
2018-04-18 15:45   ` [v2,2/3] " Phil Elwell
2018-04-18 16:11   ` [PATCH v2 2/3] " Andrew Lunn
2018-04-18 16:11     ` [v2,2/3] " Andrew Lunn
2018-04-18 15:45 ` [PATCH v2 3/3] dt-bindings: Document the DT bindings for lan78xx Phil Elwell
2018-04-18 15:45   ` [v2,3/3] " Phil Elwell

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.