[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1301404186-20872-1-git-send-email-sassmann@kpanic.de>
Date: Tue, 29 Mar 2011 15:09:43 +0200
From: Stefan Assmann <sassmann@...nic.de>
To: netdev@...r.kernel.org
Cc: e1000-devel@...ts.sourceforge.net, jeffrey.t.kirsher@...el.com,
alexander.h.duyck@...el.com, sassmann@...nic.de
Subject: [PATCH 0/3] igb: cleanup and code deduplication
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists