lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1465040728-4904-1-git-send-email-hauke@hauke-m.de> Date: Sat, 4 Jun 2016 13:45:25 +0200 From: Hauke Mehrtens <hauke@...ke-m.de> To: f.fainelli@...il.com Cc: alexander.stein@...tec-electronic.com, netdev@...r.kernel.org, andrew@...n.ch, john@...ozen.org, openwrt@...sin.me, hauke.mehrtens@...el.com, daniel.schwierzeck@...il.com, eckert.florian@...glemail.com, devicetree@...r.kernel.org, Hauke Mehrtens <hauke@...ke-m.de> Subject: [RFC v3 0/3] NET: PHY: Intel XWAY driver 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
Powered by blists - more mailing lists