]> git.baikalelectronics.ru Git - kernel.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)
commit3ef3345552ba07ed365f5a83240a974b0c2ec025
tree9875242d44568e9a3c66f460a9a8c778bd658dfb
parentce2c3c07ee00e594e10334f96d1d4bea88bad700
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