linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Biju Das <biju.das@bp.renesas.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: "Biju Das" <biju.das@bp.renesas.com>,
	"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	"Simon Horman" <horms@verge.net.au>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Chris Paterson" <Chris.Paterson2@renesas.com>
Subject: RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1
Date: Thu, 8 Nov 2018 12:51:29 +0000	[thread overview]
Message-ID: <TY1PR01MB17702DD6630BAC85CFEB2735C0C50@TY1PR01MB1770.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <1536589878-26218-3-git-send-email-biju.das@bp.renesas.com>

Dear All,

Who is the best person to take this patch?

Thanks,
Fab

> From: linux-renesas-soc-owner@vger.kernel.org <linux-renesas-soc-owner@vger.kernel.org> On Behalf Of Biju Das
> Sent: 10 September 2018 15:31
> Subject: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1
>
> Add the MIPI CSI-2 driver support for RZ/G2M(r8a774a1) SoC.
> The CSI-2 module of RZ/G2M is similar to R-Car M3-W.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  drivers/media/platform/rcar-vin/rcar-csi2.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/media/platform/rcar-vin/rcar-csi2.c b/drivers/media/platform/rcar-vin/rcar-csi2.c
> index daef72d..65c7efb 100644
> --- a/drivers/media/platform/rcar-vin/rcar-csi2.c
> +++ b/drivers/media/platform/rcar-vin/rcar-csi2.c
> @@ -953,6 +953,10 @@ static const struct rcar_csi2_info rcar_csi2_info_r8a77970 = {
>
>  static const struct of_device_id rcar_csi2_of_table[] = {
>  {
> +.compatible = "renesas,r8a774a1-csi2",
> +.data = &rcar_csi2_info_r8a7796,
> +},
> +{
>  .compatible = "renesas,r8a7795-csi2",
>  .data = &rcar_csi2_info_r8a7795,
>  },
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

  parent reply	other threads:[~2018-11-08 12:51 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 14:31 [PATCH 0/5] Add VIN support to RZ/G2M Biju Das
2018-09-10 14:31 ` [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support Biju Das
2018-09-17 11:04   ` Niklas Söderlund
2018-11-08 12:50   ` Fabrizio Castro
2018-11-08 14:08     ` Simon Horman
2018-11-08 14:19       ` Fabrizio Castro
2018-11-08 14:09   ` Simon Horman
2018-11-08 14:18   ` Fabrizio Castro
2019-01-21 17:17     ` Fabrizio Castro
2019-03-01 12:09   ` Fabrizio Castro
2019-03-01 12:55     ` Hans Verkuil
2019-03-01 12:58       ` Geert Uytterhoeven
2019-03-01 13:08         ` Hans Verkuil
2019-03-01 13:12           ` Biju Das
2019-03-01 13:19             ` Hans Verkuil
2019-03-01 13:21               ` Biju Das
2019-03-01 13:13           ` Geert Uytterhoeven
2019-03-01 13:06       ` Laurent Pinchart
2019-03-07  0:44         ` Niklas Söderlund
2018-09-10 14:31 ` [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1 Biju Das
2018-09-17 11:05   ` Niklas Söderlund
2018-11-08 12:51   ` Fabrizio Castro [this message]
2018-11-08 14:10     ` Simon Horman
2018-11-08 14:24       ` Fabrizio Castro
2018-11-08 14:23   ` Fabrizio Castro
2019-01-21 17:18     ` Fabrizio Castro
2018-11-08 14:25   ` Simon Horman
2019-03-01 12:11   ` Fabrizio Castro
2018-09-10 14:31 ` [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support Biju Das
2018-09-17 11:07   ` Niklas Söderlund
2018-11-08 12:52   ` Fabrizio Castro
2018-11-08 14:20     ` Simon Horman
2018-11-08 14:25       ` Fabrizio Castro
2018-11-08 14:25   ` Fabrizio Castro
2019-01-21 17:19     ` Fabrizio Castro
2018-11-08 14:25   ` Simon Horman
2019-03-01 12:12   ` Fabrizio Castro
2018-09-10 14:31 ` [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1 Biju Das
2018-09-17 11:08   ` Niklas Söderlund
2018-11-08 12:53   ` Fabrizio Castro
2018-11-08 14:26   ` Simon Horman
2018-11-29 15:12   ` Biju Das
2019-01-21 17:19     ` Fabrizio Castro
2019-03-01 12:14   ` Fabrizio Castro
2018-09-10 14:31 ` [PATCH 5/5] arm64: dts: renesas: r8a774a1: Add VIN and CSI-2 nodes Biju Das
2018-09-11 13:53   ` Simon Horman
2018-10-18 13:17     ` Simon Horman

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=TY1PR01MB17702DD6630BAC85CFEB2735C0C50@TY1PR01MB1770.jpnprd01.prod.outlook.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=niklas.soderlund@ragnatech.se \
    /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).