From: Wolfram Sang <wsa@the-dreams.de>
To: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Cc: Lori Hikichi <lori.hikichi@broadcom.com>,
Shivaraj Shetty <sshetty1@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Ray Jui <rjui@broadcom.com>,
linux-kernel@vger.kernel.org,
Shreesha Rajashekar <shreesha.rajashekar@broadcom.com>,
Icarus Chau <icarus.chau@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com, linux-i2c@vger.kernel.org,
Michael Cheng <ccheng@broadcom.com>,
Ray Jui <ray.jui@broadcom.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability
Date: Thu, 24 Oct 2019 20:55:40 +0200 [thread overview]
Message-ID: <20191024185540.GF1870@kunai> (raw)
In-Reply-To: <1569825869-30640-1-git-send-email-rayagonda.kokatanur@broadcom.com>
[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]
On Mon, Sep 30, 2019 at 12:14:29PM +0530, Rayagonda Kokatanur wrote:
> From: Lori Hikichi <lori.hikichi@broadcom.com>
>
> Enable handling of i2c repeated start. The current code
> handles a multi msg i2c transfer as separate i2c bus
> transactions. This change will now handle this case
> using the i2c repeated start protocol. The number of msgs
> in a transfer is limited to two, and must be a write
> followed by a read.
>
> Signed-off-by: Lori Hikichi <lori.hikichi@broadcom.com>
> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
> Signed-off-by: Icarus Chau <icarus.chau@broadcom.com>
> Signed-off-by: Ray Jui <ray.jui@broadcom.com>
> Signed-off-by: Shivaraj Shetty <sshetty1@broadcom.com>
Patch looks good but doesn't apply for me on top of v5.4-rc4? What was
your base?
Also, I will apply it to for-next (v5.5). If you want it for v5.4, then
please add a Fixes tag.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@the-dreams.de>
To: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Cc: Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com,
Michael Cheng <ccheng@broadcom.com>,
Shreesha Rajashekar <shreesha.rajashekar@broadcom.com>,
Lori Hikichi <lori.hikichi@broadcom.com>,
linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Icarus Chau <icarus.chau@broadcom.com>,
Ray Jui <ray.jui@broadcom.com>,
Shivaraj Shetty <sshetty1@broadcom.com>
Subject: Re: [PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability
Date: Thu, 24 Oct 2019 20:55:40 +0200 [thread overview]
Message-ID: <20191024185540.GF1870@kunai> (raw)
In-Reply-To: <1569825869-30640-1-git-send-email-rayagonda.kokatanur@broadcom.com>
[-- Attachment #1: Type: text/plain, Size: 922 bytes --]
On Mon, Sep 30, 2019 at 12:14:29PM +0530, Rayagonda Kokatanur wrote:
> From: Lori Hikichi <lori.hikichi@broadcom.com>
>
> Enable handling of i2c repeated start. The current code
> handles a multi msg i2c transfer as separate i2c bus
> transactions. This change will now handle this case
> using the i2c repeated start protocol. The number of msgs
> in a transfer is limited to two, and must be a write
> followed by a read.
>
> Signed-off-by: Lori Hikichi <lori.hikichi@broadcom.com>
> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
> Signed-off-by: Icarus Chau <icarus.chau@broadcom.com>
> Signed-off-by: Ray Jui <ray.jui@broadcom.com>
> Signed-off-by: Shivaraj Shetty <sshetty1@broadcom.com>
Patch looks good but doesn't apply for me on top of v5.4-rc4? What was
your base?
Also, I will apply it to for-next (v5.5). If you want it for v5.4, then
please add a Fixes tag.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2019-10-24 18:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-30 6:44 [PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability Rayagonda Kokatanur
2019-09-30 6:44 ` Rayagonda Kokatanur
2019-10-10 9:32 ` Rayagonda Kokatanur
2019-10-10 9:32 ` Rayagonda Kokatanur
2019-10-17 5:58 ` Rayagonda Kokatanur
2019-10-17 5:58 ` Rayagonda Kokatanur
2019-10-17 5:58 ` Rayagonda Kokatanur
2019-10-24 18:55 ` Wolfram Sang [this message]
2019-10-24 18:55 ` Wolfram Sang
2019-10-25 4:51 ` Rayagonda Kokatanur
2019-10-25 4:51 ` Rayagonda Kokatanur
2019-11-17 11:24 ` Wolfram Sang
2019-11-17 11:24 ` Wolfram Sang
-- strict thread matches above, loose matches on Subject: below --
2019-09-26 4:40 Rayagonda Kokatanur
2019-09-26 4:40 ` Rayagonda Kokatanur
2019-09-28 18:23 ` Wolfram Sang
2019-09-28 18:23 ` Wolfram Sang
2019-09-30 6:52 ` Rayagonda Kokatanur
2019-09-30 6:52 ` Rayagonda Kokatanur
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=20191024185540.GF1870@kunai \
--to=wsa@the-dreams.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=ccheng@broadcom.com \
--cc=icarus.chau@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lori.hikichi@broadcom.com \
--cc=ray.jui@broadcom.com \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=rjui@broadcom.com \
--cc=sbranden@broadcom.com \
--cc=shreesha.rajashekar@broadcom.com \
--cc=sshetty1@broadcom.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.