1. 30 9月, 2010 1 次提交
  2. 17 6月, 2010 1 次提交
  3. 09 3月, 2010 2 次提交
  4. 13 2月, 2010 1 次提交
  5. 05 2月, 2010 1 次提交
  6. 06 8月, 2009 1 次提交
  7. 05 6月, 2009 1 次提交
  8. 27 3月, 2009 1 次提交
  9. 24 1月, 2009 1 次提交
    • R
      [ARM] clkdev: fix clock matching · 409dc360
      Russell King 提交于
      The old matching algorithm was too fuzzy, causing false positives.
      For example, when asked for device D connection C1 and we only find
      device D connection C2, we return that as a valid match despite the
      connection names being different.
      
      Change the algorithm such that:
        An entry with a NULL ID is assumed to be a wildcard.
        If an entry has a device ID, it must match
        If an entry has a connection ID, it must match
      
      However, we maintain the order of precidence while still only doing
      a single pass over all entries: dev+con > dev only > con only.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      409dc360
  10. 27 11月, 2008 1 次提交