]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb7ffdeddc40f0493f665039dccbbeb15ba5164e5
treec5186a29fbf0b33463dbffd2bf15fed2c4de6460
parent3c20c34c1607c3c9ae3686a1924f6e1511d866d2
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]