1. 11 8月, 2010 23 次提交
  2. 08 8月, 2010 3 次提交
  3. 05 8月, 2010 1 次提交
  4. 31 7月, 2010 2 次提交
  5. 29 7月, 2010 4 次提交
  6. 27 7月, 2010 3 次提交
  7. 26 7月, 2010 2 次提交
  8. 21 7月, 2010 1 次提交
  9. 06 7月, 2010 1 次提交
    • G
      of: refactor of_modalias_node() and remove explicit match table. · 2ffe8c5f
      Grant Likely 提交于
      This patch tightens up the behaviour of of_modalias_node() to be more
      predicatable and to eliminate the explicit of_modalias_tablep[] that
      is currently used to override the first entry in the compatible list
      of a device.  The override table was needed originally because spi
      and i2c drivers had no way to do of-style matching.  Now that all
      devices can have an of_node pointer, and all drivers can have an
      of_match_table, the explicit override table is no longer needed
      because each driver can specify its own OF-style match data.
      
      The mpc8349emitx-mcu driver is modified to explicitly specify the
      correct device to bind against.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      2ffe8c5f