25 May, 2011

1 commit


20 Jan, 2010

1 commit

  • Add support for the Atmel AT572D940HF processor (DIOPSIS range).
    This processor integrates an ARM926 core, a DSP and the SoC
    peripherals usually found on an AT91 processor (USART, SSC, SPI, TWI,
    CAN, etc)

    Signed-off-by: Antonio R. Costa
    Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Andrew Victor
     

08 Feb, 2007

1 commit

  • Now that Linux includes support for the Atmel AT91SAM9260 and
    AT91SAM9261 processors in addition to the original Atmel AT91RM9200
    (with support for more AT91 processors pending), the "mach-at91rm9200"
    and "arch-at91rm9200" directories should be renamed to indicate their
    more generic nature.

    The following git commands should be run BEFORE applying this patch:
    git-mv arch/arm/mach-at91rm9200 arch/arm/mach-at91
    git-mv include/asm-arm/arch-at91rm9200 include/asm-arm/arch-at91

    Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Andrew Victor