1. 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
  2. 31 3月, 2011 1 次提交
  3. 11 3月, 2011 5 次提交
  4. 01 3月, 2011 1 次提交
  5. 04 1月, 2011 1 次提交
  6. 04 12月, 2010 3 次提交
  7. 30 11月, 2010 1 次提交
  8. 25 10月, 2010 5 次提交
  9. 18 10月, 2010 1 次提交
  10. 29 9月, 2010 10 次提交
  11. 18 8月, 2010 1 次提交
  12. 08 8月, 2010 1 次提交
  13. 07 8月, 2010 1 次提交
  14. 06 8月, 2010 1 次提交
  15. 04 8月, 2010 1 次提交
  16. 03 8月, 2010 2 次提交
  17. 02 8月, 2010 1 次提交
  18. 31 7月, 2010 1 次提交
    • D
      pcmcia: remove cs_types.h · ac8b4228
      Dominik Brodowski 提交于
      Remove cs_types.h which is no longer needed: Most definitions aren't
      used at all, a few can be made away with, and two remaining definitions
      (typedefs, unfortunatley) may be moved to more specific places.
      
      CC: linux-ide@vger.kernel.org
      CC: linux-usb@vger.kernel.org
      CC: laforge@gnumonks.org
      CC: linux-mtd@lists.infradead.org
      CC: alsa-devel@alsa-project.org
      CC: linux-serial@vger.kernel.org
      Acked-by: Marcel Holtmann <marcel@holtmann.org> (for drivers/bluetooth/)
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      ac8b4228
  19. 26 7月, 2010 1 次提交
  20. 24 7月, 2010 1 次提交