netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Assmann <sassmann@kpanic.de>
To: netdev@vger.kernel.org
Cc: e1000-devel@lists.sourceforge.net, jeffrey.t.kirsher@intel.com,
	alexander.h.duyck@intel.com, sassmann@kpanic.de
Subject: [PATCH 0/3] igb: cleanup and code deduplication
Date: Tue, 29 Mar 2011 15:09:43 +0200	[thread overview]
Message-ID: <1301404186-20872-1-git-send-email-sassmann@kpanic.de> (raw)

Some cleanups for igb.
First patch is just a simple typo fix.
Second patch turns igb_update_nvm_checksum and igb_validate_nvm_checksum
into wrapper functions to deduplicate code.
Third patch puts the thermal sensor code into a function. This patch could use
some testing as I couldn't really test it due to lack of hardware.

  Stefan

Stefan Assmann (3):
  igb: fix typo in igb_validate_nvm_checksum_82580
  igb: transform igb_{update,validate}_nvm_checksum into wrappers of
    their *_with_offset equivalents
  igb: introduce igb_thermal_sensor_event for sensor checking

 drivers/net/igb/e1000_82575.c |   79 ++--------------------------------------
 drivers/net/igb/e1000_nvm.c   |   38 +++++++++++++++----
 drivers/net/igb/e1000_nvm.h   |    2 +
 drivers/net/igb/igb_main.c    |   67 +++++++++++++++++-----------------
 4 files changed, 70 insertions(+), 116 deletions(-)

-- 
1.7.4


             reply	other threads:[~2011-03-29 13:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29 13:09 Stefan Assmann [this message]
2011-03-29 13:09 ` [PATCH 1/3] igb: fix typo in igb_validate_nvm_checksum_82580 Stefan Assmann
2011-03-29 13:09 ` [PATCH 2/3] igb: transform igb_{update,validate}_nvm_checksum into wrappers of their *_with_offset equivalents Stefan Assmann
2011-04-04  7:23   ` Stefan Assmann
2011-03-29 13:09 ` [PATCH 3/3] igb: introduce igb_thermal_sensor_event for sensor checking Stefan Assmann
2011-03-30  0:00 ` [PATCH 0/3] igb: cleanup and code deduplication 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=1301404186-20872-1-git-send-email-sassmann@kpanic.de \
    --to=sassmann@kpanic.de \
    --cc=alexander.h.duyck@intel.com \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --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).