
Dear dirk.behme@googlemail.com,
In message 490df2f4.0637560a.4984.2258@mx.google.com you wrote:
Subject: [PATCH 02/13 v5] ARM: OMAP3: Add i2c, memory, omap3 and function prototype headers
From: Dirk Behme dirk.behme@gmail.com
Add i2c, memory, omap3 and function prototype headers
Signed-off-by: Dirk Behme dirk.behme@gmail.com
...
+/* Stuff on L3 Interconnect */ +#define SMX_APE_BASE 0x68000000
+/* GPMC */ +#define OMAP34XX_GPMC_BASE (0x6E000000)
+/* SMS */ +#define OMAP34XX_SMS_BASE 0x6C000000
Please use a consistent style. Plain numbers don't need parens, so why does OMAP34XX_GPMC_BASE neeed them?
...
+#define OMAP34XX_GPT11 0x48088000 +#define OMAP34XX_GPT12 0x48304000
+/* WatchDog Timers (1 secure, 3 GP) */ +#define WD1_BASE (0x4830C000) +#define WD2_BASE (0x48314000) +#define WD3_BASE (0x49030000)
+/* 32KTIMER */ +#define SYNC_32KTIMER_BASE (0x48320000)
Ditto.
[and so on.]
Best regards,
Wolfgang Denk