[PATCH 01/10] S3C64XX I2S: S3C64XX_PA_IISV4 defined
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Sep 15 06:17:16 EDT 2009
On Tue, Sep 15, 2009 at 07:02:33PM +0900, Jassi wrote:
> Defined the missing S3C64XX_PA_IISV4 conditionally for 6410 as
> it's not avaialble for 6400
> Signed-Off-by: Jassi <jassi.brar at samsung.com>
> #define S3C64XX_PA_IIS1 (0x7F003000)
> +#ifdef CONFIG_CPU_S3C6410
> +#define S3C64XX_PA_IISV4 (0x7F00D000)
> +#endif
I'm not sure what the roadmap for future CPUs looks like but might this
better done with the inverse test so we don't have to add every single
new CPU to the ifdefs. TBH I'm not sure if the ifdefs are worth it.
More information about the linux-arm-kernel
mailing list