All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] timers for 4.19
@ 2018-07-26 10:13 Daniel Lezcano
  2018-07-26 10:15   ` Daniel Lezcano
  2018-07-30 11:11 ` [GIT PULL] timers for 4.19 Thomas Gleixner
  0 siblings, 2 replies; 22+ messages in thread
From: Daniel Lezcano @ 2018-07-26 10:13 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar
  Cc: Linux Kernel Mailing List, Baolin Wang, Stanley Chu, Sudeep Holla


Hi Thomas, Ingo,

here are the changes for the timers for 4.19:

 - Add a less accurate but always-on clocksource for the sprd platform
(Baoling Wang)

 - Add the system timer for the new mediatek platforms (Stanley Chu)

 - Change the cpumask to cpu_possible_mask (Sudeep Holla)

Thanks !

  -- Daniel


The following changes since commit e5af5ff34cf037ac7bb70976161427dc40bf4a96:

  Merge tag 'fortglx/4.19/time-part2' of
https://git.linaro.org/people/john.stultz/linux into timers/core
(2018-07-20 06:43:05 +0200)

are available in the git repository at:

  ssh://git@git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.19

for you to fetch changes up to 1569557549697207e52310cc5b7dbc8e64bef504:

  clocksource/drivers/sprd: Register one always-on timer to compensate
suspend time (2018-07-26 11:26:34 +0200)

----------------------------------------------------------------
Baolin Wang (1):
      clocksource/drivers/sprd: Register one always-on timer to
compensate suspend time

Stanley Chu (5):
      clocksource/drivers/timer-mediatek: Add system timer bindings
      clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatek
      clocksource/drivers/timer-mediatek: Use specific prefix for GPT
      clocksource/drivers/timer-mediatek: Convert the driver to timer-of
      clocksource/drivers/timer-mediatek: Add support for system timer

Sudeep Holla (1):
      clocksource/drivers: Set clockevent device cpumask to
cpu_possible_mask

 Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt |  34
++++++++++++---------
 drivers/clocksource/Makefile                                   |   2 +-
 drivers/clocksource/mtk_timer.c                                | 268
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
 drivers/clocksource/tegra20_timer.c                            |   2 +-
 drivers/clocksource/timer-atcpit100.c                          |   2 +-
 drivers/clocksource/timer-keystone.c                           |   2 +-
 drivers/clocksource/timer-mediatek.c                           | 328
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clocksource/timer-sprd.c                               |  50
+++++++++++++++++++++++++++++++
 drivers/clocksource/zevio-timer.c                              |   2 +-
 9 files changed, 403 insertions(+), 287 deletions(-)
 delete mode 100644 drivers/clocksource/mtk_timer.c
 create mode 100644 drivers/clocksource/timer-mediatek.c

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

end of thread, other threads:[~2018-07-30 12:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 10:13 [GIT PULL] timers for 4.19 Daniel Lezcano
2018-07-26 10:15 ` [PATCH 1/7] clocksource/drivers: Set clockevent device cpumask to cpu_possible_mask Daniel Lezcano
2018-07-26 10:15   ` Daniel Lezcano
2018-07-26 10:15   ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 2/7] clocksource/drivers/timer-mediatek: Add system timer bindings Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 3/7] clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatek Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 4/7] clocksource/drivers/timer-mediatek: Use specific prefix for GPT Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 5/7] clocksource/drivers/timer-mediatek: Convert the driver to timer-of Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 6/7] clocksource/drivers/timer-mediatek: Add support for system timer Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15     ` Daniel Lezcano
2018-07-26 10:15   ` [PATCH 7/7] clocksource/drivers/sprd: Register one always-on timer to compensate suspend time Daniel Lezcano
2018-07-30 11:11 ` [GIT PULL] timers for 4.19 Thomas Gleixner
2018-07-30 12:24   ` Daniel Lezcano

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.