All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] media: i2c: add imx415 cmos image sensor driver
@ 2023-01-30  8:47 ` Michael Riesch
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Riesch @ 2023-01-30  8:47 UTC (permalink / raw)
  To: linux-media, devicetree, linux-arm-kernel, linux-kernel
  Cc: Michael Riesch, Gerald Loacker, Mauro Carvalho Chehab,
	Rob Herring, Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Sakari Ailus, Laurent Pinchart, Hans Verkuil, Marco Felsch,
	Mikhail Rudenko, Krzysztof Hałasa, Marek Vasut

Hi all,

This series adds a driver for the Sony IMX415 CMOS image sensor.
The Sony IMX415 is a diagonal 6.4 mm (Type 1/2.8) CMOS active pixel type
solid-state image sensor with a square pixel array and 8.46 M effective
pixels. This chip operates with analog 2.9 V, digital 1.1 V, and interface
1.8 V triple power supply, and has low power consumption.
The IMX415 is programmable through I2C interface. The sensor output is
available via CSI-2 serial data output (two or four lanes).

Version 2 of this series fixes the port description in the devicetree
binding as pointed out by Rob Herring.

Version 3 addresses the comments by Sakari Ailus, Marco Felsch and Rob
Herring.

Looking forward to your comments!

Best regards,
Michael

Gerald Loacker (1):
  media: i2c: add imx415 cmos image sensor driver

Michael Riesch (1):
  dt-bindings: media: i2c: add imx415 cmos image sensor

 .../bindings/media/i2c/sony,imx415.yaml       |  122 ++
 MAINTAINERS                                   |    8 +
 drivers/media/i2c/Kconfig                     |   14 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/imx415.c                    | 1300 +++++++++++++++++
 5 files changed, 1445 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
 create mode 100644 drivers/media/i2c/imx415.c


base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
-- 
2.30.2


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

end of thread, other threads:[~2023-01-30 22:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  8:47 [PATCH v3 0/2] media: i2c: add imx415 cmos image sensor driver Michael Riesch
2023-01-30  8:47 ` Michael Riesch
2023-01-30  8:47 ` [PATCH v3 1/2] dt-bindings: media: i2c: add imx415 cmos image sensor Michael Riesch
2023-01-30  8:47   ` Michael Riesch
2023-01-30 22:45   ` Rob Herring
2023-01-30 22:45     ` Rob Herring
2023-01-30  8:47 ` [PATCH v3 2/2] media: i2c: add imx415 cmos image sensor driver Michael Riesch
2023-01-30  8:47   ` Michael Riesch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.