linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Added ST LSM303AGR sensor
@ 2015-07-16  9:17 Giuseppe Barba
  2015-07-16  9:17 ` [PATCH 1/5] iio: st-sensors: add configuration for WhoAmI address Giuseppe Barba
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Giuseppe Barba @ 2015-07-16  9:17 UTC (permalink / raw)
  To: linux-iio; +Cc: Giuseppe Barba

This patch set add support for STMicroelectronics LSM303AGR device,
which embeds an accelerometer and a magnetometer sensors.
These patches have been rebased on iio repo testing branch and tested on Panda
board.

Giuseppe Barba (5):
  iio: st-sensors: add configuration for WhoAmI address
  iio: st-sensors: add full scale counter field
  iio: st_magn: Add irq trigger handling
  iio: st-accel: add support for lsm303agr accelerometer
  iio: st-magn: add support for lsm303agr magnetometer

 .../devicetree/bindings/iio/st-sensors.txt         |   2 +
 drivers/iio/accel/st_accel.h                       |   1 +
 drivers/iio/accel/st_accel_core.c                  |   9 ++
 drivers/iio/accel/st_accel_i2c.c                   |   5 ++
 drivers/iio/accel/st_accel_spi.c                   |   1 +
 drivers/iio/common/st_sensors/st_sensors_core.c    |  54 ++++++-----
 drivers/iio/gyro/st_gyro_core.c                    |   6 ++
 drivers/iio/magnetometer/st_magn.h                 |   3 +
 drivers/iio/magnetometer/st_magn_buffer.c          |   7 ++
 drivers/iio/magnetometer/st_magn_core.c            | 100 ++++++++++++++++++++-
 drivers/iio/magnetometer/st_magn_i2c.c             |   5 ++
 drivers/iio/magnetometer/st_magn_spi.c             |   1 +
 include/linux/iio/common/st_sensors.h              |   3 +
 13 files changed, 173 insertions(+), 24 deletions(-)

--
1.9.1


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

end of thread, other threads:[~2015-07-20 13:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16  9:17 [PATCH 0/5] Added ST LSM303AGR sensor Giuseppe Barba
2015-07-16  9:17 ` [PATCH 1/5] iio: st-sensors: add configuration for WhoAmI address Giuseppe Barba
2015-07-19 11:03   ` Jonathan Cameron
2015-07-20  3:47     ` Denis Ciocca
2015-07-20 12:41       ` Giuseppe Barba
2015-07-20 13:04     ` Giuseppe Barba
2015-07-16  9:17 ` [PATCH 2/5] iio: st-sensors: add full scale counter field Giuseppe Barba
2015-07-19 11:09   ` Jonathan Cameron
2015-07-20  3:49     ` Denis Ciocca
2015-07-20 13:12       ` Giuseppe Barba
2015-07-16  9:17 ` [PATCH 3/5] iio: st_magn: Add irq trigger handling Giuseppe Barba
2015-07-16  9:17 ` [PATCH 4/5] iio: st-accel: add support for lsm303agr accelerometer Giuseppe Barba
2015-07-16  9:17 ` [PATCH 5/5] iio: st-magn: add support for lsm303agr magnetometer Giuseppe Barba
2015-07-19 11:14   ` Jonathan Cameron

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