1. 01 4月, 2013 1 次提交
  2. 30 3月, 2013 1 次提交
  3. 22 3月, 2013 1 次提交
    • S
      sh_eth: use managed device API · d5e07e69
      Sergei Shtylyov 提交于
      Switch the driver to the managed device API by replacing ioremap() calls with
      devm_ioremap_resource() (that will also result in calling request_mem_region()
      which the driver forgot to do until now) and k[mz]alloc() with devm_kzalloc() --
      this permits to simplify driver's probe()/remove() method cleanup. We can now
      remove the ioremap() error messages since the error messages are printed by
       devm_ioremap_resource() itself. We can also remove the 'bitbang' field from
      'struct sh_eth_private' as we don't need it anymore in order to free the memory
      behind it...
      Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d5e07e69
  4. 21 3月, 2013 1 次提交
  5. 27 6月, 2012 3 次提交
  6. 26 6月, 2012 1 次提交
  7. 05 4月, 2012 1 次提交
  8. 02 4月, 2012 1 次提交
  9. 28 3月, 2012 1 次提交
  10. 17 2月, 2012 2 次提交
  11. 08 2月, 2012 2 次提交
  12. 29 9月, 2011 2 次提交
  13. 13 8月, 2011 1 次提交
  14. 15 3月, 2011 4 次提交
  15. 12 12月, 2010 1 次提交
    • T
      drivers/net: remove unnecessary flush_scheduled_work() calls · 6e07ebd8
      Tejun Heo 提交于
      janz-ican3, sh_eth, skge and vxge don't use workqueue at all and there
      is no reason to flush the system_wq.  Drop flush_scheduled_work()
      calls and references to workqueue.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
      Cc: Sivakumar Subramani <sivakumar.subramani@exar.com>
      Cc: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
      Cc: Jon Mason <jon.mason@exar.com>
      Cc: netdev@vger.kernel.org
      6e07ebd8
  16. 13 10月, 2009 1 次提交
  17. 29 8月, 2009 1 次提交
  18. 26 5月, 2009 2 次提交
  19. 19 3月, 2009 1 次提交
  20. 07 8月, 2008 1 次提交
  21. 31 7月, 2008 1 次提交
  22. 28 6月, 2008 1 次提交
  23. 12 6月, 2008 1 次提交