Add a maintainers entry for the Linux Common Clock Framework port. Since CCF is independent of UCLASS_CLK and only aims to maintain a compatible API surface for clock consumers it makes sense to have a separate entry for this. I'd welcome anyone interested to become co-maintainer or reviewer for this code.
Signed-off-by: Casey Connolly <[email protected]> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a522c77ee368..54ac73015580 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1065,8 +1065,15 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git F: drivers/clk/ F: drivers/clk/imx/ +COMMON CLOCK FRAMEWORK +M: Casey Connolly <[email protected]> +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git +F: drivers/clk/ccf +F: include/linux/clk-provider-ccf_full.h + CPU M: Simon Glass <[email protected]> M: Hou Zhiqiang <[email protected]> S: Maintained -- 2.55.0
