All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] lan78xx: Read configuration from Device Tree
@ 2018-04-12 13:55 Phil Elwell
  2018-04-12 13:55   ` [1/4] " Phil Elwell
                   ` (3 more replies)
  0 siblings, 4 replies; 40+ messages in thread
From: Phil Elwell @ 2018-04-12 13:55 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, EEE setting
and LED modes from Device Tree.

Phil Elwell (4):
  lan78xx: Read MAC address from DT if present
  lan78xx: Read initial EEE setting from Device Tree
  lan78xx: Read LED modes from Device Tree
  dt-bindings: Document the DT bindings for lan78xx

 .../devicetree/bindings/net/microchip,lan78xx.txt  | 44 ++++++++++++
 MAINTAINERS                                        |  1 +
 drivers/net/usb/lan78xx.c                          | 81 ++++++++++++++++------
 3 files changed, 105 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/microchip,lan78xx.txt

-- 
2.7.4


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

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

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 13:55 [PATCH 0/4] lan78xx: Read configuration from Device Tree Phil Elwell
2018-04-12 13:55 ` [PATCH 1/4] lan78xx: Read MAC address from DT if present Phil Elwell
2018-04-12 13:55   ` [1/4] " Phil Elwell
2018-04-12 14:06   ` [PATCH 1/4] " Andrew Lunn
2018-04-12 14:06     ` [1/4] " Andrew Lunn
2018-04-12 14:18     ` [PATCH 1/4] " Phil Elwell
2018-04-12 14:18       ` [1/4] " Phil Elwell
2018-04-12 13:55 ` [PATCH 2/4] lan78xx: Read initial EEE setting from Device Tree Phil Elwell
2018-04-12 13:55   ` [2/4] " Phil Elwell
2018-04-12 14:16   ` [PATCH 2/4] " Andrew Lunn
2018-04-12 14:16     ` [2/4] " Andrew Lunn
2018-04-12 15:17     ` [PATCH 2/4] " Phil Elwell
2018-04-12 15:17       ` [2/4] " Phil Elwell
2018-04-12 13:55 ` [PATCH 3/4] lan78xx: Read LED modes " Phil Elwell
2018-04-12 13:55   ` [3/4] " Phil Elwell
2018-04-12 14:26   ` [PATCH 3/4] " Andrew Lunn
2018-04-12 14:26     ` [3/4] " Andrew Lunn
2018-04-12 14:30     ` [PATCH 3/4] " Phil Elwell
2018-04-12 14:30       ` [3/4] " Phil Elwell
2018-04-12 14:36   ` [PATCH 3/4] " Andrew Lunn
2018-04-12 14:36     ` [3/4] " Andrew Lunn
2018-04-12 15:21     ` [PATCH 3/4] " Woojung.Huh
2018-04-12 15:21       ` [3/4] " Woojung.Huh
2018-04-12 15:21       ` [PATCH 3/4] " Woojung.Huh
2018-04-12 13:55 ` [PATCH 4/4] dt-bindings: Document the DT bindings for lan78xx Phil Elwell
2018-04-12 13:55   ` [4/4] " Phil Elwell
2018-04-12 14:04   ` [PATCH 4/4] " Andrew Lunn
2018-04-12 14:04     ` [4/4] " Andrew Lunn
2018-04-12 14:10     ` [PATCH 4/4] " Phil Elwell
2018-04-12 14:10       ` [4/4] " Phil Elwell
2018-04-12 14:17       ` [PATCH 4/4] " Andrew Lunn
2018-04-12 14:17         ` [4/4] " Andrew Lunn
2018-04-12 14:30   ` [PATCH 4/4] " Andrew Lunn
2018-04-12 14:30     ` [4/4] " Andrew Lunn
2018-04-12 14:33     ` [PATCH 4/4] " Phil Elwell
2018-04-12 14:33       ` [4/4] " Phil Elwell
2018-04-16 19:22   ` [PATCH 4/4] " Rob Herring
2018-04-16 19:22     ` [4/4] " Rob Herring
2018-04-17 11:35     ` [PATCH 4/4] " Phil Elwell
2018-04-17 11:35       ` [4/4] " 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.