From: Wolfram Sang <wsa@the-dreams.de>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC 3/3] ARM: shmobile: r8a7790: rework dts to use i2c demuxer
Date: Wed, 01 Jul 2015 10:08:03 +0000 [thread overview]
Message-ID: <20150701100803.GB1926@katana> (raw)
In-Reply-To: <CAMuHMdXTnY_gg+VWcSxUZWnD6yrL9xxCSoJYQVCh4Dj7Lxr8Qg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 589 bytes --]
On Wed, Jul 01, 2015 at 09:10:23AM +0200, Geert Uytterhoeven wrote:
> On Tue, Jun 30, 2015 at 11:44 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > @@ -49,6 +49,8 @@
> > aliases {
> > serial0 = &scifa0;
> > serial1 = &scifa1;
> > + i2c8 = &i2chdmi;
> > + i2c9 = &gpioi2c;
>
> "i2c<suffix>" or "<prefix>i2c"?
i2c<suffix> describes the bus here. <prefix>i2c another master. Could be
made more obvious, probably.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@the-dreams.de>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux-sh list <linux-sh@vger.kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Simon Horman <horms@verge.net.au>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Linux I2C <linux-i2c@vger.kernel.org>
Subject: Re: [RFC 3/3] ARM: shmobile: r8a7790: rework dts to use i2c demuxer
Date: Wed, 1 Jul 2015 12:08:03 +0200 [thread overview]
Message-ID: <20150701100803.GB1926@katana> (raw)
In-Reply-To: <CAMuHMdXTnY_gg+VWcSxUZWnD6yrL9xxCSoJYQVCh4Dj7Lxr8Qg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 589 bytes --]
On Wed, Jul 01, 2015 at 09:10:23AM +0200, Geert Uytterhoeven wrote:
> On Tue, Jun 30, 2015 at 11:44 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > @@ -49,6 +49,8 @@
> > aliases {
> > serial0 = &scifa0;
> > serial1 = &scifa1;
> > + i2c8 = &i2chdmi;
> > + i2c9 = &gpioi2c;
>
> "i2c<suffix>" or "<prefix>i2c"?
i2c<suffix> describes the bus here. <prefix>i2c another master. Could be
made more obvious, probably.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: wsa@the-dreams.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 3/3] ARM: shmobile: r8a7790: rework dts to use i2c demuxer
Date: Wed, 1 Jul 2015 12:08:03 +0200 [thread overview]
Message-ID: <20150701100803.GB1926@katana> (raw)
In-Reply-To: <CAMuHMdXTnY_gg+VWcSxUZWnD6yrL9xxCSoJYQVCh4Dj7Lxr8Qg@mail.gmail.com>
On Wed, Jul 01, 2015 at 09:10:23AM +0200, Geert Uytterhoeven wrote:
> On Tue, Jun 30, 2015 at 11:44 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > @@ -49,6 +49,8 @@
> > aliases {
> > serial0 = &scifa0;
> > serial1 = &scifa1;
> > + i2c8 = &i2chdmi;
> > + i2c9 = &gpioi2c;
>
> "i2c<suffix>" or "<prefix>i2c"?
i2c<suffix> describes the bus here. <prefix>i2c another master. Could be
made more obvious, probably.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150701/e786482a/attachment.sig>
next prev parent reply other threads:[~2015-07-01 10:08 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 21:44 [RFC 0/3] switch I2C IP cores at runtime Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-06-30 21:44 ` [RFC 1/3] of: make of_mutex public Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-07-03 4:43 ` Rob Herring
2015-07-03 4:43 ` Rob Herring
2015-07-03 4:43 ` Rob Herring
2015-07-03 6:54 ` Pantelis Antoniou
2015-07-03 6:54 ` Pantelis Antoniou
2015-07-03 6:54 ` Pantelis Antoniou
2015-07-03 7:24 ` Wolfram Sang
2015-07-03 7:24 ` Wolfram Sang
2015-07-03 7:24 ` Wolfram Sang
2015-06-30 21:44 ` [RFC 2/3] i2c: mux: demux-pinctrl: add driver Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-07-01 7:08 ` Geert Uytterhoeven
2015-07-01 7:08 ` Geert Uytterhoeven
2015-07-01 7:08 ` Geert Uytterhoeven
2015-07-01 10:07 ` Wolfram Sang
2015-07-01 10:07 ` Wolfram Sang
2015-07-01 10:07 ` Wolfram Sang
2015-06-30 21:44 ` [RFC 3/3] ARM: shmobile: r8a7790: rework dts to use i2c demuxer Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-06-30 21:44 ` Wolfram Sang
2015-07-01 7:10 ` Geert Uytterhoeven
2015-07-01 7:10 ` Geert Uytterhoeven
2015-07-01 7:10 ` Geert Uytterhoeven
2015-07-01 10:08 ` Wolfram Sang [this message]
2015-07-01 10:08 ` Wolfram Sang
2015-07-01 10:08 ` Wolfram Sang
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=20150701100803.GB1926@katana \
--to=wsa@the-dreams.de \
--cc=linux-arm-kernel@lists.infradead.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.