From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Karol Lewandowski'" <k.lewandowsk@samsung.com>,
thomas.abraham@linaro.org
Cc: m.szyprowski@samsung.com, linux-samsung-soc@vger.kernel.org,
linux-kernel@vger.kernel.org, kyungmin.park@samsung.com
Subject: RE: [PATCH] ARM: Exynos4: Bring exynos4-dt up to date
Date: Thu, 09 Feb 2012 19:23:32 +0900 [thread overview]
Message-ID: <067d01cce714$dfa3fc10$9eebf430$%kim@samsung.com> (raw)
In-Reply-To: <1328028434-30139-2-git-send-email-k.lewandowsk@samsung.com>
Karol Lewandowski wrote:
>
> This commit brings exynos4-dt in line with recent changes to
> mach-exynos tree, specifically:
>
> - Fixes build break related to replacing plat/exynos4.h with common.h
> in commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce
> arch/arm/mach-exynos/common.[ch]")
>
> - Converts machine to use CONFIG_MULTI_IRQ_HANDLER as done for other
> machines in commit 4e44d2cb95bd ("ARM: exynos4: convert to
> CONFIG_MULTI_IRQ_HANDLER") converted all exynos boards but
> exynos4-dt.c.
>
> - Adds restart specifier as done for other machines in commit
> 9eb4859564d6 ("ARM: 7262/1: restart: EXYNOS: use new restart hook")
>
> 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>
> ---
> arch/arm/mach-exynos/mach-exynos4-dt.c | 8 ++++++--
> 1 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-
> exynos/mach-exynos4-dt.c
> index 85fa027..e6b02fd 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -15,11 +15,13 @@
> #include <linux/serial_core.h>
>
> #include <asm/mach/arch.h>
> +#include <asm/hardware/gic.h>
> #include <mach/map.h>
>
> #include <plat/cpu.h>
> #include <plat/regs-serial.h>
> -#include <plat/exynos4.h>
> +
> +#include "common.h"
>
> /*
> * The following lookup table is used to override device names when
> devices
> @@ -60,7 +62,7 @@ static const struct of_dev_auxdata
> exynos4210_auxdata_lookup[] __initconst = {
>
> static void __init exynos4210_dt_map_io(void)
> {
> - s5p_init_io(NULL, 0, S5P_VA_CHIPID);
> + exynos_init_io(NULL, 0);
> s3c24xx_init_clocks(24000000);
> }
>
> @@ -79,7 +81,9 @@ DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4
> (Flattened Device Tree)")
> /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */
> .init_irq = exynos4_init_irq,
> .map_io = exynos4210_dt_map_io,
> + .handle_irq = gic_handle_irq,
> .init_machine = exynos4210_dt_machine_init,
> .timer = &exynos4_timer,
> .dt_compat = exynos4210_dt_compat,
> + .restart = exynos4_restart,
> MACHINE_END
> --
> 1.7.8.3
OK, applied.
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:[~2012-02-09 10:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-31 16:47 [PATCH v2] EXYNOS4_DT fixes for 3.3-rc1+ kernels Karol Lewandowski
2012-01-31 16:47 ` [PATCH] ARM: Exynos4: Bring exynos4-dt up to date Karol Lewandowski
2012-02-09 9:24 ` Karol Lewandowski
2012-02-09 10:23 ` Kukjin Kim
2012-02-09 10:23 ` 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='067d01cce714$dfa3fc10$9eebf430$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=k.lewandowsk@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=thomas.abraham@linaro.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
Powered by JetHome