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>
Sat, 29 Apr 2023 08:40:35 +0000 (11:40 +0300)
commit095977b47a5501213c11f6191c10743205d25310
tree3f1de7ee6dc98684126bac7f62697b56bb8e1bc8
parent0f5c44be0df4c1a7863f04f45789f1b587aaf9ab
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]