[PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver

Frank Li posted 2 patches 1 month, 3 weeks ago
.../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(+)
[PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
Posted by Frank Li 1 month, 3 weeks ago
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.

Continue previous upstream:
https://lore.kernel.org/linux-media/1631091372-16191-1-git-send-email-anil.mamidala@xilinx.com/

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v4:
- roll back to use onnn,module method: see discussion with Rob at
  https://lore.kernel.org/imx/CAL_JsqLUj2h1OxUokOGFL34czroJnJ33cpvn9jO8b8=cu8Fz0g@mail.gmail.com/

- Link to v3: https://lore.kernel.org/r/20250623-ap1302-v3-0-c9ca5b791494@nxp.com

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@nxp.com>
Re: [PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
Posted by Frank Li 1 month ago
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)?

Frank

>
> Continue previous upstream:
> https://lore.kernel.org/linux-media/1631091372-16191-1-git-send-email-anil.mamidala@xilinx.com/
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Changes in v4:
> - roll back to use onnn,module method: see discussion with Rob at
>   https://lore.kernel.org/imx/CAL_JsqLUj2h1OxUokOGFL34czroJnJ33cpvn9jO8b8=cu8Fz0g@mail.gmail.com/
>
> - Link to v3: https://lore.kernel.org/r/20250623-ap1302-v3-0-c9ca5b791494@nxp.com
>
> 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@nxp.com>
>