All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource/drivers/rda: drop redundant Kconfig dependency
@ 2020-05-13 12:25 Johan Hovold
  2020-05-18 14:10 ` Daniel Lezcano
  2020-06-01 13:11 ` [tip: timers/core] " tip-bot2 for Johan Hovold
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2020-05-13 12:25 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner; +Cc: linux-kernel, Johan Hovold

Since commit 2f8a26c166eb ("clocksource: Improve GENERIC_CLOCKEVENTS
dependency") all clocksource drivers depend on GENERIC_CLOCKEVENTS so
drop the redundant attribute from the RDA-timer entry which was added
later.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 drivers/clocksource/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index f2142e6bbea3..ef5331ce5fda 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -120,7 +120,6 @@ config OWL_TIMER
 
 config RDA_TIMER
 	bool "RDA timer driver" if COMPILE_TEST
-	depends on GENERIC_CLOCKEVENTS
 	select CLKSRC_MMIO
 	select TIMER_OF
 	help
-- 
2.26.2


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

* Re: [PATCH] clocksource/drivers/rda: drop redundant Kconfig dependency
  2020-05-13 12:25 [PATCH] clocksource/drivers/rda: drop redundant Kconfig dependency Johan Hovold
@ 2020-05-18 14:10 ` Daniel Lezcano
  2020-06-01 13:11 ` [tip: timers/core] " tip-bot2 for Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2020-05-18 14:10 UTC (permalink / raw)
  To: Johan Hovold, Thomas Gleixner; +Cc: linux-kernel

On 13/05/2020 14:25, Johan Hovold wrote:
> Since commit 2f8a26c166eb ("clocksource: Improve GENERIC_CLOCKEVENTS
> dependency") all clocksource drivers depend on GENERIC_CLOCKEVENTS so
> drop the redundant attribute from the RDA-timer entry which was added
> later.
> 
> Signed-off-by: Johan Hovold <johan@kernel.org>

Applied, thanks
> ---
>  drivers/clocksource/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> index f2142e6bbea3..ef5331ce5fda 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -120,7 +120,6 @@ config OWL_TIMER
>  
>  config RDA_TIMER
>  	bool "RDA timer driver" if COMPILE_TEST
> -	depends on GENERIC_CLOCKEVENTS
>  	select CLKSRC_MMIO
>  	select TIMER_OF
>  	help
> 


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* [tip: timers/core] clocksource/drivers/rda: drop redundant Kconfig dependency
  2020-05-13 12:25 [PATCH] clocksource/drivers/rda: drop redundant Kconfig dependency Johan Hovold
  2020-05-18 14:10 ` Daniel Lezcano
@ 2020-06-01 13:11 ` tip-bot2 for Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Johan Hovold @ 2020-06-01 13:11 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Johan Hovold, Daniel Lezcano, x86, LKML

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     83cba9536905e4f82b726a98fe404400f0c9eb76
Gitweb:        https://git.kernel.org/tip/83cba9536905e4f82b726a98fe404400f0c9eb76
Author:        Johan Hovold <johan@kernel.org>
AuthorDate:    Wed, 13 May 2020 14:25:48 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Fri, 22 May 2020 23:58:56 +02:00

clocksource/drivers/rda: drop redundant Kconfig dependency

Since commit 2f8a26c166eb ("clocksource: Improve GENERIC_CLOCKEVENTS
dependency") all clocksource drivers depend on GENERIC_CLOCKEVENTS so
drop the redundant attribute from the RDA-timer entry which was added
later.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200513122548.16974-1-johan@kernel.org
---
 drivers/clocksource/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9c2d72b..c824002 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -120,7 +120,6 @@ config OWL_TIMER
 
 config RDA_TIMER
 	bool "RDA timer driver" if COMPILE_TEST
-	depends on GENERIC_CLOCKEVENTS
 	select CLKSRC_MMIO
 	select TIMER_OF
 	help

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

end of thread, other threads:[~2020-06-01 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13 12:25 [PATCH] clocksource/drivers/rda: drop redundant Kconfig dependency Johan Hovold
2020-05-18 14:10 ` Daniel Lezcano
2020-06-01 13:11 ` [tip: timers/core] " tip-bot2 for Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.