clocksource: ep93xx: Add driver for Cirrus Logic EP93xx
authorNikita Shubin <nikita.shubin@maquefel.me>
Sat, 15 Oct 2022 08:44:47 +0000 (11:44 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Mon, 24 Apr 2023 10:01:56 +0000 (13:01 +0300)
commitdd80d4565798d7fa42715dd7ec7488e243d39d7f
treede1e1e58cd751516844ecce21403985f19bbcc12
parentdf2486ab2644c32198a8d3321dff7b8fa0ae078f
clocksource: ep93xx: Add driver for Cirrus Logic EP93xx

This us a rewrite of EP93xx timer driver in
arch/arm/mach-ep93xx/timer-ep93xx.c trying to do everything
the device tree way:

- Make every IO-access relative to a base address and dynamic
  so we can do a dynamic ioremap and get going.
- Find register range and interrupt from the device tree.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-ep93xx.c [new file with mode: 0644]