1. 02 5月, 2012 1 次提交
    • B
      e1000e: workaround EEPROM configuration change on 82579 · 62bc813e
      Bruce Allan 提交于
      An update to the EEPROM on 82579 will extend a delay in hardware to fix an
      issue with WoL not working after a G3->S5 transition which is unrelated to
      the driver.  However, this extended delay conflicts with nominal operation
      of the device when it is initialized by the driver and after every reset
      of the hardware (i.e. the driver starts configuring the device before the
      hardware is done with it's own configuration work).  The workaround for
      when the driver is in control of the device is to tell the hardware after
      every reset the configuration delay should be the original shorter one.
      
      Some pre-existing variables are renamed generically to be re-used with
      new register accesses.
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      62bc813e
  2. 01 5月, 2012 2 次提交
  3. 27 4月, 2012 6 次提交
  4. 18 4月, 2012 2 次提交
  5. 16 4月, 2012 3 次提交
  6. 14 4月, 2012 8 次提交
  7. 05 4月, 2012 1 次提交
    • R
      net: remove ixp2000 ethernet driver · 695e0078
      Rob Herring 提交于
      The platform is removed, so there are no users of this driver.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Bruce Allan <bruce.w.allan@intel.com>
      Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
      Cc: Don Skidmore <donald.c.skidmore@intel.com>
      Cc: Greg Rose <gregory.v.rose@intel.com>
      Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
      Cc: Alex Duyck <alexander.h.duyck@intel.com>
      Cc: John Ronciak <john.ronciak@intel.com>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      695e0078
  8. 04 4月, 2012 11 次提交
  9. 28 3月, 2012 4 次提交
  10. 20 3月, 2012 2 次提交