diff options
author | William Zhang | 2022-08-23 21:44:32 -0700 |
---|---|---|
committer | Tom Rini | 2022-10-31 08:55:59 -0400 |
commit | 35751c7f3f01a6123e2965ad1b71a8e6a7a9c90d (patch) | |
tree | 2209b65ec232bdde16d5fbbb93d021a6d71fe669 /MAINTAINERS | |
parent | 8c1a9c7de7d95f681adead869329cf8e53024c11 (diff) |
timer: sti: convert sti-timer to arm a9 global timer
STI timer is actually ARM Cortex A9 global timer. Convert the driver to
use generic global timer name and make it consistent with Linux kernel
global timer driver. This also allows any A9 based device to use this
driver.
Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 03fc6c5c283..1cf99c13934 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -510,7 +510,7 @@ F: drivers/mmc/sti_sdhci.c F: drivers/reset/sti-reset.c F: drivers/serial/serial_sti_asc.c F: drivers/sysreset/sysreset_sti.c -F: drivers/timer/sti-timer.c +F: drivers/timer/arm_global_timer.c F: drivers/usb/host/dwc3-sti-glue.c F: include/dwc3-sti-glue.h F: include/dt-bindings/clock/stih407-clks.h |