]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
igb: Refactor NVM read functions to accommodate devices with no flash
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Wed, 17 Jul 2013 19:02:53 +0000 (19:02 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 22 Aug 2013 09:26:00 +0000 (02:26 -0700)
commitef3a009297c50876980f21060aee61e8b516a990
tree9875242d44568e9a3c66f460a9a8c778bd658dfb
parent5a823d8cdd0e16081bc09a03fa253b9750c4b034
igb: Refactor NVM read functions to accommodate devices with no flash

This patch refactors NVM read functions in order to accommodate i210 devices
that do not have a flash.  Previously, this was not supported on i210
devices.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_defines.h
drivers/net/ethernet/intel/igb/e1000_i210.c
drivers/net/ethernet/intel/igb/e1000_i210.h
drivers/net/ethernet/intel/igb/igb_main.c