From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757833Ab2BIKXc (ORCPT ); Thu, 9 Feb 2012 05:23:32 -0500 Received: from mailout3.samsung.com ([203.254.224.33]:64916 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757794Ab2BIKXb (ORCPT ); Thu, 9 Feb 2012 05:23:31 -0500 X-AuditID: cbfee61b-b7be3ae0000039aa-01-4f339ea23ce6 From: Kukjin Kim To: "'Karol Lewandowski'" , thomas.abraham@linaro.org Cc: m.szyprowski@samsung.com, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, kyungmin.park@samsung.com References: <1328028434-30139-1-git-send-email-k.lewandowsk@samsung.com> <1328028434-30139-2-git-send-email-k.lewandowsk@samsung.com> In-reply-to: <1328028434-30139-2-git-send-email-k.lewandowsk@samsung.com> Subject: RE: [PATCH] ARM: Exynos4: Bring exynos4-dt up to date Date: Thu, 09 Feb 2012 19:23:32 +0900 Message-id: <067d01cce714$dfa3fc10$9eebf430$%kim@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-index: AczgN/qntE01VdByQOeANDQ1hAIriAFz85tA Content-language: ko X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Signed-off-by: Kyungmin Park > Cc: Thomas Abraham > Cc: Kukjin Kim > --- > 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 > > #include > +#include > #include > > #include > #include > -#include > + > +#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 */ > .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 , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.