From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] S5PC210: OneNAND: Use the correct DMA address range
Date: Thu, 29 Jul 2010 09:34:04 +0900 [thread overview]
Message-ID: <007001cb2eb5$c26ef140$474cd3c0$%kim@samsung.com> (raw)
In-Reply-To: <20100728101146.GA21333@july>
Kyungmin Park wrote:
>
> From: Kyungmin Park <kyungmin.park@samsung.com>
>
> OneNAND DMA SFR requires the 8KiB mapping.
>
It would be helpful if you could add the reason why should change.
Just fix the DMA address range? Or for support further SoCs?...
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/plat-s5p/dev-onenand.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-s5p/dev-onenand.c
b/arch/arm/plat-s5p/dev-onenand.c
> index 08b3a3f..4d3eddb 100644
> --- a/arch/arm/plat-s5p/dev-onenand.c
> +++ b/arch/arm/plat-s5p/dev-onenand.c
> @@ -30,7 +30,7 @@ static struct resource s5pc110_onenand_resources[] = {
> },
> [1] = {
> .start = S5PC110_PA_ONENAND_DMA,
> - .end = S5PC110_PA_ONENAND_DMA + SZ_2K - 1,
> + .end = S5PC110_PA_ONENAND_DMA + SZ_8K - 1,
> .flags = IORESOURCE_MEM,
> },
> };
> --
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
next prev parent reply other threads:[~2010-07-29 0:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-28 10:11 [PATCH 2/6] S5PC210: OneNAND: Use the correct DMA address range Kyungmin Park
2010-07-29 0:34 ` Kukjin Kim [this message]
2010-07-30 0:31 ` Kyungmin Park
2010-07-30 1:18 ` Kukjin Kim
2010-07-30 2:43 ` Kyungmin Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='007001cb2eb5$c26ef140$474cd3c0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).