
Le lundi 28 janvier 2008 à 22:15 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit :
On 11:54 Mon 28 Jan , Stelian Pop wrote:
AT91CAP9 support - cpu/ files
Signed-off-by: Stelian Pop stelian@popies.net
include/asm-arm/arch-at91cap9/AT91CAP9.h | 518 ++++++++++++++++++++++++++++ include/asm-arm/arch-at91cap9/clk.h | 39 ++ 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, 679 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
Hi, You heder files have some wired indentention with "#define" somethime with a space some other time with one or multiple tab could you it be more homogenous.
Hmm, there are only five places where I fergot changing the tab to a space after the #define: #define AT91C_SMC_TDF #define AT91C_EBI_CS1A #define AT91C_EBI_CS4A #define AT91C_CCFG_AES_TDES_SELECT #define AT91C_PMC_PRES
Are those the ones you're complaining about ?
All the other tabs are intented to be where they are.