
In message 1201392022.17917.21.camel@galileo you wrote:
AT91CAP9 support - include/ files
Signed-off-by: Stelian Pop stelian@popies.net
include/asm-arm/arch-at91cap9/AT91CAP9.h | 529 ++++++++++++++++++++++++++++ include/asm-arm/arch-at91cap9/clk.h | 38 ++ include/asm-arm/arch-at91cap9/hardware.h | 38 ++ include/asm-arm/arch-at91cap9/memory-map.h | 34 ++ include/asm-arm/dma-mapping.h | 50 +++ 5 files changed, 689 insertions(+), 0 deletions(-) create mode 100644 include/asm-arm/arch-at91cap9/AT91CAP9.h create mode 100644 include/asm-arm/arch-at91cap9/clk.h create mode 100644 include/asm-arm/arch-at91cap9/hardware.h create mode 100644 include/asm-arm/arch-at91cap9/memory-map.h create mode 100644 include/asm-arm/dma-mapping.h
Coding style: tons of C++ comments; indentation not by TAB, ugly indentation,
Best regards,
Wolfgang Denk