From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034AbdH2JeA (ORCPT ); Tue, 29 Aug 2017 05:34:00 -0400 Received: from mail-wr0-f174.google.com ([209.85.128.174]:37206 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbdH2Jd7 (ORCPT ); Tue, 29 Aug 2017 05:33:59 -0400 Date: Tue, 29 Aug 2017 11:33:54 +0200 From: Daniel Lezcano To: Thomas Gleixner Cc: elfring@users.sourceforge.net, damm+renesas@opensource.se, aisheng.dong@nxp.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] clockevents for 4.14 Message-ID: <20170829093354.GA2572@mai> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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://git@git.linaro.org/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 -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog