devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] J-Core timer support
@ 2016-10-09  5:34 Rich Felker
  2016-10-09  5:34 ` [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker
       [not found] ` <cover.1475990489.git.dalias-8zAoT0mYgF4@public.gmane.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Rich Felker @ 2016-10-09  5:34 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-sh
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
	Paul E. McKenney

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-10-13 19:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09  5:34 [PATCH v8 0/2] J-Core timer support Rich Felker
2016-10-09  5:34 ` [PATCH v8 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker
2016-10-11 18:18   ` Daniel Lezcano
2016-10-11 20:28     ` Rich Felker
2016-10-12  9:27       ` Daniel Lezcano
2016-10-12 17:02         ` Rich Felker
2016-10-12 21:31           ` Daniel Lezcano
2016-10-13  5:04             ` Rich Felker
2016-10-13 19:25             ` Rich Felker
     [not found]               ` <20161013192542.GW19318-C3MtFaGISjmo6RMmaWD+6Sb1p8zYI1N1@public.gmane.org>
2016-10-13 19:48                 ` Rich Felker
     [not found] ` <cover.1475990489.git.dalias-8zAoT0mYgF4@public.gmane.org>
2016-10-09  5:34   ` [PATCH v8 1/2] of: add J-Core timer bindings Rich Felker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).