1. 22 12月, 2015 1 次提交
  2. 28 11月, 2015 1 次提交
  3. 03 9月, 2015 1 次提交
  4. 19 9月, 2013 1 次提交
  5. 01 8月, 2013 1 次提交
  6. 25 6月, 2013 2 次提交
  7. 01 2月, 2013 1 次提交
  8. 16 1月, 2013 1 次提交
  9. 04 1月, 2013 1 次提交
    • G
      MIPS: drivers: remove __dev* attributes. · 28eb0e46
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      28eb0e46
  10. 14 12月, 2012 1 次提交
  11. 11 10月, 2012 1 次提交
  12. 06 9月, 2012 1 次提交
  13. 15 5月, 2012 1 次提交
  14. 06 4月, 2012 1 次提交
  15. 29 3月, 2012 1 次提交
  16. 08 12月, 2011 1 次提交
  17. 21 9月, 2011 1 次提交
  18. 09 6月, 2011 1 次提交
  19. 11 5月, 2011 1 次提交
  20. 29 3月, 2011 1 次提交
  21. 26 3月, 2011 1 次提交
  22. 07 10月, 2010 1 次提交
  23. 05 8月, 2010 1 次提交
  24. 27 2月, 2010 2 次提交
  25. 11 2月, 2010 1 次提交
  26. 17 12月, 2009 2 次提交
  27. 02 11月, 2009 1 次提交
  28. 15 8月, 2009 1 次提交
  29. 25 6月, 2009 1 次提交
  30. 16 6月, 2009 1 次提交
    • G
      mips: remove driver_data direct access of struct device · d7792065
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Cc: linux-mips@linux-mips.org
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d7792065
  31. 30 3月, 2009 2 次提交
  32. 13 12月, 2008 1 次提交
  33. 16 7月, 2008 1 次提交
  34. 29 1月, 2008 2 次提交
  35. 16 11月, 2007 1 次提交