1. 25 5月, 2011 7 次提交
  2. 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
  3. 31 3月, 2011 1 次提交
  4. 11 3月, 2011 5 次提交
  5. 01 3月, 2011 1 次提交
  6. 04 1月, 2011 1 次提交
  7. 04 12月, 2010 3 次提交
  8. 30 11月, 2010 1 次提交
  9. 25 10月, 2010 5 次提交
  10. 18 10月, 2010 1 次提交
  11. 29 9月, 2010 10 次提交
  12. 18 8月, 2010 1 次提交
  13. 08 8月, 2010 1 次提交
  14. 07 8月, 2010 1 次提交
  15. 06 8月, 2010 1 次提交