netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] igb: cleanup and code deduplication
@ 2011-03-29 13:09 Stefan Assmann
  2011-03-29 13:09 ` [PATCH 1/3] igb: fix typo in igb_validate_nvm_checksum_82580 Stefan Assmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Assmann @ 2011-03-29 13:09 UTC (permalink / raw)
  To: netdev; +Cc: e1000-devel, jeffrey.t.kirsher, alexander.h.duyck, sassmann

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


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

end of thread, other threads:[~2011-04-04  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 13:09 [PATCH 0/3] igb: cleanup and code deduplication Stefan Assmann
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

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).