1. 01 3月, 2012 4 次提交
  2. 23 2月, 2012 4 次提交
  3. 03 2月, 2012 3 次提交
  4. 29 11月, 2011 1 次提交
  5. 28 11月, 2011 6 次提交
  6. 22 11月, 2011 1 次提交
  7. 09 11月, 2011 2 次提交
  8. 10 10月, 2011 1 次提交
  9. 11 9月, 2011 1 次提交
  10. 08 8月, 2011 1 次提交
  11. 25 6月, 2011 1 次提交
  12. 25 5月, 2011 2 次提交
  13. 10 4月, 2011 1 次提交
  14. 26 10月, 2010 1 次提交
  15. 23 9月, 2010 1 次提交
  16. 10 9月, 2010 1 次提交
  17. 08 9月, 2010 1 次提交
  18. 20 11月, 2009 1 次提交
  19. 26 10月, 2009 1 次提交
  20. 21 10月, 2009 1 次提交
  21. 21 9月, 2009 2 次提交
  22. 27 6月, 2009 1 次提交
  23. 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
  24. 02 12月, 2008 1 次提交
    • S
      [ARM] 5319/1: AT91: support AT91CAP9 revC CPUs · 7be90a6b
      Stelian Pop 提交于
      The AT91CAP9 revC CPU has a few differences over the previous,
      revB CPU which was distributed in small quantities only (revA was
      an internal Atmel product only).
      
      This patch adds the detection routines to recognize the different
      AT91CAP9 revisions (based on the PMC subsystem version number), and
      uses them to:
      	- activate a workaround for the external interrupts levels
      	  (on revB CPUs)
      	- set the UDPHS_BYPASS bit (on revB CPUs)
      	- set AT91_GPBR register address to the correct offset
      	  (0xfffffd50 on revB, 0xfffffd60 on revC)
      
      For debugging usage, the CPU revision can be found in /proc/cpuinfo
      on the 'Revision' line.
      
      This patch is extracted from Andrew Victor's -at91 patch (2.6.27-at91.patch)
      where it has been tested for the last 6 months.
      Signed-off-by: NStelian Pop <stelian@popies.net>
      Signed-off-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7be90a6b