On Sat, 27 Jul 2019 12:42:12 +0200 Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx> wrote: > On Sun, 21 Jul 2019 18:16:56 +0100 > Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > > On Fri, 19 Jul 2019 15:30:55 +0200 > > Vitor Soares <Vitor.Soares@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> > > > Acked-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > > > Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx> > > 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: > Great. Merged that into the togreg branch of iio and applied this patch. Pushed out as testing to let the autobuilders have a poke at it all. Thanks, Jonathan > 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(-) > >