linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
@ 2012-08-31  9:44 Barry Song
  2012-08-31  9:44 ` [PATCH 2/2] ARM: timer_sp804: " Barry Song
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Barry Song @ 2012-08-31  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Barry Song <Baohua.Song@csr.com>

Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 arch/arm/mach-exynos/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index b5b4c8c..3fd4ab3 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
 	select CPU_EXYNOS4210
 	select S5P_HRT
 	select CLKSRC_MMIO
-	select HAVE_SCHED_CLOCK
 	select S5P_GPIO_INT
 	select S5P_DEV_FIMC0
 	select S5P_DEV_FIMC1
-- 
1.7.0.4



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] ARM: timer_sp804: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-08-31  9:44 [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig Barry Song
@ 2012-08-31  9:44 ` Barry Song
  2012-08-31  9:52 ` [PATCH 1/2] ARM: exynos: " Kyungmin Park
  2012-09-04 22:10 ` Kukjin Kim
  2 siblings, 0 replies; 7+ messages in thread
From: Barry Song @ 2012-08-31  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Barry Song <Baohua.Song@csr.com>

Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 arch/arm/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2c1ca9f..00ef0e0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1157,7 +1157,6 @@ config PLAT_VERSATILE
 config ARM_TIMER_SP804
 	bool
 	select CLKSRC_MMIO
-	select HAVE_SCHED_CLOCK
 
 source arch/arm/mm/Kconfig
 
-- 
1.7.0.4



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-08-31  9:44 [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig Barry Song
  2012-08-31  9:44 ` [PATCH 2/2] ARM: timer_sp804: " Barry Song
@ 2012-08-31  9:52 ` Kyungmin Park
  2012-08-31 10:05   ` Barry Song
  2012-09-04 22:10 ` Kukjin Kim
  2 siblings, 1 reply; 7+ messages in thread
From: Kyungmin Park @ 2012-08-31  9:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

then where select it HAVE_SCHED_CLOCK? apart from other exynos board,
universal have to use another clock.

Thank you,
Kyungmin Park

On 8/31/12, Barry Song <Barry.Song@csr.com> wrote:
> From: Barry Song <Baohua.Song@csr.com>
>
> Signed-off-by: Barry Song <Baohua.Song@csr.com>
> ---
>  arch/arm/mach-exynos/Kconfig |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index b5b4c8c..3fd4ab3 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
>  	select CPU_EXYNOS4210
>  	select S5P_HRT
>  	select CLKSRC_MMIO
> -	select HAVE_SCHED_CLOCK
>  	select S5P_GPIO_INT
>  	select S5P_DEV_FIMC0
>  	select S5P_DEV_FIMC1
> --
> 1.7.0.4
>
>
>
> Member of the CSR plc group of companies. CSR plc registered in England and
> Wales, registered number 4187346, registered office Churchill House,
> Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
> More information can be found at www.csr.com. Follow CSR on Twitter at
> http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-08-31  9:52 ` [PATCH 1/2] ARM: exynos: " Kyungmin Park
@ 2012-08-31 10:05   ` Barry Song
  2012-08-31 10:58     ` Kyungmin Park
  0 siblings, 1 reply; 7+ messages in thread
From: Barry Song @ 2012-08-31 10:05 UTC (permalink / raw)
  To: linux-arm-kernel

2012/8/31 Kyungmin Park <kmpark@infradead.org>:
> Hi,
>
> then where select it HAVE_SCHED_CLOCK? apart from other exynos board,
> universal have to use another clock.

The old arch/arm/kernel/Makefile:
obj-$(CONFIG_HAVE_SCHED_CLOCK)  += sched_clock.o
has become:
obj-y += sched_clock.o

>
> Thank you,
> Kyungmin Park
>
> On 8/31/12, Barry Song <Barry.Song@csr.com> wrote:
>> From: Barry Song <Baohua.Song@csr.com>
>>
>> Signed-off-by: Barry Song <Baohua.Song@csr.com>
>> ---
>>  arch/arm/mach-exynos/Kconfig |    1 -
>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
>> index b5b4c8c..3fd4ab3 100644
>> --- a/arch/arm/mach-exynos/Kconfig
>> +++ b/arch/arm/mach-exynos/Kconfig
>> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
>>       select CPU_EXYNOS4210
>>       select S5P_HRT
>>       select CLKSRC_MMIO
>> -     select HAVE_SCHED_CLOCK
>>       select S5P_GPIO_INT
>>       select S5P_DEV_FIMC0
>>       select S5P_DEV_FIMC1
>> --
>> 1.7.0.4
>>
-barry

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-08-31 10:05   ` Barry Song
@ 2012-08-31 10:58     ` Kyungmin Park
  0 siblings, 0 replies; 7+ messages in thread
From: Kyungmin Park @ 2012-08-31 10:58 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

# git grep HAVE_SCHED_CLOCK arch/arm/
arch/arm/Kconfig:       select HAVE_SCHED_CLOCK
arch/arm/mach-exynos/Kconfig:   select HAVE_SCHED_CLOCK

On 8/31/12, Barry Song <21cnbao@gmail.com> wrote:
> 2012/8/31 Kyungmin Park <kmpark@infradead.org>:
>> Hi,
>>
>> then where select it HAVE_SCHED_CLOCK? apart from other exynos board,
>> universal have to use another clock.
>
> The old arch/arm/kernel/Makefile:
> obj-$(CONFIG_HAVE_SCHED_CLOCK)  += sched_clock.o
> has become:
> obj-y += sched_clock.o
>
>>
>> Thank you,
>> Kyungmin Park
>>
>> On 8/31/12, Barry Song <Barry.Song@csr.com> wrote:
>>> From: Barry Song <Baohua.Song@csr.com>
>>>
>>> Signed-off-by: Barry Song <Baohua.Song@csr.com>
>>> ---
>>>  arch/arm/mach-exynos/Kconfig |    1 -
>>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
>>> index b5b4c8c..3fd4ab3 100644
>>> --- a/arch/arm/mach-exynos/Kconfig
>>> +++ b/arch/arm/mach-exynos/Kconfig
>>> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
>>>       select CPU_EXYNOS4210
>>>       select S5P_HRT
>>>       select CLKSRC_MMIO
>>> -     select HAVE_SCHED_CLOCK
>>>       select S5P_GPIO_INT
>>>       select S5P_DEV_FIMC0
>>>       select S5P_DEV_FIMC1
>>> --
>>> 1.7.0.4
>>>
> -barry
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc"
> in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-08-31  9:44 [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig Barry Song
  2012-08-31  9:44 ` [PATCH 2/2] ARM: timer_sp804: " Barry Song
  2012-08-31  9:52 ` [PATCH 1/2] ARM: exynos: " Kyungmin Park
@ 2012-09-04 22:10 ` Kukjin Kim
  2012-09-05  9:05   ` Barry Song
  2 siblings, 1 reply; 7+ messages in thread
From: Kukjin Kim @ 2012-09-04 22:10 UTC (permalink / raw)
  To: linux-arm-kernel

Barry Song wrote:
> 
> From: Barry Song <Baohua.Song@csr.com>
> 
> Signed-off-by: Barry Song <Baohua.Song@csr.com>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

> ---
>  arch/arm/mach-exynos/Kconfig |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index b5b4c8c..3fd4ab3 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
>  	select CPU_EXYNOS4210
>  	select S5P_HRT
>  	select CLKSRC_MMIO
> -	select HAVE_SCHED_CLOCK
>  	select S5P_GPIO_INT
>  	select S5P_DEV_FIMC0
>  	select S5P_DEV_FIMC1
> --
> 1.7.0.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig
  2012-09-04 22:10 ` Kukjin Kim
@ 2012-09-05  9:05   ` Barry Song
  0 siblings, 0 replies; 7+ messages in thread
From: Barry Song @ 2012-09-05  9:05 UTC (permalink / raw)
  To: linux-arm-kernel

2012/9/5 Kukjin Kim <kgene.kim@samsung.com>:
> Barry Song wrote:
>>
>> From: Barry Song <Baohua.Song@csr.com>
>>
>> Signed-off-by: Barry Song <Baohua.Song@csr.com>
>
> Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Kukjin, Thanks. i assume this will be taken by samsung tree. Who will
take care the other one:
http://www.spinics.net/lists/arm-kernel/msg191939.html

>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>> ---
>>  arch/arm/mach-exynos/Kconfig |    1 -
>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
>> index b5b4c8c..3fd4ab3 100644
>> --- a/arch/arm/mach-exynos/Kconfig
>> +++ b/arch/arm/mach-exynos/Kconfig
>> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210
>>       select CPU_EXYNOS4210
>>       select S5P_HRT
>>       select CLKSRC_MMIO
>> -     select HAVE_SCHED_CLOCK
>>       select S5P_GPIO_INT
>>       select S5P_DEV_FIMC0
>>       select S5P_DEV_FIMC1
>> --
>> 1.7.0.4

-barry

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-05  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31  9:44 [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig Barry Song
2012-08-31  9:44 ` [PATCH 2/2] ARM: timer_sp804: " Barry Song
2012-08-31  9:52 ` [PATCH 1/2] ARM: exynos: " Kyungmin Park
2012-08-31 10:05   ` Barry Song
2012-08-31 10:58     ` Kyungmin Park
2012-09-04 22:10 ` Kukjin Kim
2012-09-05  9:05   ` Barry Song

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).