[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAOesGMjK5ZMkK8mj_+HSEjZCtfZUiLmVZThBAHacW8kp1=ThFw@mail.gmail.com>
Date: Tue, 8 Oct 2013 13:29:47 -0700
From: Olof Johansson <olof@...om.net>
To: Heiko Stübner <heiko@...ech.de>
Cc: Kukjin Kim <kgene.kim@...sung.com>, Dan Williams <djbw@...com>,
Vinod Koul <vinod.koul@...el.com>,
LinusW <linus.walleij@...aro.org>,
Tomasz Figa <tomasz.figa@...il.com>,
Sylwester Nawrocki <sylvester.nawrocki@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-samsung-soc@...r.kernel.org"
<linux-samsung-soc@...r.kernel.org>
Subject: Re: [PATCH v5 3/4] ARM: S3C24XX: add platform-devices for new dma
driver for s3c2412 and s3c2443
Hi,
On Wed, Sep 18, 2013 at 12:20 PM, Heiko Stübner <heiko@...ech.de> wrote:
> This includes defining the mapping for the request sources.
>
> Signed-off-by: Heiko Stuebner <heiko@...ech.de>
> Acked-by: Linus Walleij <linus.walleij@...aro.org>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists