1. 16 11月, 2012 2 次提交
  2. 06 11月, 2012 3 次提交
  3. 25 10月, 2012 2 次提交
  4. 12 9月, 2012 1 次提交
  5. 23 8月, 2012 1 次提交
  6. 03 7月, 2012 1 次提交
  7. 02 7月, 2012 1 次提交
  8. 15 5月, 2012 1 次提交
  9. 20 4月, 2012 1 次提交
  10. 17 4月, 2012 1 次提交
  11. 05 4月, 2012 1 次提交
  12. 01 3月, 2012 2 次提交
  13. 23 2月, 2012 4 次提交
  14. 14 2月, 2012 1 次提交
  15. 13 2月, 2012 1 次提交
  16. 01 12月, 2011 1 次提交
  17. 29 11月, 2011 1 次提交
  18. 28 11月, 2011 4 次提交
  19. 22 11月, 2011 1 次提交
  20. 09 11月, 2011 1 次提交
  21. 27 10月, 2011 1 次提交
  22. 11 9月, 2011 1 次提交
  23. 08 8月, 2011 1 次提交
  24. 25 6月, 2011 1 次提交
  25. 25 5月, 2011 2 次提交
  26. 23 9月, 2009 1 次提交
  27. 01 8月, 2009 1 次提交
  28. 15 2月, 2009 1 次提交
    • A
      [ARM] 5390/1: AT91: Watchdog fixes · 2af29b78
      Andrew Victor 提交于
      The recently merged AT91SAM9 watchdog driver uses the
      AT91SAM9X_WATCHDOG config variable, whereas the original version of
      the driver (and the platform support code) used AT91SAM9_WATCHDOG.
      This causes the watchdog platform_device to never be registered, and
      therefore the driver not to be initialized.
      
      This patch:
      - updates the platform support code to use AT91SAM9X_WATCHDOG.
      - includes <linux/io.h> to fix compile error (same fix as was applied
      to at91rm9200_wdt.c)
      - fixes comment regarding watchdog clock-rates in at91rm9200.
      Signed-off-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2af29b78