From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiong Subject: [PATCH 00/10] atl1c: update hardware settings - v3 Date: Thu, 26 Apr 2012 14:27:08 +0800 Message-ID: <1335421638-16304-1-git-send-email-xiong@qca.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , xiong To: , , Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:27229 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804Ab2DZG1a (ORCPT ); Thu, 26 Apr 2012 02:27:30 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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 (10): 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 atl1c: add flag of PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c | 2 +- drivers/net/ethernet/atheros/atl1c/atl1c_hw.c | 428 ++++++++++++----- drivers/net/ethernet/atheros/atl1c/atl1c_hw.h | 501 +++++++++++++------- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 240 +++------- 4 files changed, 700 insertions(+), 471 deletions(-) -- 1.7.7