1. 29 11月, 2012 1 次提交
  2. 11 9月, 2012 1 次提交
  3. 28 3月, 2012 2 次提交
  4. 13 1月, 2012 1 次提交
  5. 19 5月, 2011 1 次提交
    • G
      drivercore: revert addition of of_match to struct device · b1608d69
      Grant Likely 提交于
      Commit b826291c, "drivercore/dt: add a match table pointer to struct
      device" added an of_match pointer to struct device to cache the
      of_match_table entry discovered at driver match time.  This was unsafe
      because matching is not an atomic operation with probing a driver.  If
      two or more drivers are attempted to be matched to a driver at the
      same time, then the cached matching entry pointer could get
      overwritten.
      
      This patch reverts the of_match cache pointer and reworks all users to
      call of_match_device() directly instead.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      b1608d69
  6. 08 4月, 2011 1 次提交
  7. 16 3月, 2011 1 次提交
  8. 01 3月, 2011 1 次提交
  9. 06 8月, 2010 1 次提交
  10. 03 6月, 2010 1 次提交
  11. 25 5月, 2010 1 次提交
    • R
      watchdog: fix several MODULE_PARM_DESC strings · 76550d32
      Randy Dunlap 提交于
      Fix MODULE_PARM_DESC() strings in several watchdog drivers.
      Some are simple as add a parenthesis.
      Others are problems from __stringify() being used on a
      variable name instead of a macro name, so the variable name
      is produced in the string instead of its build-time value.
      In these cases, create a macro for the value so that the
      module param description string is useful.
      
      Only pc87413_wdt has been built (due to toolchains).
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      76550d32
  12. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  13. 07 3月, 2010 1 次提交
  14. 27 8月, 2008 1 次提交
  15. 06 8月, 2008 6 次提交
  16. 14 6月, 2008 1 次提交
  17. 11 4月, 2008 1 次提交
  18. 03 11月, 2007 1 次提交
  19. 18 10月, 2007 1 次提交
  20. 24 7月, 2007 1 次提交
  21. 03 10月, 2006 1 次提交
  22. 04 7月, 2006 1 次提交
  23. 01 7月, 2006 1 次提交
  24. 15 1月, 2006 1 次提交