All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v3 0/3] NET: PHY: Intel XWAY driver
@ 2016-06-04 11:45 Hauke Mehrtens
       [not found] ` <1465040728-4904-1-git-send-email-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hauke Mehrtens @ 2016-06-04 11:45 UTC (permalink / raw)
  To: f.fainelli
  Cc: alexander.stein, netdev, andrew, john, openwrt, hauke.mehrtens,
	daniel.schwierzeck, eckert.florian, devicetree, Hauke Mehrtens

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

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

end of thread, other threads:[~2016-06-04 15:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 11:45 [RFC v3 0/3] NET: PHY: Intel XWAY driver Hauke Mehrtens
     [not found] ` <1465040728-4904-1-git-send-email-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2016-06-04 11:45   ` [RFC v3 1/3] NET: PHY: adds driver for Intel XWAY PHY Hauke Mehrtens
2016-06-04 14:43     ` Langer, Thomas
2016-06-04 14:55       ` John Crispin
     [not found]       ` <0DAF21CFE1B20740AE23D6AF6E54843F1E503ECE-kPTMFJFq+rF9qrmMLTLiibfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2016-06-04 15:27         ` Daniel Schwierzeck
2016-06-04 11:45 ` [RFC v3 2/3] NET: PHY: Add PHY LED control binding Hauke Mehrtens
2016-06-04 11:45 ` [RFC v3 3/3] NET: PHY: Intel XWAY: add LED configuration support Hauke Mehrtens

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.