]> Git Repo - J-linux.git/commitdiff
Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/linux...
authorThomas Gleixner <[email protected]>
Wed, 10 Feb 2021 10:02:20 +0000 (11:02 +0100)
committerThomas Gleixner <[email protected]>
Wed, 10 Feb 2021 10:02:20 +0000 (11:02 +0100)
Pull clocksource/events updates from Daniel Lezcano:

 - Drop dead code on efm32 (Uwe Kleine-König)

 - Move pr_fmt() before the includes on davinci driver (Bartosz
   Golaszewski)

 - Clarified timer interrupt must be specified on nuvoton DT bindings
   (Jonathan Neuschäfer)

 - Remove tango, sirf, u300 and atlas timer drivers (Arnd Bergman)

 - Add suspend/resume on pit64b (Claudiu Beznea)

Link: https://lore.kernel.org/r/[email protected]
1  2 
drivers/clocksource/Kconfig

index 14c7c4712478769e4ffcaaba4c80c5630ad14ed5,05f6d6067e39731d73f40cc808b7921a15a5f71c..d184000eb09e1e36e696c410c9e5147cfa9dafb1
@@@ -197,12 -197,6 +197,6 @@@ config CLPS711X_TIME
        help
          Enables support for the Cirrus Logic PS711 timer.
  
- config ATLAS7_TIMER
-       bool "Atlas7 timer driver" if COMPILE_TEST
-       select CLKSRC_MMIO
-       help
-         Enables support for the Atlas7 timer.
  config MXS_TIMER
        bool "MXS timer driver" if COMPILE_TEST
        select CLKSRC_MMIO
        help
          Enables support for the MXS timer.
  
- config PRIMA2_TIMER
-       bool "Prima2 timer driver" if COMPILE_TEST
-       select CLKSRC_MMIO
-       help
-         Enables support for the Prima2 timer.
- config U300_TIMER
-       bool "U300 timer driver" if COMPILE_TEST
-       depends on ARM
-       select CLKSRC_MMIO
-       help
-         Enables support for the U300 timer.
  config NSPIRE_TIMER
        bool "NSpire timer driver" if COMPILE_TEST
        select CLKSRC_MMIO
@@@ -242,15 -223,6 +223,6 @@@ config INTEGRATOR_AP_TIME
        help
          Enables support for the Integrator-AP timer.
  
- config CLKSRC_EFM32
-       bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32
-       depends on OF && ARM && (ARCH_EFM32 || COMPILE_TEST)
-       select CLKSRC_MMIO
-       default ARCH_EFM32
-       help
-         Support to use the timers of EFM32 SoCs as clock source and clock
-         event device.
  config CLKSRC_LPC32XX
        bool "Clocksource for LPC32XX" if COMPILE_TEST
        depends on HAS_IOMEM
@@@ -553,7 -525,7 +525,7 @@@ config CLKSRC_QCO
  
  config CLKSRC_VERSATILE
        bool "ARM Versatile (Express) reference platforms clock source" if COMPILE_TEST
 -      depends on GENERIC_SCHED_CLOCK && !ARCH_USES_GETTIMEOFFSET
 +      depends on GENERIC_SCHED_CLOCK
        select TIMER_OF
        default y if (ARCH_VEXPRESS || ARCH_VERSATILE) && ARM
        help
@@@ -567,14 -539,6 +539,6 @@@ config CLKSRC_MIPS_GI
        select CLOCKSOURCE_WATCHDOG
        select TIMER_OF
  
- config CLKSRC_TANGO_XTAL
-       bool "Clocksource for Tango SoC" if COMPILE_TEST
-       depends on ARM
-       select TIMER_OF
-       select CLKSRC_MMIO
-       help
-         This enables the clocksource for Tango SoC.
  config CLKSRC_PXA
        bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
        depends on HAS_IOMEM
This page took 0.068618 seconds and 4 git commands to generate.