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 <[email protected]> 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

