aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-06-24 06:41:11 -0400
committerAndes <uboot@andestech.com>2020-07-01 15:01:21 +0800
commitf9c7d4f99f51ac9c1cf513111c21395f93d2dd53 (patch)
treeba01f5f1a843d36582654975fd4ad3413e4f6e40 /MAINTAINERS
parent1a198cf8862b0540894ba6569c55244b1bd3e824 (diff)
downloadu-boot-f9c7d4f99f51ac9c1cf513111c21395f93d2dd53.zip
u-boot-f9c7d4f99f51ac9c1cf513111c21395f93d2dd53.tar.gz
u-boot-f9c7d4f99f51ac9c1cf513111c21395f93d2dd53.tar.bz2
clk: Add K210 clock support
Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. Clocks parameters are stored in several arrays, and are then instantiated at run-time. There are some translation macros (FOOIFY()) which allow for more dense packing. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0623da0..9d2d3a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -874,6 +874,13 @@ F: arch/riscv/
F: cmd/riscv/
F: tools/prelink-riscv.c
+RISC-V KENDRYTE
+M: Sean Anderson <seanga2@gmail.com>
+S: Maintained
+F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
+F: drivers/clk/kendryte/
+F: include/kendryte/
+
RNG
M: Sughosh Ganu <sughosh.ganu@linaro.org>
R: Heinrich Schuchardt <xypron.glpk@gmx.de>