linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Abraham <thomas.abraham@linaro.org>
To: Karol Lewandowski <k.lewandowsk@samsung.com>
Cc: m.szyprowski@samsung.com, linux-samsung-soc@vger.kernel.org,
	marc.zyngier@arm.com, linux-kernel@vger.kernel.org,
	kgene.kim@samsung.com, kyungmin.park@samsung.com
Subject: Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER
Date: Tue, 31 Jan 2012 20:16:52 +0530	[thread overview]
Message-ID: <CAJuYYwQvGDwCTcSNQVVjsPS8kbRkbnUyybjD6=mRv6nwhRwzdQ@mail.gmail.com> (raw)
In-Reply-To: <1328006193-13902-3-git-send-email-k.lewandowsk@samsung.com>

On 31 January 2012 16:06, Karol Lewandowski <k.lewandowsk@samsung.com> wrote:
> Commit 4e44d2cb95bd ("ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER")
> converted all exynos boards but exynos4-dt.c.
>
> This commit fixes that omission.
>
> Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Thomas Abraham <thomas.abraham@linaro.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> ---
>  arch/arm/mach-exynos/mach-exynos4-dt.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c
> index 98e79c9..8aef6aa 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -15,6 +15,7 @@
>  #include <linux/serial_core.h>
>
>  #include <asm/mach/arch.h>
> +#include <asm/hardware/gic.h>
>  #include <mach/map.h>
>
>  #include <plat/cpu.h>
> @@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)")
>        .init_machine   = exynos4210_dt_machine_init,
>        .timer          = &exynos4_timer,
>        .dt_compat      = exynos4210_dt_compat,
> +       .handle_irq     = gic_handle_irq,
>  MACHINE_END

Tested along with the restart hook as suggested by Mr. Park.

Tested-by: Thomas Abraham@linaro.org

Thanks,
Thomas.

> --
> 1.7.8.3
>

  parent reply	other threads:[~2012-01-31 14:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31 10:36 [PATCH 0/2] EXYNOS4_DT fixes for 3.3-rc1+ kernels Karol Lewandowski
2012-01-31 10:36 ` [PATCH 1/2] ARM: Exynos4: Make exynos4-dt compile again Karol Lewandowski
2012-01-31 14:43   ` Kukjin Kim
2012-01-31 14:45   ` Thomas Abraham
2012-01-31 10:36 ` [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER Karol Lewandowski
2012-01-31 10:39   ` Kyungmin Park
2012-01-31 10:57     ` Karol Lewandowski
2012-01-31 14:46   ` Thomas Abraham [this message]
2012-01-31 14:47   ` Kukjin Kim
2012-01-31 14:48 ` [PATCH 0/2] EXYNOS4_DT fixes for 3.3-rc1+ kernels Thomas Abraham

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='CAJuYYwQvGDwCTcSNQVVjsPS8kbRkbnUyybjD6=mRv6nwhRwzdQ@mail.gmail.com' \
    --to=thomas.abraham@linaro.org \
    --cc=k.lewandowsk@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=marc.zyngier@arm.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;
as well as URLs for NNTP newsgroup(s).