All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Foss <robert.foss@linaro.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	Marco Felsch <m.felsch@pengutronix.de>,
	Maxime Ripard <maxime@cerno.tech>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Dongchun Zhu <dongchun.zhu@mediatek.com>,
	Fabio Estevam <festevam@gmail.com>,
	Tomasz Figa <tfiga@chromium.org>, Ben Kao <ben.kao@intel.com>,
	Robert Foss <robert.foss@linaro.org>
Subject: [PATCH v7 0/3] media: ov8856: Add devicetree support
Date: Tue,  5 May 2020 12:01:27 +0200	[thread overview]
Message-ID: <20200505100129.104673-1-robert.foss@linaro.org> (raw)

This adds devicetree support to the ov8856 driver.
In order to to aid debugging and enable future sensor
modes to be supported, module revision detection is also added.


Dongchun Zhu (1):
  media: dt-bindings: ov8856: Document YAML bindings

Robert Foss (2):
  media: ov8856: Add devicetree support
  media: ov8856: Implement sensor module revision identification

 .../devicetree/bindings/media/i2c/ov8856.yaml | 142 +++++++++++++
 MAINTAINERS                                   |   1 +
 drivers/media/i2c/ov8856.c                    | 190 ++++++++++++++++--
 3 files changed, 319 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml

-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Robert Foss <robert.foss@linaro.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	Marco Felsch <m.felsch@pengutronix.de>,
	Maxime Ripard <maxime@cerno.tech>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Ben Kao <ben.kao@intel.com>, Fabio Estevam <festevam@gmail.com>,
	Dongchun Zhu <dongchun.zhu@mediatek.com>,
	Robert Foss <robert.foss@linaro.org>,
	Tomasz Figa <tfiga@chromium.org>
Subject: [PATCH v7 0/3] media: ov8856: Add devicetree support
Date: Tue,  5 May 2020 12:01:27 +0200	[thread overview]
Message-ID: <20200505100129.104673-1-robert.foss@linaro.org> (raw)

This adds devicetree support to the ov8856 driver.
In order to to aid debugging and enable future sensor
modes to be supported, module revision detection is also added.


Dongchun Zhu (1):
  media: dt-bindings: ov8856: Document YAML bindings

Robert Foss (2):
  media: ov8856: Add devicetree support
  media: ov8856: Implement sensor module revision identification

 .../devicetree/bindings/media/i2c/ov8856.yaml | 142 +++++++++++++
 MAINTAINERS                                   |   1 +
 drivers/media/i2c/ov8856.c                    | 190 ++++++++++++++++--
 3 files changed, 319 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-05-05 10:01 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05 10:01 Robert Foss [this message]
2020-05-05 10:01 ` [PATCH v7 0/3] media: ov8856: Add devicetree support Robert Foss
2020-05-05 10:01 ` [PATCH v10 1/3] media: dt-bindings: ov8856: Document YAML bindings Robert Foss
2020-05-05 10:01   ` Robert Foss
2020-05-05 11:47   ` Dongchun Zhu
2020-05-05 11:47     ` Dongchun Zhu
2020-05-06 11:29     ` Robert Foss
2020-05-06 11:29       ` Robert Foss
2020-05-06 12:26       ` Marco Felsch
2020-05-06 12:26         ` Marco Felsch
2020-05-05 15:48   ` Rob Herring
2020-05-05 15:48     ` Rob Herring
2020-05-05 15:49   ` Rob Herring
2020-05-05 15:49     ` Rob Herring
2020-05-06 11:30     ` Robert Foss
2020-05-06 11:30       ` Robert Foss
2020-05-05 10:01 ` [PATCH v7 2/3] media: ov8856: Add devicetree support Robert Foss
2020-05-05 10:01   ` Robert Foss
2020-05-05 10:16   ` Marco Felsch
2020-05-05 10:16     ` Marco Felsch
2020-05-06 14:43     ` Robert Foss
2020-05-06 14:43       ` Robert Foss
2020-05-07  8:06   ` Kao, Ben
2020-05-07  8:06     ` Kao, Ben
2020-05-07  8:21     ` Marco Felsch
2020-05-07  8:21       ` Marco Felsch
2020-05-08  9:45       ` Kao, Ben
2020-05-08  9:45         ` Kao, Ben
2020-05-07  8:39     ` Robert Foss
2020-05-07  8:39       ` Robert Foss
2020-05-08  9:50       ` Kao, Ben
2020-05-08  9:50         ` Kao, Ben
2020-05-05 10:01 ` [PATCH v7 3/3] media: ov8856: Implement sensor module revision identification Robert Foss
2020-05-05 10:01   ` Robert Foss
2020-05-05 10:17   ` Marco Felsch
2020-05-05 10:17     ` Marco Felsch
2020-05-06 14:48     ` Robert Foss
2020-05-06 14:48       ` Robert Foss

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=20200505100129.104673-1-robert.foss@linaro.org \
    --to=robert.foss@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=ben.kao@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dongchun.zhu@mediatek.com \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.felsch@pengutronix.de \
    --cc=maxime@cerno.tech \
    --cc=sakari.ailus@iki.fi \
    --cc=tfiga@chromium.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.