linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/2] clocksource: davinci-timer: new driver
@ 2019-05-23 12:58 Bartosz Golaszewski
  2019-05-23 12:58 ` [RFC v2 1/2] clocksource: davinci-timer: add support for clockevents Bartosz Golaszewski
  2019-05-23 12:58 ` [RFC v2 2/2] clocksource: timer-davinci: add support for clocksource Bartosz Golaszewski
  0 siblings, 2 replies; 10+ messages in thread
From: Bartosz Golaszewski @ 2019-05-23 12:58 UTC (permalink / raw)
  To: Sekhar Nori, Kevin Hilman, Daniel Lezcano, Thomas Gleixner,
	David Lechner
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Daniel,

this is another try at the davinci clocksource driver. Changes in
regard to v1 listed below. As before, the driver is split into two
parts (one for clockevent and one for clocksource).

v1 -> v2:
- changed the format of the copyright notice
- removed all mentiones of the periodic timer setting
- added caching of the TCR register value so that its updating doesn't
  require a read
- split the timer configuration for clock events into the
  set_state_oneshot() and set_state_shutdown() callbacks

Bartosz Golaszewski (2):
  clocksource: davinci-timer: add support for clockevents
  clocksource: timer-davinci: add support for clocksource

 drivers/clocksource/Kconfig         |   5 +
 drivers/clocksource/Makefile        |   1 +
 drivers/clocksource/timer-davinci.c | 355 ++++++++++++++++++++++++++++
 include/clocksource/timer-davinci.h |  44 ++++
 4 files changed, 405 insertions(+)
 create mode 100644 drivers/clocksource/timer-davinci.c
 create mode 100644 include/clocksource/timer-davinci.h

-- 
2.21.0


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

end of thread, other threads:[~2019-05-31 12:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 12:58 [RFC v2 0/2] clocksource: davinci-timer: new driver Bartosz Golaszewski
2019-05-23 12:58 ` [RFC v2 1/2] clocksource: davinci-timer: add support for clockevents Bartosz Golaszewski
2019-05-23 16:38   ` Daniel Lezcano
2019-05-24  7:28     ` Bartosz Golaszewski
2019-05-24  8:59       ` Daniel Lezcano
2019-05-24 11:53         ` Bartosz Golaszewski
2019-05-25 14:16           ` Daniel Lezcano
2019-05-26  8:16             ` Bartosz Golaszewski
2019-05-31 12:21               ` Bartosz Golaszewski
2019-05-23 12:58 ` [RFC v2 2/2] clocksource: timer-davinci: add support for clocksource 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).