1. 15 12月, 2011 1 次提交
  2. 04 11月, 2011 1 次提交
  3. 01 11月, 2011 19 次提交
  4. 06 10月, 2011 6 次提交
  5. 01 9月, 2011 1 次提交
  6. 19 8月, 2011 1 次提交
  7. 12 8月, 2011 1 次提交
  8. 11 8月, 2011 2 次提交
  9. 27 7月, 2011 2 次提交
  10. 10 6月, 2011 1 次提交
  11. 27 5月, 2011 1 次提交
  12. 25 5月, 2011 1 次提交
  13. 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
  14. 26 4月, 2011 2 次提交