[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1461573944-2728-1-git-send-email-vladimir.murzin@arm.com>
Date: Mon, 25 Apr 2016 09:45:42 +0100
From: Vladimir Murzin <vladimir.murzin@....com>
To: daniel.lezcano@...aro.org
Cc: tglx@...utronix.de, arnd@...db.de, sudeep.holla@....com,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 0/2] Support MPS2 Timer
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
Powered by blists - more mailing lists