netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: jeff@garzik.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [NET-NEXT PATCH 0/9] e1000: update and cleanups
Date: Fri, 11 Jul 2008 15:16:54 -0700	[thread overview]
Message-ID: <20080711221442.3255.16180.stgit@localhost.localdomain> (raw)

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

             reply	other threads:[~2008-07-11 22:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-11 22:16 Jeff Kirsher [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080711221442.3255.16180.stgit@localhost.localdomain \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=jeff@garzik.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).