clocksource/drivers/timer-gxp: Add HPE GXP Timer
authorNick Hawkins <nick.hawkins@hpe.com>
Mon, 16 May 2022 16:33:42 +0000 (11:33 -0500)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 May 2022 12:05:54 +0000 (14:05 +0200)
commit5184f4bf151bb4f4ab2f0f10a66b96acdf35da1a
tree6a347e87acba8383cca4ca3cdd61fbc7bd77e6c0
parent6b47441bed490d0bd39fdafaa95ac7acdcd0c11a
clocksource/drivers/timer-gxp: Add HPE GXP Timer

Add support for the HPE GXP SOC timer. The GXP supports several different
kinds of timers but for the purpose of this driver there is only support
for the General Timer. The timer has a 1us resolution and is 32 bits. The
timer also creates a child watchdog device as the register region is the
same.

Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-gxp.c [new file with mode: 0644]