netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] atl1c: update hardware settings - v1
@ 2012-04-18  5:32 xiong
  2012-04-18  5:32 ` [PATCH 01/12] atl1c: update author contact info & company/driver desciption xiong
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: xiong @ 2012-04-18  5:32 UTC (permalink / raw)
  To: davem, netdev, linux-kernel; +Cc: qca-linux-team, nic-devel, xiong

This update contains a serial of patches, most of them are hardware
settings related. register definitions are refined (or removed if 
meaningless) for each patch.

This is the first serial patches, after reviewed/applied the second
serial will be out.

These patches have addressed all sparse and checkpatch warnings.

Following NICs are tested:
AR8131/AR8132/AR8151A/AR8152A/AR8152B
Test item includes:
build/install/uninstall/dhcp/ping/iperf/wol/reboot/etc.


xiong (12):
  atl1c: update author contact info & company/driver desciption
  atl1c: remove multiple-RX-Q code
  atl1c: remove HDS register
  atl1c: remove VPD register
  atl1c: remove SMB/CMB DMA related code
  atl1c: split 2 32bit registers of TPD to 4 16bit registers
  atl1c: remove code related to rxq 1/2/3
  atl1c: wrong register used to stop TXQ
  atl1c: correct wrong definition of REG_DMA_CTRL
  atl1c: remove dmaw_block
  atl1c: using fixed TXQ configuration for l2cb and l1c
  atl1c: restore max-read-request-size in Device Conrol Register

 drivers/net/ethernet/atheros/atl1c/atl1c.h         |   54 +---
 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c |    7 +-
 drivers/net/ethernet/atheros/atl1c/atl1c_hw.h      |  196 ++++-------
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c    |  356 ++++++--------------
 4 files changed, 184 insertions(+), 429 deletions(-)

-- 
1.7.7

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

end of thread, other threads:[~2012-04-18 19:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18  5:32 [PATCH 00/12] atl1c: update hardware settings - v1 xiong
2012-04-18  5:32 ` [PATCH 01/12] atl1c: update author contact info & company/driver desciption xiong
2012-04-18  5:32 ` [PATCH 02/12] atl1c: remove multiple-RX-Q code xiong
2012-04-18  5:32 ` [PATCH 03/12] atl1c: remove HDS register xiong
2012-04-18  5:32 ` [PATCH 04/12] atl1c: remove VPD register xiong
2012-04-18  5:32 ` [PATCH 05/12] atl1c: remove SMB/CMB DMA related code xiong
2012-04-18  5:32 ` [PATCH 06/12] atl1c: split 2 32bit registers of TPD to 4 16bit registers xiong
2012-04-18  5:32 ` [PATCH 07/12] atl1c: remove code related to rxq 1/2/3 xiong
2012-04-18  5:32 ` [PATCH 08/12] atl1c: wrong register used to stop TXQ xiong
2012-04-18  5:32 ` [PATCH 09/12] atl1c: correct wrong definition of REG_DMA_CTRL xiong
2012-04-18  5:32 ` [PATCH 10/12] atl1c: remove dmaw_block xiong
2012-04-18  5:32 ` [PATCH 11/12] atl1c: using fixed TXQ configuration for l2cb and l1c xiong
2012-04-18  5:32 ` [PATCH 12/12] atl1c: restore max-read-request-size in Device Conrol Register xiong
2012-04-18 19:37 ` [PATCH 00/12] atl1c: update hardware settings - v1 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).