Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504588
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v9 0/2] J-Core timer support |
| Date | 2016-10-20 09:40 +0200 |
| Message-ID | <sug7f-4u4-17@gated-at.bofh.it> (permalink) |
| References | <srWcF-Ei-3@gated-at.bofh.it> <stcyK-1Fs-19@gated-at.bofh.it> <sualc-Lq-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Oct 19, 2016 at 09:22:25PM -0400, Rich Felker wrote: > On Mon, Oct 17, 2016 at 11:30:13AM +0200, Daniel Lezcano wrote: > > On Thu, Oct 13, 2016 at 09:51:06PM +0000, Rich Felker wrote: > > > This version of the patch makes the changes requested by Daniel > > > Lezcano in review of v8. > > > > > > Rich Felker (2): > > > of: add J-Core timer bindings > > > clocksource: add J-Core timer/clocksource driver > > > > > > .../devicetree/bindings/timer/jcore,pit.txt | 24 ++ > > > drivers/clocksource/Kconfig | 10 + > > > drivers/clocksource/Makefile | 1 + > > > drivers/clocksource/jcore-pit.c | 249 +++++++++++++++++++++ > > > include/linux/cpuhotplug.h | 1 + > > > 5 files changed, 285 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt > > > create mode 100644 drivers/clocksource/jcore-pit.c > > > > Hi Rich, > > > > I applied your patches on my tree. > > > > Thanks ! > > Thanks! Which is your current tree? http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.10 > I was looking and couldn't find > it. This is the one thing (and it's a boot blocker) keeping Linux on > J2 from working out of the box and I'd really love to see it go in > 4.9. Unfortunately it won't happen. v4.9-rc1 is already out. The driver will be in v4.10. If you wanted patches merged for v4.9, they should have been merged in the downstream tree before v4.8-rc5, so they hit the upstream tree for v4.9's merge window. -- Daniel
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
[PATCH v9 1/2] of: add J-Core timer bindings Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
[tip:timers/urgent] of: Add J-Core timer bindings tip-bot for Rich Felker <tipbot@zytor.com> - 2016-10-20 20:20 +0200
[PATCH v9 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
[tip:timers/urgent] clocksource: Add J-Core timer/clocksource driver tip-bot for Rich Felker <tipbot@zytor.com> - 2016-10-20 20:20 +0200
Re: [PATCH v9 0/2] J-Core timer support Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-17 11:40 +0200
Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 03:30 +0200
Re: [PATCH v9 0/2] J-Core timer support Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-20 09:40 +0200
Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 17:20 +0200
Re: [PATCH v9 0/2] J-Core timer support Thomas Gleixner <tglx@linutronix.de> - 2016-10-20 20:00 +0200
Re: [PATCH v9 0/2] J-Core timer support Thomas Gleixner <tglx@linutronix.de> - 2016-10-20 20:10 +0200
Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 20:30 +0200
csiph-web