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://[email protected]/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

Reply via email to