Re: [PATCH v4 0/3] lan78xx: Read configuration from Device Tree

From: David Miller
Date: Fri Apr 20 2018 - 11:39:35 EST


From: Phil Elwell <phil@xxxxxxxxxxxxxxx>
Date: Thu, 19 Apr 2018 17:59:37 +0100

> 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.
>
> v4:
> - Rename nodes in bindings doc.
>
> v3:
> - Move LED setting into PHY driver.
>
> 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.

Series applied, thanks Phil.