1. 27 9月, 2013 1 次提交
  2. 13 3月, 2013 1 次提交
    • J
      ARM: at91/avr32/atmel_lcdfb: add platform device-id table · bbd44f6b
      Johan Hovold 提交于
      Add platform device-id table in order to identify the controller and
      determine its configuration.
      
      The currently used configuration parameters are:
      
      have_alt_pixclock
       - SOC uses an alternate pixel-clock calculation formula (at91sam9g45
         non-ES)
      
      have_hozval
       - SOC has a HOZVAL field in LCDFRMCFG which is used to determine the
         linesize for STN displays (at91sam9261, at921sam9g10 and at32ap)
      
      have_intensity_bit
       - SOC uses IBGR:555 rather than BGR:565 16-bit pixel layout
         (at91sam9261, at91sam9263 and at91sam9rl)
      
      This allows us to remove all the remaining uses of cpu_is macros from
      the driver.
      
      Tested on at91sam9263 and at91sam9g45, compile-tested for other
      AT91-SOCs, and untested for AVR32.
      Signed-off-by: NJohan Hovold <jhovold@gmail.com>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      bbd44f6b
  3. 16 11月, 2012 1 次提交
  4. 06 11月, 2012 2 次提交
  5. 25 10月, 2012 2 次提交
  6. 12 9月, 2012 1 次提交
  7. 23 8月, 2012 1 次提交
  8. 03 7月, 2012 1 次提交
  9. 02 7月, 2012 1 次提交
  10. 20 4月, 2012 1 次提交
  11. 17 4月, 2012 1 次提交
  12. 05 4月, 2012 2 次提交
  13. 23 2月, 2012 4 次提交
  14. 14 2月, 2012 1 次提交
  15. 13 2月, 2012 1 次提交
  16. 03 2月, 2012 1 次提交
  17. 01 12月, 2011 1 次提交
  18. 29 11月, 2011 1 次提交
  19. 28 11月, 2011 4 次提交
  20. 22 11月, 2011 1 次提交
  21. 09 11月, 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. 07 9月, 2009 1 次提交
  28. 05 3月, 2009 1 次提交
  29. 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
  30. 02 12月, 2008 1 次提交