Messages in this thread |  | | Date | Sat, 27 Jul 2019 12:42:12 +0200 | From | Boris Brezillon <> | Subject | Re: [PATCH v6 2/2] iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR |
| |
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(-)
|  |