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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Aug 2016 17:01:51 +0800
From:	Dongpo Li <lidongpo@...ilicon.com>
To:	<robh+dt@...nel.org>, <mark.rutland@....com>,
	<mturquette@...libre.com>, <sboyd@...eaurora.org>,
	<linux@...linux.org.uk>, <zhangfei.gao@...aro.org>,
	<yisen.zhuang@...wei.com>, <salil.mehta@...wei.com>,
	<davem@...emloft.net>, <arnd@...db.de>, <andrew@...n.ch>
CC:	<xuejiancheng@...ilicon.com>, <benjamin.chenhao@...ilicon.com>,
	<howell.yang@...ilicon.com>, <netdev@...r.kernel.org>,
	<devicetree@...r.kernel.org>, <linux-clk@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, Dongpo Li <lidongpo@...ilicon.com>
Subject: [PATCH 0/4] net: hix5hd2_gmac: add tx sg feature and reset/clock control signals

The "hix5hd2" is SoC name, add the generic ethernet driver name.
The "hisi-gemac-v1" is the basic version and "hisi-gemac-v2" adds
the SG/TXCSUM/TSO/UFO features.
This patch set only adds the SG(scatter-gather) driver for transmitting,
the drivers of other features will be submitted later.

Add the MAC reset control signals and clock signals.
As a result, the hix5hd2 ethernet clock can be abstracted as
gate clock instead of self defined complex clock.

Dongpo Li (2):
  clk: hix5hd2: change ethernet clock type
  ARM: dts: hix5hd2: add gmac clock and reset property

Li Dongpo (2):
  net: hix5hd2_gmac: add tx scatter-gather feature
  net: hix5hd2_gmac: add reset control and clock signals

 .../bindings/net/hisilicon-hix5hd2-gmac.txt        |  25 +-
 arch/arm/boot/dts/hisi-x5hd2-dkb.dts               |   2 +
 arch/arm/boot/dts/hisi-x5hd2.dtsi                  |  15 +-
 drivers/clk/hisilicon/clk-hix5hd2.c                |  72 +----
 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c      | 353 +++++++++++++++++++--
 include/dt-bindings/clock/hix5hd2-clock.h          |   6 +-
 6 files changed, 381 insertions(+), 92 deletions(-)

-- 
2.8.2

Powered by blists - more mailing lists