summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-10-25 21:46:58 -0400
committerAndes <uboot@andestech.com>2020-10-26 10:01:28 +0800
commit47d7e3b5eb72fd540930c830d568ece19b3defa0 (patch)
treee57f62c59ae2d6b062be897a5094d38dcb50137e /MAINTAINERS
parent7dbebebb7949655f35d90c612eaf92e3d2c9ed24 (diff)
downloadu-boot-47d7e3b5eb72fd540930c830d568ece19b3defa0.tar.gz
u-boot-47d7e3b5eb72fd540930c830d568ece19b3defa0.tar.xz
u-boot-47d7e3b5eb72fd540930c830d568ece19b3defa0.zip
riscv: Move timer portions of SiFive CLINT to drivers/timer
Half of this driver is a DM-based timer driver, and half is RISC-V-specific IPI code. Move the timer portions in with the other timer drivers. The KConfig is not moved, since it also enables IPIs. It could also be split into two configs, but no boards use the timer but not the IPI atm, so I haven't split it. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5d022352c4..69a5bc3768 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -939,6 +939,7 @@ T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
F: arch/riscv/
F: cmd/riscv/
F: drivers/timer/andes_plmt_timer.c
+F: drivers/timer/sifive_clint_timer.c
F: tools/prelink-riscv.c
RISC-V KENDRYTE