All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] atl1c: update hardware settings - v3
@ 2012-04-20  6:16 xiong
  2012-04-20  6:16 ` [PATCH 1/9] atl1c: remove REG_PHY_STATUS xiong
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: xiong @ 2012-04-20  6:16 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 third serial patches, after reviewed/applied the fourth
serial will be out.

The 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 (9):
  atl1c: remove REG_PHY_STATUS
  atl1c: refine phy-register read/write function
  atl1c: remove PHY contrl in atl1c_reset_pcie
  atl1c: refine SERDES-clock related code
  atl1c: remove PHY polling from atl1c_open
  atl1c: update PHY reset related routine
  atl1c: remove PHY reset/init for link down event
  atl1c: add function atl1c_power_saving
  atl1c: refine start/enable code for MAC module

 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c |    2 +-
 drivers/net/ethernet/atheros/atl1c/atl1c_hw.c      |  422 ++++++++++++-----
 drivers/net/ethernet/atheros/atl1c/atl1c_hw.h      |  499 +++++++++++++-------
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c    |  240 +++-------
 4 files changed, 693 insertions(+), 470 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2012-04-20 17:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20  6:16 [PATCH 0/9] atl1c: update hardware settings - v3 xiong
2012-04-20  6:16 ` [PATCH 1/9] atl1c: remove REG_PHY_STATUS xiong
2012-04-20  6:16 ` [PATCH 2/9] atl1c: refine phy-register read/write function xiong
2012-04-20  7:40   ` Florian Fainelli
2012-04-20  8:54     ` Huang, Xiong
2012-04-20  8:54       ` Huang, Xiong
2012-04-20  6:16 ` [PATCH 3/9] atl1c: remove PHY contrl in atl1c_reset_pcie xiong
2012-04-20  6:16 ` [PATCH 4/9] atl1c: refine SERDES-clock related code xiong
2012-04-20  6:16 ` [PATCH 5/9] atl1c: remove PHY polling from atl1c_open xiong
2012-04-20  6:16 ` [PATCH 6/9] atl1c: update PHY reset related routine xiong
2012-04-20  6:16 ` [PATCH 7/9] atl1c: remove PHY reset/init for link down event xiong
2012-04-20  6:16 ` [PATCH 8/9] atl1c: add function atl1c_power_saving xiong
2012-04-20  6:16 ` [PATCH 9/9] atl1c: refine start/enable code for MAC module xiong
2012-04-20 10:34 ` [PATCH 0/9] atl1c: update hardware settings - v3 Huang, Xiong
2012-04-20 17:20   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.