timer: gxp: Add HPE GXP timer support
authorNick Hawkins <nick.hawkins@hpe.com>
Wed, 8 Jun 2022 21:21:35 +0000 (16:21 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 01:30:04 +0000 (21:30 -0400)
commitb25913b40ee138c35d4c92e55898a365348d5769
treec5186a29fbf0b33463dbffd2bf15fed2c4de6460
parent4276c9b2aabc7c6ff2faceedd839479a562c6738
timer: gxp: Add HPE GXP timer support

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 56 bits.

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