Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497864
| From | Rich Felker <dalias@libc.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 0/2] J-Core timer support |
| Date | 2016-10-09 07:40 +0200 |
| Message-ID | <sqf05-5y-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Resubmitted with the (incorrect) workaround for rcu_sched stalls removed, since the problem was found in the interrupt controller driver; a separate patch will be submitted for it. 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 | 231 +++++++++++++++++++++ include/linux/cpuhotplug.h | 1 + 5 files changed, 267 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt create mode 100644 drivers/clocksource/jcore-pit.c -- 2.10.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v8 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-09 07:40 +0200
[PATCH v8 1/2] of: add J-Core timer bindings Rich Felker <dalias@libc.org> - 2016-10-09 07:40 +0200
[PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-09 07:40 +0200
Re: [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-11 20:20 +0200
Re: [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-11 22:30 +0200
Re: [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-12 11:30 +0200
Re: [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-12 19:10 +0200
Re: [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-13 00:00 +0200
csiph-web