Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1722282

[GIT PULL] clockevents for 4.14

From Daniel Lezcano <daniel.lezcano@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL] clockevents for 4.14
Date 2017-08-29 11:40 +0200
Message-ID <ujLa1-T4-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] clockevents for 4.14 Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-08-29 11:40 +0200
  Re: [GIT PULL] clockevents for 4.14 Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-08-29 15:10 +0200
    Re: [GIT PULL] clockevents for 4.14 Thomas Gleixner <tglx@linutronix.de> - 2017-08-31 15:50 +0200
      Re: [GIT PULL] clockevents for 4.14 Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-08-31 16:10 +0200

csiph-web