From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Marek Szyprowski' <m.szyprowski@samsung.com>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: kyungmin.park@samsung.com, ben-linux@fluff.org, s.nawrocki@samsung.com
Subject: RE: [PATCH] ARM: Samsung: s5p-fimc: decrease IO registers memory region size
Date: Thu, 09 Sep 2010 20:26:17 +0900 [thread overview]
Message-ID: <012001cb5011$d5109150$7f31b3f0$%kim@samsung.com> (raw)
In-Reply-To: <1283998956-15327-1-git-send-email-m.szyprowski@samsung.com>
Marek Szyprowski wrote:
>
> From: Sylwester Nawrocki <s.nawrocki@samsung.com>
>
> IO registers region size of all FIMC versions is less than 1kB so there
> is no need to reserve 1M.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> arch/arm/plat-s5p/dev-fimc0.c | 2 +-
> arch/arm/plat-s5p/dev-fimc1.c | 2 +-
> arch/arm/plat-s5p/dev-fimc2.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/plat-s5p/dev-fimc0.c b/arch/arm/plat-s5p/dev-fimc0.c
> index f9203fa..608770f 100644
> --- a/arch/arm/plat-s5p/dev-fimc0.c
> +++ b/arch/arm/plat-s5p/dev-fimc0.c
> @@ -19,7 +19,7 @@
> static struct resource s5p_fimc0_resource[] = {
> [0] = {
> .start = S5P_PA_FIMC0,
> - .end = S5P_PA_FIMC0 + SZ_1M - 1,
> + .end = S5P_PA_FIMC0 + SZ_4K - 1,
> .flags = IORESOURCE_MEM,
> },
> [1] = {
> diff --git a/arch/arm/plat-s5p/dev-fimc1.c b/arch/arm/plat-s5p/dev-fimc1.c
> index 7ed91a3..76e3a97 100644
> --- a/arch/arm/plat-s5p/dev-fimc1.c
> +++ b/arch/arm/plat-s5p/dev-fimc1.c
> @@ -19,7 +19,7 @@
> static struct resource s5p_fimc1_resource[] = {
> [0] = {
> .start = S5P_PA_FIMC1,
> - .end = S5P_PA_FIMC1 + SZ_1M - 1,
> + .end = S5P_PA_FIMC1 + SZ_4K - 1,
> .flags = IORESOURCE_MEM,
> },
> [1] = {
> diff --git a/arch/arm/plat-s5p/dev-fimc2.c b/arch/arm/plat-s5p/dev-fimc2.c
> index 5543d6373..24d2981 100644
> --- a/arch/arm/plat-s5p/dev-fimc2.c
> +++ b/arch/arm/plat-s5p/dev-fimc2.c
> @@ -19,7 +19,7 @@
> static struct resource s5p_fimc2_resource[] = {
> [0] = {
> .start = S5P_PA_FIMC2,
> - .end = S5P_PA_FIMC2 + SZ_1M - 1,
> + .end = S5P_PA_FIMC2 + SZ_4K - 1,
> .flags = IORESOURCE_MEM,
> },
> [1] = {
> --
> 1.7.2.2
Ok...will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2010-09-09 11:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-09 2:22 [PATCH] ARM: Samsung: s5p-fimc: decrease IO registers memory region size Marek Szyprowski
2010-09-09 11:26 ` Kukjin Kim [this message]
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='012001cb5011$d5109150$7f31b3f0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=s.nawrocki@samsung.com \
/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