All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Felsch <m.felsch@pengutronix.de>
To: Robert Foss <robert.foss@linaro.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	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,
	Dongchun Zhu <dongchun.zhu@mediatek.com>,
	Fabio Estevam <festevam@gmail.com>,
	Tomasz Figa <tfiga@chromium.org>
Subject: Re: [PATCH v8 v5 1/3] media: dt-bindings: ov8856: Document YAML bindings
Date: Wed, 29 Apr 2020 07:55:20 +0200	[thread overview]
Message-ID: <20200429055520.GA31414@pengutronix.de> (raw)
In-Reply-To: <20200428180718.1609826-1-robert.foss@linaro.org>

Hi Robert,

On 20-04-28 20:07, Robert Foss wrote:
> From: Dongchun Zhu <dongchun.zhu@mediatek.com>
> 
> This patch adds documentation of device tree in YAML schema for the
> OV8856 CMOS image sensor.
> 
> Signed-off-by: Dongchun Zhu <dongchun.zhu@mediatek.com>
> Signed-off-by: Robert Foss <robert.foss@linaro.org>
> ---
> 
> - Changes since v7:
>   * Marco: Make 'port' property optional

Sorry if my comment was not precise enough but this wasn't my intention.
The port property must be required.

>   * Maxime & Sakari: Add 'link-frequencies' property to dt binding
>   * robher: Improve description for 'port' property
> 
> - Changes since v6:
>   * Marco: remove qcom specifics from DT example

This was my intention :)

Regards,
  Marco

WARNING: multiple messages have this Message-ID (diff)
From: Marco Felsch <m.felsch@pengutronix.de>
To: Robert Foss <robert.foss@linaro.org>
Cc: devicetree@vger.kernel.org,
	Dongchun Zhu <dongchun.zhu@mediatek.com>,
	linux-kernel@vger.kernel.org, Tomasz Figa <tfiga@chromium.org>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	Maxime Ripard <maxime@cerno.tech>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: Re: [PATCH v8 v5 1/3] media: dt-bindings: ov8856: Document YAML bindings
Date: Wed, 29 Apr 2020 07:55:20 +0200	[thread overview]
Message-ID: <20200429055520.GA31414@pengutronix.de> (raw)
In-Reply-To: <20200428180718.1609826-1-robert.foss@linaro.org>

Hi Robert,

On 20-04-28 20:07, Robert Foss wrote:
> From: Dongchun Zhu <dongchun.zhu@mediatek.com>
> 
> This patch adds documentation of device tree in YAML schema for the
> OV8856 CMOS image sensor.
> 
> Signed-off-by: Dongchun Zhu <dongchun.zhu@mediatek.com>
> Signed-off-by: Robert Foss <robert.foss@linaro.org>
> ---
> 
> - Changes since v7:
>   * Marco: Make 'port' property optional

Sorry if my comment was not precise enough but this wasn't my intention.
The port property must be required.

>   * Maxime & Sakari: Add 'link-frequencies' property to dt binding
>   * robher: Improve description for 'port' property
> 
> - Changes since v6:
>   * Marco: remove qcom specifics from DT example

This was my intention :)

Regards,
  Marco

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

  parent reply	other threads:[~2020-04-29  5:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 18:07 [PATCH v8 v5 1/3] media: dt-bindings: ov8856: Document YAML bindings Robert Foss
2020-04-28 18:07 ` Robert Foss
2020-04-28 18:07 ` [PATCH v5 v5 2/3] media: ov8856: Add devicetree support Robert Foss
2020-04-28 18:07   ` Robert Foss
2020-04-29  9:00   ` Maxime Ripard
2020-04-29  9:00     ` Maxime Ripard
2020-04-29 10:19     ` Robert Foss
2020-04-29 10:19       ` Robert Foss
2020-04-29 11:13       ` Sakari Ailus
2020-04-29 11:13         ` Sakari Ailus
2020-04-29 11:39         ` Robert Foss
2020-04-29 11:39           ` Robert Foss
2020-04-29 11:46           ` Maxime Ripard
2020-04-29 11:46             ` Maxime Ripard
2020-04-28 18:07 ` [PATCH v5 v5 3/3] media: ov8856: Implement sensor module revision identification Robert Foss
2020-04-28 18:07   ` Robert Foss
2020-04-28 22:05 ` [PATCH v8 v5 1/3] media: dt-bindings: ov8856: Document YAML bindings Sakari Ailus
2020-04-28 22:05   ` Sakari Ailus
2020-04-29  5:55 ` Marco Felsch [this message]
2020-04-29  5:55   ` Marco Felsch
2020-04-29  8:48 ` Maxime Ripard
2020-04-29  8:48   ` Maxime Ripard

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=20200429055520.GA31414@pengutronix.de \
    --to=m.felsch@pengutronix.de \
    --cc=andriy.shevchenko@linux.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=maxime@cerno.tech \
    --cc=robert.foss@linaro.org \
    --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.