All of lore.kernel.org
 help / color / mirror / Atom feed
From: philippe baetens <philippebaetens@gmail.com>
To: linux-media@vger.kernel.org
Subject: [PATCH v1 0/1] *** New MIRA220 image sensor driver ***
Date: Wed, 11 Jun 2025 21:22:26 +0200	[thread overview]
Message-ID: <cover.1749669197.git.philippebaetens@gmail.com> (raw)

Hi Folks,

I've recently created a driver for the ams-osram mira220 image sensor.
This is already merged and tested specifically for the
raspberrypi/linux kernel.
Now I want to upstream my driver to the mainline linux.
This is my first patch - so be gentle :)
Feedback is appreciated.

philippe baetens (1):
  media/i2c: Add driver for ams Mira220

 drivers/media/i2c/Kconfig   |   14 +
 drivers/media/i2c/Makefile  |    1 +
 drivers/media/i2c/mira220.c | 1998 +++++++++++++++++++++++++++++++++++
 3 files changed, 2013 insertions(+)
 create mode 100644 drivers/media/i2c/mira220.c

-- 
2.34.1


             reply	other threads:[~2025-06-11 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-11 19:22 philippe baetens [this message]
2025-06-11 19:23 ` [PATCH v1 1/1] media/i2c: Add driver for ams 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=cover.1749669197.git.philippebaetens@gmail.com \
    --to=philippebaetens@gmail.com \
    --cc=linux-media@vger.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 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.