All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce clocksource driver for Keystone platform
@ 2013-12-11 18:00 Ivan Khoronzhuk
  2013-12-11 18:00 ` [PATCH 1/3] clocksource: timer-keystone: introduce clocksource driver for Keystone Ivan Khoronzhuk
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Ivan Khoronzhuk @ 2013-12-11 18:00 UTC (permalink / raw)
  To: linux-arm-kernel

Add a backup timer64 based clockevent driver for keystone arch.
This driver uses timer in 64-bit general purpose mode as clock event
device.

Ivan Khoronzhuk (3):
  clocksource: timer-keystone: introduce clocksource driver for
    Keystone
  clocksource: keystone: add bindings for keystone timer
  arm: dts: keystone: add keystone timer entry

 .../bindings/timer/ti,keystone-timer.txt           |   29 +++
 arch/arm/boot/dts/keystone-clocks.dtsi             |   10 +
 arch/arm/boot/dts/keystone.dtsi                    |    7 +
 drivers/clocksource/Makefile                       |    1 +
 drivers/clocksource/timer-keystone.c               |  223 ++++++++++++++++++++
 5 files changed, 270 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/ti,keystone-timer.txt
 create mode 100644 drivers/clocksource/timer-keystone.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-17  9:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 18:00 [PATCH 0/3] Introduce clocksource driver for Keystone platform Ivan Khoronzhuk
2013-12-11 18:00 ` [PATCH 1/3] clocksource: timer-keystone: introduce clocksource driver for Keystone Ivan Khoronzhuk
2013-12-12 15:51   ` Daniel Lezcano
2013-12-12 17:36     ` ivan.khoronzhuk
2013-12-13  6:55       ` Daniel Lezcano
2013-12-16 13:58         ` ivan.khoronzhuk
2013-12-13  1:42   ` Stephen Boyd
2013-12-16 12:43     ` ivan.khoronzhuk
2013-12-16 20:40       ` Stephen Boyd
2013-12-16 20:55         ` Santosh Shilimkar
2013-12-17  9:42           ` ivan.khoronzhuk
2013-12-11 18:00 ` [PATCH 2/3] clocksource: keystone: add bindings for keystone timer Ivan Khoronzhuk
2013-12-11 18:00 ` [PATCH 3/3] arm: dts: keystone: add keystone timer entry Ivan Khoronzhuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.