From: Matt Carlson Date: Wed, 13 Jul 2011 09:27:28 +0000 (+0000) Subject: tg3: Move power state transitions to init_one X-Git-Tag: v3.1-rc1~316^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168212858712b12c65e0fa1bec6c9c65808e7621;p=pandora-kernel.git tg3: Move power state transitions to init_one The tg3 driver is going to require memory mapped register access much sooner than before. This patch makes sure the device is in the D0 power state as soon as possible, and moves the code that enables the memory arbiter outside tg3_get_eeprom_hw_cfg() where it can be more easily monitored. Signed-off-by: Matt Carlson Signed-off-by: David S. Miller --- Reading git-diff-tree failed