devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Philippe Baetens <philippebaetens@gmail.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
	 Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	Philippe Baetens <philippebaetens@gmail.com>,
	 Kieran Bingham <kieran.bingham@ideasonboard.com>
Subject: [PATCH v4 0/2] Mira220 global shutter image sensor driver
Date: Sat, 20 Sep 2025 21:47:57 +0200	[thread overview]
Message-ID: <20250920-mira220-v4-0-921b2e83a352@gmail.com> (raw)

Mira220 is a global shutter NIR-enhanced image sensor by AMS.
Driver is submitted in the next patch of this series.
Verified on a raspberry pi and imx8.

Signed-off-by: Philippe Baetens <philippebaetens@gmail.com>
---
This is version 4 of the patch series. I made some changes after review
by Kieran Bingham, mostly formatting related..
Also using b4 now - hope this improves my workflow. Krzyztof ;)

---
Philippe Baetens (2):
      dt-bindings: media: i2c: ams,mira220: Add mira220 image sensor
      media: i2c: ams,mira220 Add a driver for the Mira220 image sensor.

 .../devicetree/bindings/media/i2c/ams,mira220.yaml |  108 ++
 MAINTAINERS                                        |    6 +
 drivers/media/i2c/Kconfig                          |   14 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/mira220.c                        | 2032 ++++++++++++++++++++
 5 files changed, 2161 insertions(+)
---
base-commit: 2412f16c9afa7710778fc032139a6df38b68fd7c
change-id: 20250820-mira220-ec36fb9f3806

Best regards,
-- 
Philippe Baetens <philippebaetens@gmail.com>


             reply	other threads:[~2025-09-20 19:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-20 19:47 Philippe Baetens [this message]
2025-09-20 19:47 ` [PATCH v4 1/2] dt-bindings: media: i2c: ams,mira220: Add mira220 image sensor Philippe Baetens
2025-09-22 20:33   ` Rob Herring
2025-09-20 19:47 ` [PATCH v4 2/2] media: i2c: ams,mira220 Add a driver for the Mira220 " Philippe Baetens

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=20250920-mira220-v4-0-921b2e83a352@gmail.com \
    --to=philippebaetens@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    /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).