diff mbox series

[U-Boot,v5,18/18] clk: Add MAINTAINERS entry for clocks (./drivers/clk/)

Message ID 20190624135052.2699-19-lukma@denx.de
State Accepted
Commit 37d7337361739adea69f42397f5f74f5730c7736
Delegated to: Stefano Babic
Headers show
Series clk: Port Linux common clock framework [CCF] to U-boot (tag: v5.1.12) | expand

Commit Message

Lukasz Majewski June 24, 2019, 1:50 p.m. UTC
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>
---

Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Stefano Babic July 20, 2019, 8:51 a.m. UTC | #1
> 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>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8e26eda2c8..e659491d3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -443,6 +443,13 @@  T:	git git://git.denx.de/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>