imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
@ 2025-08-11 20:42 Frank Li
  2025-08-11 20:42 ` [PATCH v4 1/2] dt-bindings: media: i2c: Add bindings for AP1302 Frank Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Frank Li @ 2025-08-11 20:42 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/

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>


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

end of thread, other threads:[~2025-09-02 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 20:42 [PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver Frank Li
2025-08-11 20:42 ` [PATCH v4 1/2] dt-bindings: media: i2c: Add bindings for AP1302 Frank Li
2025-08-14 21:11   ` Rob Herring
2025-08-11 20:42 ` [PATCH v4 2/2] media: i2c: Add ON Semiconductor AP1302 ISP driver Frank Li
2025-09-02 12:04 ` [PATCH v4 0/2] " 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).