Re: [GIT PULL] clockevents for 4.17

2018-04-30 Thread Thomas Gleixner
On Mon, 30 Apr 2018, Thomas Gleixner wrote:
> On Mon, 30 Apr 2018, Tomer Maimon wrote:
> 
> > Hi Thomas and Daniel,
> > 
> > Do you have news about the question below (from Joel)?
> > 
> > We hoped that NPCM7xx clocksource driver will upstream at 4.17
> > >
> > > I can't see this tree in 4.17-rc1. Do you know what happened there?
> 
> I'm pretty sure that I handled this pull request at some point, but then I
> have no clue either where it got lost.

If you had checked Linus tree before asking that question then you would
have seen:

commit d95c8844399885cd511c6f6395621cc1a9fe2e68
Merge: e6d9bfdeb439 90c7c0c24e22
Author: Linus Torvalds 
Date:   Mon Apr 16 12:44:03 2018 -0700

Merge branch 'timers-core-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull missed timer updates from Thomas Gleixner:
 "This is a branch which got forgotten during the merge window, but it
  contains only fixes and hardware enablement. No fundamental changes.

   - Various fixes for the imx-tpm clocksource driver

   - A new timer driver for the NCPM7xx SoC family"

* 'timers-core-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/imx-tpm: Add different counter width support
  clocksource/drivers/imx-tpm: Correct some registers operation flow
  clocksource/drivers/imx-tpm: Fix typo of clock name
  dt-bindings: timer: tpm: fix typo of clock name
  clocksource/drivers/npcm: Add NPCM7xx timer driver
  dt-binding: timer: document NPCM7xx timer DT bindings

or just checking for drivers/clocksource/timer-npcm7xx.c would have
answered your question as well.

Thanks for stealing my time

   tglx





Re: [GIT PULL] clockevents for 4.17

2018-04-30 Thread Thomas Gleixner
On Mon, 30 Apr 2018, Tomer Maimon wrote:

> Hi Thomas and Daniel,
> 
> Do you have news about the question below (from Joel)?
> 
> We hoped that NPCM7xx clocksource driver will upstream at 4.17

> > On 3 April 2018 at 22:30, Daniel Lezcano 
> > wrote:
> > > It contains the following changes for 4.17:
> > >
> > >  - Fix timer name and register flow for imx's timer tmp and handle
> > > different counter width (Anson Huang)
> > >
> > >  - Add the NPCM7xx timer support (Tomer Maimon)
> >
> > I can't see this tree in 4.17-rc1. Do you know what happened there?

I'm pretty sure that I handled this pull request at some point, but then I
have no clue either where it got lost.

Sorry. I'll look at it later today.

Thanks,

tglx


Re: [GIT PULL] clockevents for 4.17

2018-04-16 Thread Joel Stanley
Hi Thomas,

On 3 April 2018 at 22:30, Daniel Lezcano  wrote:
> It contains the following changes for 4.17:
>
>  - Fix timer name and register flow for imx's timer tmp and handle
> different counter width (Anson Huang)
>
>  - Add the NPCM7xx timer support (Tomer Maimon)

I can't see this tree in 4.17-rc1. Do you know what happened there?

Cheers,

Joel


>
> Thanks
>
>   -- Daniel
>
>
>
>
> The following changes since commit bd03143007eb9b03a7f2316c677780561b68ba2a:
>
>   alarmtimer: Init nanosleep alarm timer on stack (2018-03-29 16:10:07
> +0200)
>
> are available in the git repository at:
>
>   https://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.17
>
> for you to fetch changes up to 0136c741ff40e03323419feec05fcd594f36a463:
>
>   clocksource/drivers/imx-tpm: Add different counter width support
> (2018-03-30 22:44:11 +0200)
>
> 
> Anson Huang (4):
>   dt-bindings: timer: tpm: fix typo of clock name
>   clocksource/drivers/imx-tpm: Fix typo of clock name
>   clocksource/drivers/imx-tpm: Correct some registers operation flow
>   clocksource/drivers/imx-tpm: Add different counter width support
>
> Tomer Maimon (2):
>   dt-binding: timer: document NPCM7xx timer DT bindings
>   clocksource/drivers/npcm: Add NPCM7xx timer driver
>
>  Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt |  21
> 
>  Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt |   2 +-
>  drivers/clocksource/Kconfig   |   8
> 
>  drivers/clocksource/Makefile  |   1 +
>  drivers/clocksource/timer-imx-tpm.c   |  43
> ++--
>  drivers/clocksource/timer-npcm7xx.c   | 215
> ++
>  6 files changed, 279 insertions(+), 11 deletions(-)
>  create mode 100644
> Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt
>  create mode 100644 drivers/clocksource/timer-npcm7xx.c
>
>
> --
>   Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:   Facebook |
>  Twitter |
>  Blog
>