From: Boris Brezillon <boris.brezillon@collabora.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Joao.Pinto@synopsys.com, rafael@kernel.org,
linux-iio@vger.kernel.org, gregkh@linuxfoundation.org,
bbrezillon@kernel.org, linux-kernel@vger.kernel.org,
Vitor Soares <Vitor.Soares@synopsys.com>,
linux-i3c@lists.infradead.org, lorenzo@kernel.org
Subject: Re: [PATCH v6 2/2] iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR
Date: Sat, 27 Jul 2019 12:42:12 +0200 [thread overview]
Message-ID: <20190727124212.3da89d41@collabora.com> (raw)
In-Reply-To: <20190721181656.236faa63@archlinux>
On Sun, 21 Jul 2019 18:16:56 +0100
Jonathan Cameron <jic23@kernel.org> wrote:
> On Fri, 19 Jul 2019 15:30:55 +0200
> Vitor Soares <Vitor.Soares@synopsys.com> wrote:
>
> > For today the st_lsm6dsx driver support LSM6DSO and LSM6DSR sensor only in
> > spi and i2c mode.
> >
> > The LSM6DSO and LSM6DSR are also i3c capable so let's give i3c support to
> > them.
> >
> > Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
> > Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
> Great. I'll pick this up once Boris has that immutable branch
> available. Give me a poke if I seem to have lost it!
Here it is:
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/export-i3c_device_match_id
for you to fetch changes up to 934d24a5e1508e73c0001afb54a3916e4270428f:
i3c: move i3c_device_match_id to device.c and export it (2019-07-27 11:22:19 +0200)
----------------------------------------------------------------
Needed for the st_lsm6dsx_i3c.c driver
----------------------------------------------------------------
Vitor Soares (1):
i3c: move i3c_device_match_id to device.c and export it
drivers/i3c/device.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i3c/master.c | 45 ---------------------------------------------
include/linux/i3c/device.h | 4 ++++
3 files changed, 57 insertions(+), 45 deletions(-)
_______________________________________________
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Vitor Soares <Vitor.Soares@synopsys.com>,
linux-iio@vger.kernel.org, linux-i3c@lists.infradead.org,
linux-kernel@vger.kernel.org, lorenzo@kernel.org,
gregkh@linuxfoundation.org, rafael@kernel.org,
bbrezillon@kernel.org, Joao.Pinto@synopsys.com
Subject: Re: [PATCH v6 2/2] iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR
Date: Sat, 27 Jul 2019 12:42:12 +0200 [thread overview]
Message-ID: <20190727124212.3da89d41@collabora.com> (raw)
In-Reply-To: <20190721181656.236faa63@archlinux>
On Sun, 21 Jul 2019 18:16:56 +0100
Jonathan Cameron <jic23@kernel.org> wrote:
> On Fri, 19 Jul 2019 15:30:55 +0200
> Vitor Soares <Vitor.Soares@synopsys.com> wrote:
>
> > For today the st_lsm6dsx driver support LSM6DSO and LSM6DSR sensor only in
> > spi and i2c mode.
> >
> > The LSM6DSO and LSM6DSR are also i3c capable so let's give i3c support to
> > them.
> >
> > Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
> > Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
> Great. I'll pick this up once Boris has that immutable branch
> available. Give me a poke if I seem to have lost it!
Here it is:
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/export-i3c_device_match_id
for you to fetch changes up to 934d24a5e1508e73c0001afb54a3916e4270428f:
i3c: move i3c_device_match_id to device.c and export it (2019-07-27 11:22:19 +0200)
----------------------------------------------------------------
Needed for the st_lsm6dsx_i3c.c driver
----------------------------------------------------------------
Vitor Soares (1):
i3c: move i3c_device_match_id to device.c and export it
drivers/i3c/device.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i3c/master.c | 45 ---------------------------------------------
include/linux/i3c/device.h | 4 ++++
3 files changed, 57 insertions(+), 45 deletions(-)
next prev parent reply other threads:[~2019-07-27 14:11 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-19 13:30 [PATCH v6 0/2] Add ST lsm6dso i3c support Vitor Soares
2019-07-19 13:30 ` Vitor Soares
2019-07-19 13:30 ` [PATCH v6 1/2] i3c: move i3c_device_match_id to device.c and export it Vitor Soares
2019-07-19 13:30 ` Vitor Soares
2019-07-19 13:45 ` Boris Brezillon
2019-07-19 13:45 ` Boris Brezillon
2019-07-19 15:42 ` Vitor Soares
2019-07-19 15:42 ` Vitor Soares
2019-07-19 13:30 ` [PATCH v6 2/2] iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR Vitor Soares
2019-07-19 13:30 ` Vitor Soares
2019-07-21 17:16 ` Jonathan Cameron
2019-07-21 17:16 ` Jonathan Cameron
2019-07-27 10:42 ` Boris Brezillon [this message]
2019-07-27 10:42 ` Boris Brezillon
2019-07-27 20:54 ` Jonathan Cameron
2019-07-27 20:54 ` Jonathan Cameron
2019-09-25 15:35 ` Vitor Soares
2019-09-25 15:35 ` Vitor Soares
2019-10-03 11:49 ` Jonathan Cameron
2019-10-03 11:49 ` Jonathan Cameron
2019-10-03 17:38 ` Vitor Soares
2019-10-03 17:38 ` Vitor Soares
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=20190727124212.3da89d41@collabora.com \
--to=boris.brezillon@collabora.com \
--cc=Joao.Pinto@synopsys.com \
--cc=Vitor.Soares@synopsys.com \
--cc=bbrezillon@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=rafael@kernel.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.