Hi Thomas, this pull request contains the following changes:
- Add the new imx-tpm driver (Dong Aisheng) - Remove DT deprecated binding for Renesas (Magnus Damm) - Remove error message on memory allocation (Markus Elfring) Thanks. -- Daniel The following changes since commit 4e2a809703e2b2300438a425b0a3f2013b55fcc6: Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz/linux into timers/core (2017-08-20 11:46:46 +0200) are available in the git repository at: http://[email protected]/people/daniel.lezcano/linux.git clockevents/4.14 for you to fetch changes up to e261c31c7a06aa371a3fbef00b6bd8b5a12a5460: clocksource/drivers/bcm2835: Remove message on memory allocation failure (2017-08-29 11:09:06 +0200) ---------------------------------------------------------------- Dong Aisheng (2): dt-bindings: timer: Add nxp tpm timer binding doc clocksource/drivers/imx-tpm: Add imx tpm timer support Magnus Damm (6): devicetree: bindings: Remove sh7372 CMT binding devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings devicetree: bindings: r8a73a4 and R-Car Gen2 CMT bindings devicetree: bindings: Deprecate property, update example devicetree: bindings: Remove unused 32-bit CMT bindings devicetree: bindings: Remove deprecated properties Markus Elfring (1): clocksource/drivers/bcm2835: Remove message on memory allocation failure Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt | 28 +++++++++++++++ Documentation/devicetree/bindings/timer/renesas,cmt.txt | 73 +++++++++++++++++---------------------- drivers/clocksource/Kconfig | 8 +++++ drivers/clocksource/Makefile | 1 + drivers/clocksource/bcm2835_timer.c | 1 - drivers/clocksource/timer-imx-tpm.c | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 308 insertions(+), 42 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt create mode 100644 drivers/clocksource/timer-imx-tpm.c -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog

