1. 15 1月, 2015 4 次提交
  2. 03 12月, 2014 3 次提交
  3. 02 12月, 2014 4 次提交
  4. 27 11月, 2014 5 次提交
  5. 22 11月, 2014 3 次提交
  6. 21 11月, 2014 1 次提交
  7. 20 11月, 2014 1 次提交
  8. 19 11月, 2014 4 次提交
  9. 13 11月, 2014 4 次提交
  10. 10 11月, 2014 3 次提交
  11. 09 11月, 2014 1 次提交
    • O
      ARM: at91: fix build breakage due to legacy board removals · 6ac8d685
      Olof Johansson 提交于
      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: NOlof Johansson <olof@lixom.net>
      6ac8d685
  12. 04 11月, 2014 3 次提交
  13. 02 10月, 2014 1 次提交
  14. 26 9月, 2014 1 次提交
    • A
      ARM: at91: fix nommu build regression · e138e3ae
      Arnd Bergmann 提交于
      The newly introduced support for SAMA5D4 added access to the
      'AT91_ALT_BASE_SYS' register area, but failed to define the
      symbols in the case when CONFIG_MMU is disabled.
      
      We really should not hardwire addresses like this any more,
      but as a small fixup, this patch just adds the missing
      definitions for the nommu case, which gets at91x40_defconfig
      and any configuration of sam9 and sama5 with MMU disabled
      back to work.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 726d32bf ("ARM: at91: SAMA5D4 SoC detection code and low ...")
      e138e3ae
  15. 25 9月, 2014 1 次提交
  16. 22 9月, 2014 1 次提交