From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c@vger.kernel.org, linux-sh@vger.kernel.org,
Magnus Damm <magnus.damm@gmail.com>,
Simon Horman <horms@verge.net.au>,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [RFT 1/2] i2c: rcar: add support for r8a7795 (R-Car H3)
Date: Thu, 06 Aug 2015 03:45:13 +0300 [thread overview]
Message-ID: <2090805.Cxfp9Z1Hmm@avalon> (raw)
In-Reply-To: <20150806003849.GA1743@katana>
On Thursday 06 August 2015 02:38:49 Wolfram Sang wrote:
> On Thu, Aug 06, 2015 at 03:34:05AM +0300, Laurent Pinchart wrote:
> > Hi Wolfram,
> >
> > Thank you for the patch.
> >
> > On Wednesday 05 August 2015 15:18:25 Wolfram Sang wrote:
> > > From: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > >
> > > Enable the I2C core for this SoC. I add a new type because this version
> > > has new features (e.g. DMA) which will be added somewhen later.
> > >
> > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> ...
>
> > > @@ -625,6 +627,7 @@ static const struct of_device_id rcar_i2c_dt_ids[] =
> > > {
> > > { .compatible = "renesas,i2c-r8a7792", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > { .compatible = "renesas,i2c-r8a7793", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > { .compatible = "renesas,i2c-r8a7794", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > + { .compatible = "renesas,i2c-r8a7795", .data = (void *)I2C_RCAR_GEN3
> > > },
> >
> > If H3 is compatible with Gen2, can't you just use I2C_RCAR_GEN2 here ? You
> > can always add I2C_RCAR_GEN3 later if you find differences.
>
> Is the patch description not clear enough?
My bad. I should go to bed. And so should you by the way ;-)
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c@vger.kernel.org, linux-sh@vger.kernel.org,
Magnus Damm <magnus.damm@gmail.com>,
Simon Horman <horms@verge.net.au>,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [RFT 1/2] i2c: rcar: add support for r8a7795 (R-Car H3)
Date: Thu, 06 Aug 2015 00:45:13 +0000 [thread overview]
Message-ID: <2090805.Cxfp9Z1Hmm@avalon> (raw)
In-Reply-To: <20150806003849.GA1743@katana>
On Thursday 06 August 2015 02:38:49 Wolfram Sang wrote:
> On Thu, Aug 06, 2015 at 03:34:05AM +0300, Laurent Pinchart wrote:
> > Hi Wolfram,
> >
> > Thank you for the patch.
> >
> > On Wednesday 05 August 2015 15:18:25 Wolfram Sang wrote:
> > > From: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > >
> > > Enable the I2C core for this SoC. I add a new type because this version
> > > has new features (e.g. DMA) which will be added somewhen later.
> > >
> > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> ...
>
> > > @@ -625,6 +627,7 @@ static const struct of_device_id rcar_i2c_dt_ids[] > > > {
> > > { .compatible = "renesas,i2c-r8a7792", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > { .compatible = "renesas,i2c-r8a7793", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > { .compatible = "renesas,i2c-r8a7794", .data = (void *)I2C_RCAR_GEN2
> > > },
> > > + { .compatible = "renesas,i2c-r8a7795", .data = (void *)I2C_RCAR_GEN3
> > > },
> >
> > If H3 is compatible with Gen2, can't you just use I2C_RCAR_GEN2 here ? You
> > can always add I2C_RCAR_GEN3 later if you find differences.
>
> Is the patch description not clear enough?
My bad. I should go to bed. And so should you by the way ;-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-08-06 0:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-05 13:18 [RFT 0/2] i2c: add support for r8a7795 (RCar H3) Wolfram Sang
2015-08-05 13:18 ` Wolfram Sang
2015-08-05 13:18 ` [RFT 1/2] i2c: rcar: add support for r8a7795 (R-Car H3) Wolfram Sang
2015-08-05 13:18 ` Wolfram Sang
2015-08-06 0:30 ` Simon Horman
2015-08-06 0:30 ` Simon Horman
2015-08-06 0:34 ` Laurent Pinchart
2015-08-06 0:34 ` Laurent Pinchart
2015-08-06 0:38 ` Wolfram Sang
2015-08-06 0:38 ` Wolfram Sang
2015-08-06 0:45 ` Laurent Pinchart [this message]
2015-08-06 0:45 ` Laurent Pinchart
2015-08-06 0:52 ` Wolfram Sang
2015-08-06 0:52 ` Wolfram Sang
[not found] ` <1438780706-20945-1-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2015-08-05 13:18 ` [RFT 2/2] i2c: sh_mobile: " Wolfram Sang
2015-08-05 13:18 ` Wolfram Sang
2015-09-17 5:08 ` [RFT 0/2] i2c: add support for r8a7795 (RCar H3) Kuninori Morimoto
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=2090805.Cxfp9Z1Hmm@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=wsa@the-dreams.de \
/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.