linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] ARM: davinci: use the new clocksource driver
@ 2019-06-24 13:13 Bartosz Golaszewski
  2019-06-24 13:13 ` [PATCH 01/10] ARM: davinci: enable the clocksource driver for DT mode Bartosz Golaszewski
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Bartosz Golaszewski @ 2019-06-24 13:13 UTC (permalink / raw)
  To: Sekhar Nori, David Lechner, Kevin Hilman
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Sekhar,

once the clocksource driver is in some upstream branch, you can pick this
series up - it contains the platform code necessary to use the new module.

Tested on da850-evm/lcdk, da830-evm and dm365-evm.

Bartosz Golaszewski (10):
  ARM: davinci: enable the clocksource driver for DT mode
  ARM: davinci: WARN_ON() if clk_get() fails
  ARM: davinci: da850: switch to using the clocksource driver
  ARM: davinci: da830: switch to using the clocksource driver
  ARM: davinci: move timer definitions to davinci.h
  ARM: davinci: dm355: switch to using the clocksource driver
  ARM: davinci: dm365: switch to using the clocksource driver
  ARM: davinci: dm644x: switch to using the clocksource driver
  ARM: davinci: dm646x: switch to using the clocksource driver
  ARM: davinci: remove legacy timer support

 arch/arm/Kconfig                            |   1 +
 arch/arm/mach-davinci/Makefile              |   3 +-
 arch/arm/mach-davinci/da830.c               |  45 +--
 arch/arm/mach-davinci/da850.c               |  50 +--
 arch/arm/mach-davinci/davinci.h             |   3 +
 arch/arm/mach-davinci/devices-da8xx.c       |   1 -
 arch/arm/mach-davinci/devices.c             |  19 -
 arch/arm/mach-davinci/dm355.c               |  28 +-
 arch/arm/mach-davinci/dm365.c               |  26 +-
 arch/arm/mach-davinci/dm644x.c              |  28 +-
 arch/arm/mach-davinci/dm646x.c              |  28 +-
 arch/arm/mach-davinci/include/mach/common.h |  17 -
 arch/arm/mach-davinci/include/mach/time.h   |  35 --
 arch/arm/mach-davinci/time.c                | 414 --------------------
 14 files changed, 110 insertions(+), 588 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/include/mach/time.h
 delete mode 100644 arch/arm/mach-davinci/time.c

-- 
2.21.0


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

end of thread, other threads:[~2019-06-24 13:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 13:13 [PATCH 00/10] ARM: davinci: use the new clocksource driver Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 01/10] ARM: davinci: enable the clocksource driver for DT mode Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 02/10] ARM: davinci: WARN_ON() if clk_get() fails Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 03/10] ARM: davinci: da850: switch to using the clocksource driver Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 04/10] ARM: davinci: da830: " Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 05/10] ARM: davinci: move timer definitions to davinci.h Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 06/10] ARM: davinci: dm355: switch to using the clocksource driver Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 07/10] ARM: davinci: dm365: " Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 08/10] ARM: davinci: dm644x: " Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 09/10] ARM: davinci: dm646x: " Bartosz Golaszewski
2019-06-24 13:13 ` [PATCH 10/10] ARM: davinci: remove legacy timer support Bartosz Golaszewski

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