linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add ST lsm6dso i3c suppport
@ 2019-04-15 19:19 Vitor Soares
  2019-04-15 19:19 ` [PATCH 1/3] remap: Add I3C bus support Vitor Soares
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Vitor Soares @ 2019-04-15 19:19 UTC (permalink / raw)
  To: linux-iio, linux-i3c, linux-kernel
  Cc: lars, bbrezillon, gregkh, joao.pinto, rafael, Vitor Soares,
	broonie, pmeerw, knaack.h, lorenzo.bianconi83, jic23

Vitor Soares (3):
  remap: Add i3c bus support
  i3c: Add i3c_get_device_id helper
  iio: imu: st_lsm6dsx: Add i3c basic support

 drivers/base/regmap/Kconfig                 |  6 ++-
 drivers/base/regmap/Makefile                |  1 +
 drivers/base/regmap/regmap-i3c.c            | 62 ++++++++++++++++++++++++++
 drivers/i3c/device.c                        |  8 ++++
 drivers/iio/imu/st_lsm6dsx/Kconfig          |  8 +++-
 drivers/iio/imu/st_lsm6dsx/Makefile         |  1 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i3c.c | 67 +++++++++++++++++++++++++++++
 include/linux/i3c/device.h                  |  1 +
 include/linux/regmap.h                      | 20 +++++++++
 9 files changed, 172 insertions(+), 2 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-i3c.c
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i3c.c

-- 
2.7.4


_______________________________________________
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-05-06  6:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15 19:19 [PATCH 0/3] Add ST lsm6dso i3c suppport Vitor Soares
2019-04-15 19:19 ` [PATCH 1/3] remap: Add I3C bus support Vitor Soares
2019-04-16  6:15   ` Boris Brezillon
2019-04-16 14:41     ` Vitor Soares
     [not found]   ` <20190416153948.GF4834@sirena.org.uk>
2019-04-23 14:58     ` Vitor Soares
2019-04-23 15:14       ` Boris Brezillon
2019-04-23 15:55         ` Vitor Soares
2019-04-15 19:19 ` [PATCH 2/3] i3c: Add i3c_get_device_id helper Vitor Soares
2019-04-16  6:18   ` Boris Brezillon
2019-04-16 14:48     ` Vitor Soares
2019-04-15 19:19 ` [PATCH 3/3] iio: imu: st_lsm6dsx: Add i3c basic support Vitor Soares
2019-04-15 22:17   ` Lorenzo Bianconi
2019-04-16 13:53     ` Vitor Soares
2019-04-16  6:25   ` Boris Brezillon
2019-04-16  7:58     ` Lorenzo Bianconi
2019-04-16  8:05       ` Boris Brezillon
2019-04-16 15:00         ` Vitor Soares
2019-04-16 15:02     ` Vitor Soares
2019-04-16  6:32 ` [PATCH 0/3] Add ST lsm6dso i3c suppport Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).