From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
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
Date: Tue, 29 Aug 2017 11:33:54 +0200 [thread overview]
Message-ID: <20170829093354.GA2572@mai> (raw)
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
--
<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
next reply other threads:[~2017-08-29 9:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-29 9:33 Daniel Lezcano [this message]
2017-08-29 9:34 ` [PATCH 1/9] dt-bindings: timer: Add nxp tpm timer binding doc Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 2/9] clocksource/drivers/imx-tpm: Add imx tpm timer support Daniel Lezcano
2017-08-29 9:34 ` [PATCH 3/9] devicetree: bindings: Remove sh7372 CMT binding Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 4/9] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 5/9] devicetree: bindings: r8a73a4 and R-Car Gen2 CMT bindings Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 6/9] devicetree: bindings: Deprecate property, update example Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 7/9] devicetree: bindings: Remove unused 32-bit CMT bindings Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 8/9] devicetree: bindings: Remove deprecated properties Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 9:34 ` [PATCH 9/9] clocksource/drivers/bcm2835: Remove message on memory allocation failure Daniel Lezcano
2017-08-29 9:34 ` Daniel Lezcano
2017-08-29 11:21 ` SF Markus Elfring
2017-08-29 11:21 ` SF Markus Elfring
2017-08-29 11:42 ` Daniel Lezcano
2017-08-29 11:42 ` Daniel Lezcano
2017-08-29 13:12 ` SF Markus Elfring
2017-08-29 13:12 ` SF Markus Elfring
2017-08-29 13:16 ` Daniel Lezcano
2017-08-29 13:16 ` Daniel Lezcano
2017-08-29 13:20 ` SF Markus Elfring
2017-08-29 13:20 ` SF Markus Elfring
2017-08-29 13:26 ` Daniel Lezcano
2017-08-29 13:26 ` Daniel Lezcano
2017-08-29 13:01 ` [GIT PULL] clockevents for 4.14 Daniel Lezcano
2017-08-31 13:49 ` Thomas Gleixner
2017-08-31 14:00 ` Daniel Lezcano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170829093354.GA2572@mai \
--to=daniel.lezcano@linaro.org \
--cc=aisheng.dong@nxp.com \
--cc=damm+renesas@opensource.se \
--cc=elfring@users.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.