From: Ben Hutchings Date: Mon, 5 Oct 2009 10:59:58 +0000 (+0000) Subject: ethtool: Add reset operation X-Git-Tag: v2.6.33-rc1~388^2~899 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73d3a8cb4723e161589864741d8528d70b350eb;p=pandora-kernel.git ethtool: Add reset operation After updating firmware stored in flash, users may wish to reset the relevant hardware and start the new firmware immediately. This should not be completely automatic as it may be disruptive. A selective reset may also be useful for debugging or diagnostics. This adds a separate reset operation which takes flags indicating the components to be reset. Drivers are allowed to reset only a subset of those requested, and must indicate the actual subset. This allows the use of generic component masks and some future expansion. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed