linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add support to STM LSM6DS3-LSM6DSM 6-axis Mems sensor
@ 2016-09-26 19:48 Lorenzo Bianconi
  2016-09-26 19:48 ` [PATCH 1/2] iio: imu: add support to lsm6dsx driver Lorenzo Bianconi
  2016-09-26 19:48 ` [PATCH 2/2] Documentation: dt: iio: add st_lsm6dsx sensor device binding Lorenzo Bianconi
  0 siblings, 2 replies; 6+ messages in thread
From: Lorenzo Bianconi @ 2016-09-26 19:48 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, lorenzo.bianconi

Lorenzo Bianconi (2):
  iio: imu: add support to lsm6dsx driver
  Documentation: dt: iio: add st_lsm6dsx sensor device binding

 .../devicetree/bindings/iio/imu/st_lsm6dsx.txt     |  20 +
 drivers/iio/imu/Kconfig                            |   1 +
 drivers/iio/imu/Makefile                           |   1 +
 drivers/iio/imu/st_lsm6dsx/Kconfig                 |  23 +
 drivers/iio/imu/st_lsm6dsx/Makefile                |   6 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h            | 105 +++
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c     | 241 +++++++
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c       | 705 +++++++++++++++++++++
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c        | 137 ++++
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c        | 155 +++++
 10 files changed, 1394 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
 create mode 100644 drivers/iio/imu/st_lsm6dsx/Kconfig
 create mode 100644 drivers/iio/imu/st_lsm6dsx/Makefile
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c
 create mode 100644 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c

-- 
2.7.4


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

end of thread, other threads:[~2016-10-15 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 19:48 [PATCH 0/2] add support to STM LSM6DS3-LSM6DSM 6-axis Mems sensor Lorenzo Bianconi
2016-09-26 19:48 ` [PATCH 1/2] iio: imu: add support to lsm6dsx driver Lorenzo Bianconi
2016-10-01 15:50   ` Jonathan Cameron
2016-10-13 11:40     ` Lorenzo Bianconi
2016-10-15 14:46       ` Jonathan Cameron
2016-09-26 19:48 ` [PATCH 2/2] Documentation: dt: iio: add st_lsm6dsx sensor device binding Lorenzo Bianconi

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).