linux/drivers/net/ethernet/intel/e1000e
Bruce Allan fe2ddfb510 e1000e: split lib.c into three more-appropriate files
The generic lib.c file contains code relative to the various MACs, NVM and
Manageability supported by the driver.  This patch splits the file into
three which are specific to those areas similar to how the PHY-specific
code is in phy.c and code specific to the 80003es2lan, 8257x, and ichX
MAC families are in their own files.  The generic code that is applicable
to all MAC/PHY parts supported by the driver remains in netdev.c, param.c
and ethtool.c files.  No change in functionality, just moving code
around for ease of maintenance, with some whitespace and other checkpatch
cleanups.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-01-26 19:00:19 -08:00
..
80003es2lan.c e1000e: concatenate long debug strings which span multiple lines 2012-01-26 18:30:39 -08:00
82571.c e1000e: 82574/82583 Tx hang workaround 2012-01-25 23:13:21 -08:00
defines.h e1000e: add Receive Packet Steering (RPS) support 2012-01-25 23:11:55 -08:00
e1000.h e1000e: disable Early Receive DMA on ICH LOMs 2012-01-26 18:19:49 -08:00
ethtool.c e1000e: Need to include vmalloc.h 2012-01-26 16:25:55 -05:00
hw.h e1000e: convert head, tail and itr_register offsets to __iomem pointers 2012-01-25 23:12:13 -08:00
ich8lan.c e1000e: call er16flash() instead of __er16flash() 2012-01-26 18:58:33 -08:00
mac.c e1000e: split lib.c into three more-appropriate files 2012-01-26 19:00:19 -08:00
Makefile e1000e: split lib.c into three more-appropriate files 2012-01-26 19:00:19 -08:00
manage.c e1000e: split lib.c into three more-appropriate files 2012-01-26 19:00:19 -08:00
netdev.c e1000e: increase version number 2012-01-26 18:57:29 -08:00
nvm.c e1000e: split lib.c into three more-appropriate files 2012-01-26 19:00:19 -08:00
param.c e1000e: default IntMode based on kernel config & available hardware support 2012-01-25 23:12:36 -08:00
phy.c e1000e: concatenate long debug strings which span multiple lines 2012-01-26 18:30:39 -08:00