devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: Add imx283 camera sensor driver
@ 2024-02-15 20:44 Umang Jain
  2024-02-15 20:44 ` [PATCH 1/2] media: dt-bindings: media: Add bindings for IMX283 Umang Jain
  2024-02-15 20:44 ` [PATCH 2/2] media: i2c: Add imx283 camera sensor driver Umang Jain
  0 siblings, 2 replies; 11+ messages in thread
From: Umang Jain @ 2024-02-15 20:44 UTC (permalink / raw)
  To: linux-media, devicetree
  Cc: linux-arm-kernel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, NXP Linux Team,
	Fabio Estevam, Kieran Bingham, Laurent Pinchart, willl will,
	Sakari Ailus, Umang Jain

Add a v4l2 subdevice driver for the Sony IMX283 image sensor.
  
The IMX283 is a 20MP Diagonal 15.86 mm (Type 1) CMOS Image Sensor with
Square Pixel for Color Cameras.
    
The following features are supported:
- Manual exposure an gain control support
- vblank/hblank/link freq control support
- Test pattern support control
- Arbitrary horizontal and vertical cropping
- Supported resolution:
   - 5472x3648 @ 20fps (SRGGB12)
   - 5472x3648 @ 25fps (SRGGB10)
   - 2736x1824 @ 50fps (SRGGB12)

The driver is tested on mainline branch v6.8-rc2 on IMX8MP Debix-SOM-A.
Additional testing has been done on RPi5 with the downstream BSP.

In the driver, CENTERED_RECTANGLE macro is defined to center the crop
rectangle. Possibly that should be removed, and a V4L2 helper can be
introduced if more use cases are identified.

Kieran Bingham (1):
  media: i2c: Add imx283 camera sensor driver

Umang Jain (1):
  media: dt-bindings: media: Add bindings for IMX283

 .../bindings/media/i2c/sony,imx283.yaml       |  100 +
 MAINTAINERS                                   |    9 +
 drivers/media/i2c/Kconfig                     |   13 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/imx283.c                    | 1601 +++++++++++++++++
 5 files changed, 1724 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
 create mode 100644 drivers/media/i2c/imx283.c

-- 
2.43.0


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

end of thread, other threads:[~2024-02-18 12:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 20:44 [PATCH 0/2] media: i2c: Add imx283 camera sensor driver Umang Jain
2024-02-15 20:44 ` [PATCH 1/2] media: dt-bindings: media: Add bindings for IMX283 Umang Jain
2024-02-16  2:09   ` Rob Herring
2024-02-16  8:03   ` Krzysztof Kozlowski
2024-02-16  9:23     ` Sakari Ailus
2024-02-16 15:13       ` Kieran Bingham
2024-02-15 20:44 ` [PATCH 2/2] media: i2c: Add imx283 camera sensor driver Umang Jain
2024-02-16  8:07   ` Krzysztof Kozlowski
2024-02-16  9:21   ` Sakari Ailus
2024-02-18 12:40     ` Laurent Pinchart
2024-02-18  1:43   ` kernel test robot

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