diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-06-24 15:50:52 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 14:50:30 +0200 |
commit | 37d7337361739adea69f42397f5f74f5730c7736 (patch) | |
tree | 4e2a4737b7483d6cc276af7604031179d15ea1e0 | |
parent | 3c944f206fc767c564a43a11a5d5ab124ea9d054 (diff) | |
download | u-boot-37d7337361739adea69f42397f5f74f5730c7736.zip u-boot-37d7337361739adea69f42397f5f74f5730c7736.tar.gz u-boot-37d7337361739adea69f42397f5f74f5730c7736.tar.bz2 |
clk: Add MAINTAINERS entry for clocks (./drivers/clk/)
The clock subsystem needs active maintenance as it steadily grows.
I do offer my help for this task.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc67c49..49403c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -444,6 +444,13 @@ T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git F: drivers/mtd/cfi_flash.c F: drivers/mtd/jedec_flash.c +CLOCK +M: Lukasz Majewski <lukma@denx.de> +S: Maintained +T: git git://git.denx.de/u-boot-dfu.git +F: drivers/clk/ +F: drivers/clk/imx/ + COLDFIRE M: Huan Wang <alison.wang@nxp.com> M: Angelo Dureghello <angelo@sysam.it> |