clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
authorSugaya Taichi <sugaya.taichi@socionext.com>
Wed, 27 Feb 2019 04:53:20 +0000 (13:53 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 1 Mar 2019 14:18:27 +0000 (15:18 +0100)
commitb58f28f306dbe60e2e711f35618efc518e507e64
tree663ccb315fad09c03a8eddcdde954fed591a20de
parent172e90878d6ced1e59f2fa8e4469f9fb8077cbc9
clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs

Add timer driver for Milbeaut SoCs series.

The timer has two 32-bit width down counters, one of which is configured
as a clockevent device and the other is configured as a clock source.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-milbeaut.c [new file with mode: 0644]