linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: add imx415 cmos image sensor driver
@ 2023-01-18 10:32 Michael Riesch
  2023-01-18 10:32 ` [PATCH 1/2] dt-bindings: media: i2c: add imx415 cmos image sensor Michael Riesch
  2023-01-18 10:32 ` [PATCH 2/2] media: i2c: add imx415 cmos image sensor driver Michael Riesch
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Riesch @ 2023-01-18 10:32 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, Shawn Tu, 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).

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       |  120 ++
 MAINTAINERS                                   |    8 +
 drivers/media/i2c/Kconfig                     |   14 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/imx415.c                    | 1296 +++++++++++++++++
 5 files changed, 1439 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-18 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18 10:32 [PATCH 0/2] media: i2c: add imx415 cmos image sensor driver Michael Riesch
2023-01-18 10:32 ` [PATCH 1/2] dt-bindings: media: i2c: add imx415 cmos image sensor Michael Riesch
2023-01-18 15:26   ` Rob Herring
2023-01-18 15:48   ` Rob Herring
2023-01-18 19:00     ` Michael Riesch
2023-01-18 10:32 ` [PATCH 2/2] media: i2c: add imx415 cmos image sensor driver Michael Riesch

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).