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


Groups > linux.kernel > #1722282 > unrolled thread

[GIT PULL] clockevents for 4.14

Started byDaniel Lezcano <daniel.lezcano@linaro.org>
First post2017-08-29 11:40 +0200
Last post2017-08-31 16:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1722282 — [GIT PULL] clockevents for 4.14

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2017-08-29 11:40 +0200
Subject[GIT PULL] clockevents for 4.14
Message-ID<ujLa1-T4-7@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1722452

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2017-08-29 15:10 +0200
Message-ID<ujOrf-33K-1@gated-at.bofh.it>
In reply to#1722282
On 29/08/2017 11:33, Daniel Lezcano wrote:
> 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)

Hi Thomas,

Rob just point me I missed the patch:

"clocksource: Convert to using %pOF instead of full_name"

Is it ok if I add it in the clockevents/4.14 branch before you pull it ?

-- 
 <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

[toc] | [prev] | [next] | [standalone]


#1724237

FromThomas Gleixner <tglx@linutronix.de>
Date2017-08-31 15:50 +0200
Message-ID<uky13-6he-1@gated-at.bofh.it>
In reply to#1722452
On Tue, 29 Aug 2017, Daniel Lezcano wrote:
> On 29/08/2017 11:33, Daniel Lezcano wrote:
> > 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)
> 
> Hi Thomas,
> 
> Rob just point me I missed the patch:
> 
> "clocksource: Convert to using %pOF instead of full_name"
> 
> Is it ok if I add it in the clockevents/4.14 branch before you pull it ?

Yes, please add it and let me know.

[toc] | [prev] | [next] | [standalone]


#1724274

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2017-08-31 16:10 +0200
Message-ID<ukykp-6Df-13@gated-at.bofh.it>
In reply to#1724237
On 31/08/2017 15:49, Thomas Gleixner wrote:
> On Tue, 29 Aug 2017, Daniel Lezcano wrote:
>> On 29/08/2017 11:33, Daniel Lezcano wrote:
>>> 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)
>>
>> Hi Thomas,
>>
>> Rob just point me I missed the patch:
>>
>> "clocksource: Convert to using %pOF instead of full_name"
>>
>> Is it ok if I add it in the clockevents/4.14 branch before you pull it ?
> 
> Yes, please add it and let me know.

Done.


-- 
 <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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web