All of lore.kernel.org
 help / color / mirror / Atom feed
* [NET-NEXT PATCH 0/9] e1000: update and cleanups
@ 2008-07-11 22:16 Jeff Kirsher
  2008-07-11 22:17 ` [NET-NEXT PATCH 1/9] e1000: neaten function declarations Jeff Kirsher
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jeff Kirsher @ 2008-07-11 22:16 UTC (permalink / raw)
  To: jeff; +Cc: davem, netdev

The following series implements several cleanups, removes non NAPI code and
allows for ioport free driver for silicon not needing ioport for e1000 driver.

---
Summary:
Francois Romieu <romieu@fr.zoreil.com>:
     e1000: delete non NAPI code from the driver

Jeff Kirsher <jeffrey.t.kirsher@intel.com>:
     e1000: remove email reference

Joe Perches <joe@perches.com>:
     e1000: neaten function declarations
     e1000: Use hw, er32, and ew32
     e1000: Move extern function definitions to e1000.h
     e1000: Remove spaces after casts and function names
     e1000: checkpatch clean
     e1000: Move assignments in tests before test

Taku Izumi <izumi.taku@jp.fugitsu.com>:
     e1000: make ioport free

---
 Documentation/networking/e1000.txt |   14 
 drivers/net/Kconfig                |   14 
 drivers/net/e1000/e1000.h          |   75 +
 drivers/net/e1000/e1000_ethtool.c  |  566 ++++++-------
 drivers/net/e1000/e1000_hw.c       | 1373 ++++++++++++++-------------------
 drivers/net/e1000/e1000_main.c     | 1516 +++++++++++++++++--------------------
 drivers/net/e1000/e1000_osdep.h    |   16 
 drivers/net/e1000/e1000_param.c    |   16 
 8 files changed, 1645 insertions(+), 1945 deletions(-)

-- 
Cheers,
Jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-07-23 16:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-11 22:16 [NET-NEXT PATCH 0/9] e1000: update and cleanups Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 1/9] e1000: neaten function declarations Jeff Kirsher
2008-07-22 23:40   ` Jeff Garzik
2008-07-23 16:13     ` Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 2/9] e1000: Use hw, er32, and ew32 Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 3/9] e1000: Move extern function definitions to e1000.h Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 4/9] e1000: Remove spaces after casts and function names Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 5/9] e1000: checkpatch clean Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 6/9] e1000: Move assignments in tests before test Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 7/9] e1000: remove email reference Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 8/9] e1000: delete non NAPI code from the driver Jeff Kirsher
2008-07-11 22:17 ` [NET-NEXT PATCH 9/9] e1000: make ioport free Jeff Kirsher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.