Re: [PATCH v5 3/4] ARM: S3C24XX: add platform-devices for new dmadriver for s3c2412 and s3c2443

From: Olof Johansson
Date: Tue Oct 08 2013 - 16:29:55 EST


Hi,

On Wed, Sep 18, 2013 at 12:20 PM, Heiko Stübner <heiko@xxxxxxxxx> wrote:
> This includes defining the mapping for the request sources.
>
> Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx>
> Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> ---
> changes since v1:
> - follow new pdata definition

This showed up in -next today, and introduced:

arch/arm/mach-s3c24xx/common.c:337:24: warning: 's3c2410_dma_resource'
defined but not used [-Wunused-variable]

> +#if defined(CONFIG_CPU_S3C2410) || defined(CONFIG_CPU_S3C2412) || \
> + defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442)
> +static struct resource s3c2410_dma_resource[] = {
> + [0] = DEFINE_RES_MEM(S3C24XX_PA_DMA, S3C24XX_SZ_DMA),
> + [1] = DEFINE_RES_IRQ(IRQ_DMA0),
> + [2] = DEFINE_RES_IRQ(IRQ_DMA1),
> + [3] = DEFINE_RES_IRQ(IRQ_DMA2),
> + [4] = DEFINE_RES_IRQ(IRQ_DMA3),
> +};
> +#endif
> +

Log at:

http://arm-soc.lixom.net/buildlogs/next-thierry/v3.12-rc4-4340-g56a7390/buildall.arm.mini2440_defconfig.log.passed


-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/