1. 06 8月, 2010 1 次提交
  2. 03 6月, 2010 1 次提交
  3. 25 5月, 2010 1 次提交
    • R
      watchdog: fix several MODULE_PARM_DESC strings · 76550d32
      Randy Dunlap 提交于
      Fix MODULE_PARM_DESC() strings in several watchdog drivers.
      Some are simple as add a parenthesis.
      Others are problems from __stringify() being used on a
      variable name instead of a macro name, so the variable name
      is produced in the string instead of its build-time value.
      In these cases, create a macro for the value so that the
      module param description string is useful.
      
      Only pc87413_wdt has been built (due to toolchains).
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      76550d32
  4. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  5. 07 3月, 2010 1 次提交
  6. 27 8月, 2008 1 次提交
  7. 06 8月, 2008 6 次提交
  8. 14 6月, 2008 1 次提交
  9. 11 4月, 2008 1 次提交
  10. 03 11月, 2007 1 次提交
  11. 18 10月, 2007 1 次提交
  12. 24 7月, 2007 1 次提交
  13. 03 10月, 2006 1 次提交
  14. 04 7月, 2006 1 次提交
  15. 01 7月, 2006 1 次提交
  16. 15 1月, 2006 1 次提交
新手
引导
客服 返回
顶部