This adds the Intel XWAY driver and also adds a device tree binding for 
Ethernet PHY LEDs.

changes since
RFC v2:
 * add Documentation/devicetree/bindings/phy/intel-xway.txt
 * fixed some typos
 * renamed from lantiq.c to intel-xway.c
 * split the generic PHY binding information out

Hauke Mehrtens (3):
  NET: PHY: adds driver for Intel XWAY PHY
  NET: PHY: Add PHY LED control binding.
  NET: PHY: Intel XWAY: add LED configuration support

 .../devicetree/bindings/phy/intel-xway.txt         |  77 +++
 Documentation/devicetree/bindings/phy/phy-leds.txt |  52 ++
 drivers/net/phy/Kconfig                            |   6 +
 drivers/net/phy/Makefile                           |   1 +
 drivers/net/phy/intel-xway.c                       | 541 +++++++++++++++++++++
 include/dt-bindings/phy/phy-leds.h                 |  27 +
 6 files changed, 704 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/intel-xway.txt
 create mode 100644 Documentation/devicetree/bindings/phy/phy-leds.txt
 create mode 100644 drivers/net/phy/intel-xway.c
 create mode 100644 include/dt-bindings/phy/phy-leds.h

-- 
2.8.1

Reply via email to