1. 28 Nov, 2014 2 commits
  2. 21 Nov, 2014 10 commits
  3. 20 Nov, 2014 4 commits
  4. 19 Nov, 2014 3 commits
  5. 18 Nov, 2014 2 commits
  6. 17 Nov, 2014 3 commits
  7. 13 Nov, 2014 4 commits
  8. 10 Nov, 2014 2 commits
  9. 09 Nov, 2014 2 commits
    • Olof Johansson's avatar
      ARM: at91: fix build breakage due to legacy board removals · 6ac8d685
      Olof Johansson authored
      Fixes the following missing includes:
      
      arch/arm/mach-at91/at91sam9g45.c: In function 'at91sam9g45_init_time':
      arch/arm/mach-at91/at91sam9g45.c:39:23: error: 'NR_IRQS_LEGACY' undeclared (first use in this function)
        at91sam926x_pit_init(NR_IRQS_LEGACY + AT91_ID_SYS);
                             ^
      arch/arm/mach-at91/at91sam9g45.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
      make[3]: *** [arch/arm/mach-at91/at91sam9g45.o] Error 1
      arch/arm/mach-at91/at91sam9rl.c: In function 'at91sam9rl_init_time':
      arch/arm/mach-at91/at91sam9rl.c:51:23: error: 'NR_IRQS_LEGACY' undeclared (first use in this function)
        at91sam926x_pit_init(NR_IRQS_LEGACY + AT91_ID_SYS);
      
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6ac8d685
    • Olof Johansson's avatar
      Merge tag 'at91-cleanup' of... · 678a438d
      Olof Johansson authored
      Merge tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanup
      
      Merge "at91: cleanup for 3.19 #1" from Nicolas Ferre:
      
      "The pull-request that was sent late for 3.18. It was removing the old
      !MMU at91x40 and 2 board files plus the whole code in at91sam9g45 &
      at91sam9rl files for implementing this deprecated method. For these
      particular ones, the EK were the only one to use this code. We can use
      these boards with DT right now."
      
      First batch of cleanup/SoC for 3.19:
      - removal of old at91x40 !MMU ARM7TDMI support which was kind of rusty
      - removal of board-sam9m10g45ek.c and board-sam9rlek.c from mach-at91
        and the code related to these board C files + defconfigs. Use DT for them
        now!
      
      * tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
        ARM: at91: remove at91sam9rl legacy board support
        ARM: at91: remove at91sam9g45/9m10 legacy board support
        ARM: at91: remove no-MMU at91x40 support
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      678a438d
  10. 04 Nov, 2014 6 commits
  11. 03 Nov, 2014 2 commits