devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Umang Jain <umang.jain@ideasonboard.com>
To: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Lee Jackson <lee.jackson@arducam.com>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Shawn Tu <shawnx.tu@intel.com>,
	kieran.bingham@ideasonboard.com, jacopo.mondi@ideasonboard.com,
	Umang Jain <umang.jain@ideasonboard.com>
Subject: [PATCH v6 0/2] media: i2c: imx519: Support for Sony IMX519 sensor
Date: Fri,  8 Sep 2023 08:43:42 -0400	[thread overview]
Message-ID: <20230908124344.171662-1-umang.jain@ideasonboard.com> (raw)

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


             reply	other threads:[~2023-09-08 12:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-08 12:43 Umang Jain [this message]
2023-09-08 12:43 ` [PATCH v6 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor Umang Jain
2023-09-08 12:43 ` [PATCH v6 2/2] media: i2c: Add driver for IMX519 sensor Umang Jain
2023-09-08 15:18   ` Dave Stevenson
2023-09-08 16:23   ` Jacopo Mondi
2023-09-08 16:57     ` Dave Stevenson
2023-09-08 17:29       ` Kieran Bingham
2023-09-08 17:49         ` Dave Stevenson
2023-09-08 17:26   ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230908124344.171662-1-umang.jain@ideasonboard.com \
    --to=umang.jain@ideasonboard.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=jacopo.mondi@ideasonboard.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=lee.jackson@arducam.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=shawnx.tu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).