An error occurred fetching the project authors.
  1. 31 Mar, 2014 1 commit
  2. 08 Feb, 2014 1 commit
  3. 28 Jan, 2014 11 commits
  4. 18 Nov, 2013 1 commit
  5. 17 Nov, 2013 3 commits
  6. 17 Sep, 2013 1 commit
  7. 10 Sep, 2013 1 commit
  8. 11 Jul, 2013 4 commits
  9. 30 Jun, 2013 1 commit
  10. 10 Jun, 2013 1 commit
  11. 14 Apr, 2013 1 commit
    • Nicolas Ferre's avatar
      watchdog: Revert the AT91RM9200_WATCHDOG dependency · 09549cd0
      Nicolas Ferre authored
      Compiling the at91rm9200_wdt.c driver without at91rm9200
      support was leading to several errors:
      
      drivers/built-in.o: In function `at91_wdt_close':
      at91_adc.c:(.text+0xc9fe4): undefined reference to `at91_st_base'
      drivers/built-in.o: In function `at91_wdt_write':
      at91_adc.c:(.text+0xca004): undefined reference to `at91_st_base'
      drivers/built-in.o: In function `at91wdt_shutdown':
      at91_adc.c:(.text+0xca01c): undefined reference to `at91_st_base'
      drivers/built-in.o: In function `at91wdt_suspend':
      at91_adc.c:(.text+0xca038): undefined reference to `at91_st_base'
      drivers/built-in.o: In function `at91_wdt_open':
      at91_adc.c:(.text+0xca0cc): undefined reference to `at91_st_base'
      drivers/built-in.o:at91_adc.c:(.text+0xca2c8): more undefined references to
      `at91_st_base' follow
      
      So, reverting the modification of the "depends" Kconfig line
      introduced by patch a6a1bcd3 (watchdog: at91rm9200: add DT support)
      seems to be the good solution.
      Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
      09549cd0
  12. 01 Mar, 2013 10 commits
  13. 13 Feb, 2013 1 commit
  14. 19 Dec, 2012 3 commits