Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1488452

[PATCH net-next v2 0/6] ftgmac100 support for ast2500

From Joel Stanley <joel@jms.id.au>
Newsgroups linux.kernel
Subject [PATCH net-next v2 0/6] ftgmac100 support for ast2500
Date 2016-09-22 01:10 +0200
Message-ID <sjYOl-6SG-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello Dave,

This series adds support to the ftgmac100 driver for the Aspeed ast2400 and
ast2500 SoCs. In particular, they ensure the driver works correctly on the
ast2500 where the MAC block has seen some changes in register layout.

They have been tested on ast2400 and ast2500 systems with the NCSI stack and
with a directly attached PHY.

V2 reworks the two patches relating to PHYSTS_CHG into the one patch that
disables the interrupt instead of playing with interrupt sensitivity. I kept
patch 4 'net/faraday: Clear stale interrupts' which was first introduced to
clear the stale PHYSTS_CHG interrupt, as it helps keep us safe from unhygienic
(vendor) bootloaders.

Cheers,

Joel

Andrew Jeffery (2):
  net/faraday: Separate rx page storage from rxdesc
  net/faraday: Make EDO{R,T}R bits configurable

Gavin Shan (1):
  net/faraday: Clear stale interrupts

Joel Stanley (3):
  net/faraday: Adapt for Aspeed SoCs
  net/faraday: Configure old MDIO interface on Aspeed SoCs
  net/faraday: Mask out PHYSTS_CHG interrupt

 drivers/net/ethernet/faraday/ftgmac100.c | 97 +++++++++++++++++++++++---------
 drivers/net/ethernet/faraday/ftgmac100.h |  8 ++-
 2 files changed, 75 insertions(+), 30 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next v2 0/6]  ftgmac100 support for ast2500 Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 2/6] net/faraday: Make EDO{R,T}R bits configurable Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 1/6] net/faraday: Separate rx page storage from rxdesc Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 5/6] net/faraday: Configure old MDIO interface on Aspeed SoCs Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 4/6] net/faraday: Clear stale interrupts Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 3/6] net/faraday: Adapt for Aspeed SoCs Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  [PATCH net-next v2 6/6] net/faraday: Mask out PHYSTS_CHG interrupt Joel Stanley <joel@jms.id.au> - 2016-09-22 01:10 +0200
  Re: [PATCH net-next v2 0/6] ftgmac100 support for ast2500 David Miller <davem@davemloft.net> - 2016-09-22 09:40 +0200

csiph-web