Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501820
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v9 0/2] J-Core timer support |
| Date | 2016-10-17 11:40 +0200 |
| Message-ID | <stcyK-1Fs-19@gated-at.bofh.it> (permalink) |
| References | <srWcF-Ei-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 ! -- 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