]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: sti: Provide support for the ST LPC Clocksource IP
authorLee Jones <lee.jones@linaro.org>
Tue, 26 May 2015 12:39:43 +0000 (13:39 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 23 Jul 2015 16:07:00 +0000 (17:07 +0100)
commit70bef01c0f1c9a55b54b625be3f82ff7ee1e8c05
treedf51afc42cd2cf358f1d1a15ab86fe3691190147
parent6f2536141ce12e405d70f868451e706216e7e52d
clocksource: sti: Provide support for the ST LPC Clocksource IP

This IP is shared with Watchdog and RTC functionality.  All 3 of
these devices are mutually exclusive from one another i.e. Only 1
IP can be used at any given time.  We use the device-driver model
combined with a DT 'mode' property to enforce this.

The ST LPC Clocksource IP can be used as the system (tick) timer.

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/clksrc_st_lpc.c [new file with mode: 0644]