* [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall
@ 2010-12-03 0:52 Sangbeom Kim
2010-12-03 9:53 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Sangbeom Kim @ 2010-12-03 0:52 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, ben-linux, Abhilash Kesavan, Sangbeom Kim
From: Abhilash Kesavan <a.kesavan@samsung.com>
Changing the gpiolib initialization from arch_initcall to core_initcall
will allow us to make use of gpio functions in smdk64x0_machine_init
function.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
---
arch/arm/mach-s5p64x0/gpiolib.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s5p64x0/gpiolib.c b/arch/arm/mach-s5p64x0/gpiolib.c
index 072668a..e7fb3b0 100644
--- a/arch/arm/mach-s5p64x0/gpiolib.c
+++ b/arch/arm/mach-s5p64x0/gpiolib.c
@@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)
return 0;
}
-arch_initcall(s5p64x0_gpiolib_init);
+core_initcall(s5p64x0_gpiolib_init);
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall
2010-12-03 0:52 [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall Sangbeom Kim
@ 2010-12-03 9:53 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2010-12-03 9:53 UTC (permalink / raw)
To: 'Sangbeom Kim', linux-samsung-soc
Cc: ben-linux, 'Abhilash Kesavan'
Sangbeom Kim wrote:
>
> From: Abhilash Kesavan <a.kesavan@samsung.com>
>
> Changing the gpiolib initialization from arch_initcall to core_initcall
> will allow us to make use of gpio functions in smdk64x0_machine_init
> function.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
> ---
> arch/arm/mach-s5p64x0/gpiolib.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-s5p64x0/gpiolib.c b/arch/arm/mach-
> s5p64x0/gpiolib.c
> index 072668a..e7fb3b0 100644
> --- a/arch/arm/mach-s5p64x0/gpiolib.c
> +++ b/arch/arm/mach-s5p64x0/gpiolib.c
> @@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)
>
> return 0;
> }
> -arch_initcall(s5p64x0_gpiolib_init);
> +core_initcall(s5p64x0_gpiolib_init);
> --
Ok...will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-03 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03 0:52 [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall Sangbeom Kim
2010-12-03 9:53 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox