From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Subject: [PATCH 0/3] dw9807 and imx258 drivers
Date: Thu, 17 May 2018 13:43:01 +0300 [thread overview]
Message-ID: <20180517104304.10200-1-sakari.ailus@linux.intel.com> (raw)
Re-submitting with correct SoB lines. The removal of the unused retry
variable has been merged to the dw9807 driver patch.
Alan Chiang (2):
media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil
media: dw9807: Add dw9807 vcm driver
Jason Chen (1):
media: imx258: Add imx258 camera sensor driver
.../bindings/media/i2c/dongwoon,dw9807.txt | 9 +
MAINTAINERS | 14 +
drivers/media/i2c/Kconfig | 21 +
drivers/media/i2c/Makefile | 2 +
drivers/media/i2c/dw9807.c | 329 +++++
drivers/media/i2c/imx258.c | 1320 ++++++++++++++++++++
6 files changed, 1695 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807.txt
create mode 100644 drivers/media/i2c/dw9807.c
create mode 100644 drivers/media/i2c/imx258.c
--
2.11.0
next reply other threads:[~2018-05-17 10:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 10:43 Sakari Ailus [this message]
2018-05-17 10:43 ` [PATCH 1/3] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil Sakari Ailus
2018-05-17 10:43 ` [PATCH 2/3] media: dw9807: Add dw9807 vcm driver Sakari Ailus
2018-05-17 10:43 ` [PATCH 3/3] media: imx258: Add imx258 camera sensor driver Sakari Ailus
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=20180517104304.10200-1-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux.intel.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 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).