linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support MPS2 Timer
@ 2016-04-25  8:45 Vladimir Murzin
  2016-04-25  8:45 ` [PATCH 1/2] dt-bindings: document the MPS2 timer bindings Vladimir Murzin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladimir Murzin @ 2016-04-25  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

These patches allow to use simple 32 bits general purpose countdown
timers found on MPS2 platform.

Following [1], please, consider to merge them into clocksource tree.

[1] https://lkml.org/lkml/2016/4/23/190

Thanks!

Vladimir Murzin (2):
  dt-bindings: document the MPS2 timer bindings
  clockevents/drivers: add MPS2 Timer driver

 .../devicetree/bindings/timer/arm,mps2-timer.txt   |   28 ++
 drivers/clocksource/Kconfig                        |    6 +
 drivers/clocksource/Makefile                       |    1 +
 drivers/clocksource/mps2-timer.c                   |  275 ++++++++++++++++++++
 4 files changed, 310 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt
 create mode 100644 drivers/clocksource/mps2-timer.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-04-25 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  8:45 [PATCH 0/2] Support MPS2 Timer Vladimir Murzin
2016-04-25  8:45 ` [PATCH 1/2] dt-bindings: document the MPS2 timer bindings Vladimir Murzin
2016-04-25  8:45 ` [PATCH 2/2] clockevents/drivers: add MPS2 Timer driver Vladimir Murzin
2016-04-25 14:37 ` [PATCH 0/2] Support MPS2 Timer Daniel Lezcano

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).