1. 04 11月, 2008 11 次提交
  2. 28 10月, 2008 1 次提交
  3. 09 10月, 2008 2 次提交
  4. 12 9月, 2008 1 次提交
  5. 11 9月, 2008 1 次提交
  6. 16 8月, 2008 7 次提交
  7. 05 8月, 2008 1 次提交
    • M
      tg3: Fix 'scheduling while atomic' errors · 2f751b67
      Matt Carlson 提交于
      This patch fixes the 'scheduling while atomic' errors introduced by
      commit 12dac075 ("tg3: adapt tg3 to
      use reworked PCI PM code").
      
      The first hunk of the patch removes an unnecessary
      tg3_set_power_state() call.  The chip will already be in the D0 state
      either due to a chip reset or through a previous call to
      tg3_set_power_state().
      
      The second hunk of the patch moves the tg3_set_power_state() call
      outside the critical section guarded by tg3_full_lock() and
      tg3_full_unlock() functions.  The power state of the device is and
      should be outside the lock's domain and all other
      tg3_set_power_state() calls support this.
      Signed-off-by: NMatt Carlson <mcarlson@broadcom.com>
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2f751b67
  8. 31 7月, 2008 1 次提交
  9. 10 6月, 2008 4 次提交
  10. 29 5月, 2008 8 次提交
  11. 23 5月, 2008 1 次提交
  12. 03 5月, 2008 2 次提交