linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
@ 2025-06-23 19:17 Frank Li
  2025-06-23 19:17 ` [PATCH v3 1/2] dt-bindings: media: i2c: Add bindings for AP1302 and AR0144 Frank Li
  2025-06-23 19:17 ` [PATCH v3 2/2] media: i2c: Add ON Semiconductor AP1302 ISP driver Frank Li
  0 siblings, 2 replies; 19+ messages in thread
From: Frank Li @ 2025-06-23 19:17 UTC (permalink / raw)
  To: Laurent Pinchart, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kumar M
  Cc: linux-media, devicetree, linux-kernel, imx, Guoniu.zhou, Frank Li,
	Stefan Hladnik, Florian Rebaudo

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/

change in v3
- move sensor in binding into ports.
- add missed regulator and enable-gpios.
- detail change log see each patches's change log.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Anil Kumar Mamidala (2):
      dt-bindings: media: i2c: Add bindings for AP1302 and AR0144
      media: i2c: Add ON Semiconductor AP1302 ISP driver

 .../devicetree/bindings/media/i2c/onnn,ap1302.yaml |  151 ++
 .../devicetree/bindings/media/i2c/onnn,ar0144.yaml |   75 +
 MAINTAINERS                                        |   10 +
 drivers/media/i2c/Kconfig                          |    9 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ap1302.c                         | 2838 ++++++++++++++++++++
 6 files changed, 3084 insertions(+)
---
base-commit: 645ba71558f6294a0a79e1f9c0b6b73ec850dc42
change-id: 20250617-ap1302-4897c591871c

Best regards,
---
Frank Li <Frank.Li@nxp.com>


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-06-26 22:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 19:17 [PATCH v3 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver Frank Li
2025-06-23 19:17 ` [PATCH v3 1/2] dt-bindings: media: i2c: Add bindings for AP1302 and AR0144 Frank Li
2025-06-23 22:41   ` Laurent Pinchart
2025-06-24 18:41     ` Frank Li
2025-06-24 18:54       ` Laurent Pinchart
2025-06-24 19:45         ` Frank Li
2025-06-26 12:40           ` Laurent Pinchart
2025-06-26 15:58             ` Frank Li
2025-06-26 19:07               ` Laurent Pinchart
2025-06-26 22:14                 ` Frank Li
2025-06-23 19:17 ` [PATCH v3 2/2] media: i2c: Add ON Semiconductor AP1302 ISP driver Frank Li
2025-06-23 22:47   ` Laurent Pinchart
2025-06-24 18:47     ` Frank Li
2025-06-24 18:56       ` Laurent Pinchart
2025-06-24 19:18         ` Frank Li
2025-06-26 12:42           ` Laurent Pinchart
2025-06-26 14:58             ` Frank Li
2025-06-26 19:09               ` Laurent Pinchart
2025-06-26 22:17                 ` Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).