All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: jacopo@jmondi.org, paul.j.murphy@intel.com,
	daniele.alessandrelli@intel.com, mchehab@kernel.org,
	linux-media@vger.kernel.org
Subject: Re: [PATCH v3 5/5] media: i2c: imx412: Add imx577 compatible string
Date: Thu, 15 Sep 2022 23:55:39 +0300	[thread overview]
Message-ID: <YyORS+qWivhAM62K@valkosipuli.retiisi.eu> (raw)
In-Reply-To: <20220915003522.1227073-6-bryan.odonoghue@linaro.org>

On Thu, Sep 15, 2022 at 01:35:22AM +0100, Bryan O'Donoghue wrote:
> The Sony imx577 uses the same silicon enabling reference code from Sony in
> the available examples provided.
> 
> Add an imx577 compatible string and re-use the existing imx412 code.
> 
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> ---
>  drivers/media/i2c/imx412.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c
> index 1013a5afc85f..776cc058edf2 100644
> --- a/drivers/media/i2c/imx412.c
> +++ b/drivers/media/i2c/imx412.c
> @@ -1290,6 +1290,7 @@ static const struct dev_pm_ops imx412_pm_ops = {
>  static const struct of_device_id imx412_of_match[] = {
>  	{ .compatible = "sony,imx412", .data = "imx412" },
>  	{ .compatible = "sony,imx477", .data = "imx477" },
> +	{ .compatible = "sony,imx577", .data = "imx577" },

Please squash patche 1 with 2 and patch 4 with 5.

Then I think these should be ready for merging.

>  	{ }
>  };
>  

-- 
Kind regards,

Sakari Ailus

      reply	other threads:[~2022-09-15 20:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15  0:35 [PATCH v3 0/5] Add imx577 and imx477 compatible to imx412 Bryan O'Donoghue
2022-09-15  0:35 ` [PATCH v3 1/5] media: dt-bindings: imx412: Add imx477 compatible string Bryan O'Donoghue
2022-09-15  0:35 ` [PATCH v3 2/5] media: dt-bindings: imx412: Add imx577 " Bryan O'Donoghue
2022-09-15  0:35 ` [PATCH v3 3/5] media: i2c: imx412: Assign v4l2 device subname based on compat string Bryan O'Donoghue
2022-09-15 20:54   ` Sakari Ailus
2022-09-15  0:35 ` [PATCH v3 4/5] media: i2c: imx412: Add imx477 compatible string Bryan O'Donoghue
2022-09-15 22:03   ` Dave Stevenson
2022-09-16  0:32     ` Bryan O'Donoghue
2022-09-16 11:03       ` Sakari Ailus
2022-09-16 11:14         ` Bryan O'Donoghue
2022-09-16 11:18           ` Bryan O'Donoghue
2022-09-15  0:35 ` [PATCH v3 5/5] media: i2c: imx412: Add imx577 " Bryan O'Donoghue
2022-09-15 20:55   ` Sakari Ailus [this message]

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=YyORS+qWivhAM62K@valkosipuli.retiisi.eu \
    --to=sakari.ailus@iki.fi \
    --cc=bryan.odonoghue@linaro.org \
    --cc=daniele.alessandrelli@intel.com \
    --cc=jacopo@jmondi.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=paul.j.murphy@intel.com \
    /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.