From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Wolfram Sang <wsa@the-dreams.de>
Cc: Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-sunxi@googlegroups.com, Hans de Goede <hdegoede@redhat.com>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v2 1/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support
Date: Thu, 5 Mar 2015 23:08:01 +0100 [thread overview]
Message-ID: <20150305220801.GE4522@lukather> (raw)
In-Reply-To: <20150305184044.GA881@katana>
[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]
On Thu, Mar 05, 2015 at 07:40:44PM +0100, Wolfram Sang wrote:
>
> > > I don't have the bandwidth for a full review right now. However, I
> > > already wanted to tell you guys that my gut feeling is that this
> > > protocol is quite far away from I2C. P2WI was already at the edge.
> > > Maybe there is a better place for such custom stuff? I dunno yet.
> >
> > That's unfortunate, especially since it looks closer to SPI than what
> > P2WI even was.
>
> SPI? I assume you mean I2C. Can you elaborate your reasoning?
Yeah, I obviously meant I2C, sorry.
P2WI had no address. It was a single-device bus. However, the way it
communicated with the device was very close to I2C, apart from a
parity bit instead of the ACK.
From that regard, RSB is a multiple device bus, using addresses, just
like I2C. The way it communicates is basically the one used by P2WI.
So really, it just is more I2C-alike than P2WI has ever been.
> > What would be your suggestion?
>
> Let me quote:
>
> "I don't have the bandwidth for a full review right now... I dunno
> yet."
Good thing that we are not talking about a full review then, but more
a philosophical discussion.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support
Date: Thu, 5 Mar 2015 23:08:01 +0100 [thread overview]
Message-ID: <20150305220801.GE4522@lukather> (raw)
In-Reply-To: <20150305184044.GA881@katana>
On Thu, Mar 05, 2015 at 07:40:44PM +0100, Wolfram Sang wrote:
>
> > > I don't have the bandwidth for a full review right now. However, I
> > > already wanted to tell you guys that my gut feeling is that this
> > > protocol is quite far away from I2C. P2WI was already at the edge.
> > > Maybe there is a better place for such custom stuff? I dunno yet.
> >
> > That's unfortunate, especially since it looks closer to SPI than what
> > P2WI even was.
>
> SPI? I assume you mean I2C. Can you elaborate your reasoning?
Yeah, I obviously meant I2C, sorry.
P2WI had no address. It was a single-device bus. However, the way it
communicated with the device was very close to I2C, apart from a
parity bit instead of the ACK.
>From that regard, RSB is a multiple device bus, using addresses, just
like I2C. The way it communicates is basically the one used by P2WI.
So really, it just is more I2C-alike than P2WI has ever been.
> > What would be your suggestion?
>
> Let me quote:
>
> "I don't have the bandwidth for a full review right now... I dunno
> yet."
Good thing that we are not talking about a full review then, but more
a philosophical discussion.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- 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/20150305/9cc459e3/attachment.sig>
next prev parent reply other threads:[~2015-03-05 22:08 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 8:24 [PATCH v2 0/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
[not found] ` <1425284686-5116-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-02 8:24 ` [PATCH v2 1/4] " Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
[not found] ` <1425284686-5116-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-04 16:53 ` Maxime Ripard
2015-03-04 16:53 ` Maxime Ripard
2015-03-04 16:53 ` Maxime Ripard
2015-03-04 17:27 ` Wolfram Sang
2015-03-04 17:27 ` Wolfram Sang
2015-03-04 17:27 ` Wolfram Sang
2015-03-05 18:28 ` Maxime Ripard
2015-03-05 18:28 ` Maxime Ripard
2015-03-05 18:28 ` Maxime Ripard
2015-03-05 18:40 ` Wolfram Sang
2015-03-05 18:40 ` Wolfram Sang
2015-03-05 18:40 ` Wolfram Sang
2015-03-05 22:08 ` Maxime Ripard [this message]
2015-03-05 22:08 ` Maxime Ripard
2015-03-06 6:36 ` Wolfram Sang
2015-03-06 6:36 ` Wolfram Sang
2015-03-06 6:36 ` Wolfram Sang
2015-03-02 8:24 ` [PATCH v2 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
[not found] ` <1425284686-5116-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-04 16:39 ` Maxime Ripard
2015-03-04 16:39 ` Maxime Ripard
2015-03-04 16:39 ` Maxime Ripard
2015-03-02 8:24 ` [PATCH v2 3/4] ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23 dtsi Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` [PATCH v2 4/4] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
2015-03-02 8:24 ` Chen-Yu Tsai
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=20150305220801.GE4522@lukather \
--to=maxime.ripard@free-electrons.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=hdegoede@redhat.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=wens@csie.org \
--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.