linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clocksource/drivers/timer-microchip-pit64b: remove mmio selection
@ 2021-07-07  5:44 Claudiu Beznea
  2021-07-07  5:44 ` [PATCH 2/2] clocksource/drivers/timer-microchip-pit64b: remove timer-of depenency Claudiu Beznea
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2021-07-07  5:44 UTC (permalink / raw)
  To: daniel.lezcano, tglx; +Cc: linux-kernel, linux-arm-kernel, Claudiu Beznea

PIT64B timer driver doesn't depend on CLKSRC_MMIO since
commit e85c1d21b16b ("clocksource/drivers/timer-microchip-pit64b:
Add clocksource suspend/resume"). Remove the selection.

Fixes: e85c1d21b16b ("clocksource/drivers/timer-microchip-pit64b: Add clocksource suspend/resume")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---

Hi Daniel,

Please let me know if you want to squash these 2 patches together.

Thank you,
Claudiu Beznea

 drivers/clocksource/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9fa28237715a..bddeb664e517 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -699,7 +699,6 @@ config INGENIC_OST
 config MICROCHIP_PIT64B
 	bool "Microchip PIT64B support"
 	depends on OF || COMPILE_TEST
-	select CLKSRC_MMIO
 	select TIMER_OF
 	help
 	  This option enables Microchip PIT64B timer for Atmel
-- 
2.25.1


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

* [PATCH 2/2] clocksource/drivers/timer-microchip-pit64b: remove timer-of depenency
  2021-07-07  5:44 [PATCH 1/2] clocksource/drivers/timer-microchip-pit64b: remove mmio selection Claudiu Beznea
@ 2021-07-07  5:44 ` Claudiu Beznea
  0 siblings, 0 replies; 2+ messages in thread
From: Claudiu Beznea @ 2021-07-07  5:44 UTC (permalink / raw)
  To: daniel.lezcano, tglx; +Cc: linux-kernel, linux-arm-kernel, Claudiu Beznea

PIT64B driver doesn't use timer-of APIs. Thus, remove the selection.

Fixes: 625022a5f160 ("clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B support")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 drivers/clocksource/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index bddeb664e517..c50fd70b759f 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -699,7 +699,6 @@ config INGENIC_OST
 config MICROCHIP_PIT64B
 	bool "Microchip PIT64B support"
 	depends on OF || COMPILE_TEST
-	select TIMER_OF
 	help
 	  This option enables Microchip PIT64B timer for Atmel
 	  based system. It supports the oneshot, the periodic
-- 
2.25.1


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

end of thread, other threads:[~2021-07-07  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  5:44 [PATCH 1/2] clocksource/drivers/timer-microchip-pit64b: remove mmio selection Claudiu Beznea
2021-07-07  5:44 ` [PATCH 2/2] clocksource/drivers/timer-microchip-pit64b: remove timer-of depenency Claudiu Beznea

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