- 07 Aug, 2009 1 commit
-
-
Sascha Hauer authored
Everyone should be free to include the files he actually needs. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 16 Apr, 2009 1 commit
-
-
Holger Schurig authored
Set the correct clkdev-name for the i2c clock. It also get's rid of the ARCH_NR_GPIOS define on the rationale that isn't an ARCH-wide setting anyway. If a device has two pca953x devices, the reserved number will be wrong. Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de>
-
- 13 Mar, 2009 2 commits
-
-
Sascha Hauer authored
We had hardcoded cpu_is_ macros for mxc architectures till now. As we want to run the same kernel on i.MX31 and i.MX35 this patch adds cpu_is_ macros which expand to 0 or 1 if only one architecture is compiled in and only check for the cpu type if more than one architecture is compiled in. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Holger Schurig authored
* define new CONFIG_ARCH_MX21 (this one is currently mutually exclusive to CONFIG_ARCH_MX27, but this might change) * splits one header file. Memory definitions, interrupt sources, DMA channels are split into common part, i.MX27 specific and i.MX21 specific. * guard access to UART5/UART6, which don't exist on i.MX21 Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-