All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add bindings and driver for Sony IMX908
@ 2026-07-30  2:15 Lachlan Michael
  2026-07-30  2:15 ` [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings Lachlan Michael
  2026-07-30  2:15 ` [PATCH 2/2] media: i2c: Add Sony IMX908 image sensor driver Lachlan Michael
  0 siblings, 2 replies; 6+ messages in thread
From: Lachlan Michael @ 2026-07-30  2:15 UTC (permalink / raw)
  To: mchehab, sakari.ailus, hverkuil+cisco, laurent.pinchart,
	linux-media, devicetree
  Cc: robh, krzk+dt, conor+dt, kieran.bingham, jai.luthra,
	Ryuichi.Tadano, Kengo.Hayasaka, Tim.Bird, Kazumi.A.Sato,
	linux-kernel, Lachlan Michael

Hi,

This series adds device tree bindings and a V4L2 sub-device driver
for the Sony IMX908 image sensor.

The IMX908 is an 8.39 MP CMOS image sensor with a MIPI CSI-2 output
interface. The driver supports RAW10 and RAW12 output formats,
exposure and analogue gain controls, image flipping, blanking
controls, window cropping and test pattern generation.

HDR modes and RAW16 output are not currently supported.

Comments and feedback are welcome.

Lachlan Michael (2):
  media: dt-bindings: imx908: Add Sony IMX908 sensor bindings
  media: i2c: Add Sony IMX908 image sensor driver

 .../bindings/media/i2c/sony,imx908.yaml       |  107 ++
 MAINTAINERS                                   |    7 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/imx908.c                    | 1593 +++++++++++++++++
 5 files changed, 1719 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx908.yaml
 create mode 100644 drivers/media/i2c/imx908.c

-- 
2.47.3


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

end of thread, other threads:[~2026-07-30  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30  2:15 [PATCH 0/2] Add bindings and driver for Sony IMX908 Lachlan Michael
2026-07-30  2:15 ` [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings Lachlan Michael
2026-07-30  2:22   ` sashiko-bot
2026-07-30  3:24   ` Rob Herring (Arm)
2026-07-30  2:15 ` [PATCH 2/2] media: i2c: Add Sony IMX908 image sensor driver Lachlan Michael
2026-07-30  2:31   ` sashiko-bot

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.