Re: [PATCH 3/8] clk: qcom: videocc-x1p42100: Add support for video clock controller
From: Abel Vesa
Date: Wed Jan 28 2026 - 03:18:47 EST
On 26-01-28 12:51:30, Taniya Das wrote:
>
>
> On 1/28/2026 12:56 AM, Jagadeesh Kona wrote:
> > Add support for the video clock controller for video clients to be
> > able to request for videocc clocks on X1P42100 platform.
> >
> > Signed-off-by: Jagadeesh Kona <jagadeesh.kona@xxxxxxxxxxxxxxxx>
> > ---
> > drivers/clk/qcom/Kconfig | 10 +
> > drivers/clk/qcom/Makefile | 1 +
> > drivers/clk/qcom/videocc-x1p42100.c | 585 ++++++++++++++++++++++++++++++++++++
> > 3 files changed, 596 insertions(+)
> >
[...]
> > +
> > +module_platform_driver(video_cc_x1p42100_driver);
> > +
> > +MODULE_DESCRIPTION("QTI VIDEOCC X1P42100 Driver");
> > +MODULE_LICENSE("GPL");
> >
>
> Reviewed-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
Please trim your replies. There is no point in scrolling all the way
to the bottom just to see a R-b tag.
Thanks,
Abel