All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] media: i2c: imx519: Support for Sony IMX519 sensor
@ 2023-09-08 12:43 ` Umang Jain
  0 siblings, 0 replies; 18+ messages in thread
From: Umang Jain @ 2023-09-08 12:43 UTC (permalink / raw)
  To: linux-media, devicetree, linux-arm-kernel, linux-kernel
  Cc: Lee Jackson, Sakari Ailus, Hans Verkuil, Laurent Pinchart,
	Shawn Tu, kieran.bingham, jacopo.mondi, Umang Jain

The following series adds support for Sony imx519 sensor.
Tested for all modes on top of [1] with libcamera on Raspberry Pi 4

Changes in v6:
- Port to use subdev active state
- Use CCI helpers to read and write regs
- Drop embedded data pad support from previous version
  (Will be done in subsequent series with streams API)
- Drop pm resume/suspend functions
- Inline imx519_reset_colorspace()
- Drop IMX519_NUM_SUPPLIES define
- Rework imx519_start_streaming()
- Rework imx519_stop_streaming()
- Use PM runtime autosuspend API
- Misc trivial fixes

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git/log/?h=rpi/v6.5/unicam/dev

Lee Jackson (2):
  dt-bindings: media: i2c: Add IMX519 CMOS sensor
  media: i2c: Add driver for IMX519 sensor

 .../bindings/media/i2c/sony,imx519.yaml       |  107 +
 MAINTAINERS                                   |    9 +
 drivers/media/i2c/Kconfig                     |   14 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/imx519.c                    | 1842 +++++++++++++++++
 5 files changed, 1973 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx519.yaml
 create mode 100644 drivers/media/i2c/imx519.c


base-commit: 3f609d0d03e4967469b2aa22738b1bae74cff2b0
-- 
2.41.0


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

end of thread, other threads:[~2023-09-08 17:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 12:43 [PATCH v6 0/2] media: i2c: imx519: Support for Sony IMX519 sensor Umang Jain
2023-09-08 12:43 ` Umang Jain
2023-09-08 12:43 ` [PATCH v6 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor Umang Jain
2023-09-08 12:43   ` Umang Jain
2023-09-08 12:43 ` [PATCH v6 2/2] media: i2c: Add driver for IMX519 sensor Umang Jain
2023-09-08 12:43   ` Umang Jain
2023-09-08 15:18   ` Dave Stevenson
2023-09-08 15:18     ` Dave Stevenson
2023-09-08 16:23   ` Jacopo Mondi
2023-09-08 16:23     ` Jacopo Mondi
2023-09-08 16:57     ` Dave Stevenson
2023-09-08 16:57       ` Dave Stevenson
2023-09-08 17:29       ` Kieran Bingham
2023-09-08 17:29         ` Kieran Bingham
2023-09-08 17:49         ` Dave Stevenson
2023-09-08 17:49           ` Dave Stevenson
2023-09-08 17:26   ` Laurent Pinchart
2023-09-08 17:26     ` Laurent Pinchart

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.