public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] J-Core timer support
@ 2016-10-13 21:51 Rich Felker
  2016-10-13 21:51 ` [PATCH v9 1/2] of: add J-Core timer bindings Rich Felker
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Rich Felker @ 2016-10-13 21:51 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-sh
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner

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

-- 
2.10.0

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

end of thread, other threads:[~2016-10-20 18:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 21:51 [PATCH v9 0/2] J-Core timer support Rich Felker
2016-10-13 21:51 ` [PATCH v9 1/2] of: add J-Core timer bindings Rich Felker
2016-10-20 18:16   ` [tip:timers/urgent] of: Add " tip-bot for Rich Felker
2016-10-13 21:51 ` [PATCH v9 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker
2016-10-20 18:16   ` [tip:timers/urgent] clocksource: Add " tip-bot for Rich Felker
2016-10-17  9:30 ` [PATCH v9 0/2] J-Core timer support Daniel Lezcano
2016-10-20  1:22   ` Rich Felker
2016-10-20  7:32     ` Daniel Lezcano
2016-10-20 15:15       ` Rich Felker
2016-10-20 17:56         ` Thomas Gleixner
2016-10-20 18:07           ` Thomas Gleixner
2016-10-20 18:29           ` Rich Felker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox