Re: [PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
From: Frank Li
Date: Tue Dec 02 2025 - 15:42:39 EST
On Tue, Sep 02, 2025 at 08:04:21AM -0400, Frank Li wrote:
> On Mon, Aug 11, 2025 at 04:42:29PM -0400, Frank Li wrote:
> > The AP1302 is a standalone ISP for ON Semiconductor sensors.
> > AP1302 ISP supports single and dual sensor inputs. The driver
> > code supports AR1335, AR0144 and AR0330 sensors with single and
> > dual mode by loading the corresponding firmware.
>
>
> Laurent Pinchart:
>
> Rob already ack binding part. Can you help check how to move forward
> driver part (firmware header)?
Laurent Pinchart:
Does this patch missed at review queue? It is quite long time
(over 3 month) that no any feedback! Or I missed some steps to trigger
review?
Frank
>
> Frank
>
> >
> > Continue previous upstream:
> > https://lore.kernel.org/linux-media/1631091372-16191-1-git-send-email-anil.mamidala@xxxxxxxxxx/
> >
> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> > ---
> > Changes in v4:
> > - roll back to use onnn,module method: see discussion with Rob at
> > https://lore.kernel.org/imx/CAL_JsqLUj2h1OxUokOGFL34czroJnJ33cpvn9jO8b8=cu8Fz0g@xxxxxxxxxxxxxx/
> >
> > - Link to v3: https://lore.kernel.org/r/20250623-ap1302-v3-0-c9ca5b791494@xxxxxxx
> >
> > change in v3
> > - move sensor in binding into ports.
> > - add missed regulator and enable-gpios.
> > - detail change log see each patches's change log
> >
> > ---
> > Anil Kumar Mamidala (2):
> > dt-bindings: media: i2c: Add bindings for AP1302
> > media: i2c: Add ON Semiconductor AP1302 ISP driver
> >
> > .../devicetree/bindings/media/i2c/onnn,ap1302.yaml | 184 ++
> > MAINTAINERS | 9 +
> > drivers/media/i2c/Kconfig | 9 +
> > drivers/media/i2c/Makefile | 1 +
> > drivers/media/i2c/ap1302.c | 2829 ++++++++++++++++++++
> > 5 files changed, 3032 insertions(+)
> > ---
> > base-commit: ce5d48bfb56d70cfbdf29770c5c392a979cc3871
> > change-id: 20250617-ap1302-4897c591871c
> >
> > Best regards,
> > --
> > Frank Li <Frank.Li@xxxxxxx>
> >