From: Tomasz Figa <tomasz.figa@gmail.com>
To: Tomasz Figa <t.figa@samsung.com>, linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
Kukjin Kim <kgene.kim@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH] ARM: dts: exynos4: Fix reg sizes of GIC
Date: Fri, 30 May 2014 13:41:07 +0200 [thread overview]
Message-ID: <53886E53.70206@gmail.com> (raw)
In-Reply-To: <1400855960-22033-1-git-send-email-t.figa@samsung.com>
Hi,
On 23.05.2014 16:39, Tomasz Figa wrote:
> This patch fixes reg entry sizes in GIC node that were not large enough
> to cover whole regions.
>
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index b8ece4b..fbaf426 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -113,7 +113,7 @@
> compatible = "arm,cortex-a9-gic";
> #interrupt-cells = <3>;
> interrupt-controller;
> - reg = <0x10490000 0x1000>, <0x10480000 0x100>;
> + reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
> };
>
> combiner: interrupt-controller@10440000 {
>
Ping.
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: exynos4: Fix reg sizes of GIC
Date: Fri, 30 May 2014 13:41:07 +0200 [thread overview]
Message-ID: <53886E53.70206@gmail.com> (raw)
In-Reply-To: <1400855960-22033-1-git-send-email-t.figa@samsung.com>
Hi,
On 23.05.2014 16:39, Tomasz Figa wrote:
> This patch fixes reg entry sizes in GIC node that were not large enough
> to cover whole regions.
>
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index b8ece4b..fbaf426 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -113,7 +113,7 @@
> compatible = "arm,cortex-a9-gic";
> #interrupt-cells = <3>;
> interrupt-controller;
> - reg = <0x10490000 0x1000>, <0x10480000 0x100>;
> + reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
> };
>
> combiner: interrupt-controller at 10440000 {
>
Ping.
Best regards,
Tomasz
next prev parent reply other threads:[~2014-05-30 11:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-23 14:39 [PATCH] ARM: dts: exynos4: Fix reg sizes of GIC Tomasz Figa
2014-05-23 14:39 ` Tomasz Figa
2014-05-30 11:41 ` Tomasz Figa [this message]
2014-05-30 11:41 ` Tomasz Figa
2014-05-30 18:18 ` Kukjin Kim
2014-05-30 18:18 ` Kukjin Kim
2014-06-10 15:28 ` Tomasz Figa
2014-06-10 15:28 ` Tomasz Figa
2014-06-11 15:42 ` Kukjin Kim
2014-06-11 15:42 ` Kukjin Kim
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=53886E53.70206@gmail.com \
--to=tomasz.figa@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=t.figa@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.