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>
Sun, 27 Nov 2022 08:10:02 +0000 (11:10 +0300)
commit83ab5c074aeebe22a166a4ea8c7de36e98b5cb31
tree5caae7350a65763f823a9c89870f28dfadd3cc23
parent7c9d40c03304344d38f125aa37cf30ec187e4862
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]