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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 19 May 2014 20:57:04 +0800 From: Zhangfei Gao <zhangfei.gao@...aro.org> To: davem@...emloft.net, arnd@...db.de, f.fainelli@...il.com, sergei.shtylyov@...entembedded.com, mark.rutland@....com, David.Laight@...LAB.COM, eric.dumazet@...il.com, haifeng.yan@...aro.org, jchxue@...il.com Cc: linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org, devicetree@...r.kernel.org, Zhangfei Gao <zhangfei.gao@...aro.org> Subject: [PATCH 0/3] add hix5hd2 mac driver Zhangfei Gao (3): hix5hd2-clock: add complex clk Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet net: hisilicon: add hix5hd2 mac driver .../bindings/net/hisilicon-hix5hd2-net.txt | 37 + drivers/clk/hisilicon/clk-hix5hd2.c | 182 ++++ drivers/net/ethernet/Kconfig | 1 + drivers/net/ethernet/Makefile | 1 + drivers/net/ethernet/hisilicon/Kconfig | 27 + drivers/net/ethernet/hisilicon/Makefile | 5 + drivers/net/ethernet/hisilicon/hix5hd2.c | 1078 ++++++++++++++++++++ include/dt-bindings/clock/hix5hd2-clock.h | 9 + 8 files changed, 1340 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/hisilicon-hix5hd2-net.txt create mode 100644 drivers/net/ethernet/hisilicon/Kconfig create mode 100644 drivers/net/ethernet/hisilicon/Makefile create mode 100644 drivers/net/ethernet/hisilicon/hix5hd2.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists