Hi Thomas, Ingo, this pull request contains the following changes:
- Implement the set_state_oneshot_stopped() for dw_apb timer (Jisheng Zhang) - Add a missing __init attribute for the Mediatek timer (Julia Lawall) - Remove the suspend/resume code as it is never used (Thierry Reding) - Add a new driver MPS2 with the DT bindings documenation (Vladimir Murzin) The following changes since commit 86d3473224b004f920c107206d181d37db735145: time: Introduce do_sys_settimeofday64() (2016-04-22 11:49:04 -0700) are available in the git repository at: http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.7 for you to fetch changes up to 9999c5fc014adcc4278adddb73888c301be7b9f7: clocksource/drivers/tegra: Remove unused suspend/resume code (2016-04-28 15:09:08 +0200) ---------------------------------------------------------------- Jisheng Zhang (1): clockevents/drivers/dw_apb_timer: Implement ->set_state_oneshot_stopped() Julia Lawall (1): clocksource/drivers/mtk_timer: Add __init attribute Thierry Reding (1): clocksource/drivers/tegra: Remove unused suspend/resume code Vladimir Murzin (2): dt-bindings: document the MPS2 timer bindings clockevents/driversi/mps2: add MPS2 Timer driver Documentation/devicetree/bindings/timer/arm,mps2-timer.txt | 28 +++++++++++++ drivers/clocksource/Kconfig | 6 +++ drivers/clocksource/Makefile | 1 + drivers/clocksource/dw_apb_timer.c | 1 + drivers/clocksource/mps2-timer.c | 275 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clocksource/mtk_timer.c | 2 +- drivers/clocksource/tegra20_timer.c | 14 ------- 7 files changed, 312 insertions(+), 15 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt create mode 100644 drivers/clocksource/mps2-timer.c

