public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add MPU9150 magnetometer support
@ 2019-11-15 14:06 Jean-Baptiste Maneyrol
  2019-11-15 14:06 ` [PATCH 1/2] iio: imu: inv_mpu6050: delete not existing MPU9150 spi support Jean-Baptiste Maneyrol
  2019-11-15 14:06 ` [PATCH 2/2] iio: imu: inv_mpu6050: add support of MPU9150 magnetometer Jean-Baptiste Maneyrol
  0 siblings, 2 replies; 5+ messages in thread
From: Jean-Baptiste Maneyrol @ 2019-11-15 14:06 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Jean-Baptiste Maneyrol

WARNING: this patch series apply on top of linux-next master branch. It requires
both MPU925x magnetometer support and the fix no data on MPU6050.

This series adds support of driving MPU9150 magnetometer (AK8975) from MPU6050.

Jean-Baptiste Maneyrol (2):
  iio: imu: inv_mpu6050: delete not existing MPU9150 spi support
  iio: imu: inv_mpu6050: add support of MPU9150 magnetometer

 drivers/iio/imu/inv_mpu6050/Kconfig           |  6 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c    | 57 ++++++++++---
 drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c     |  2 +
 drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c    | 80 +++++++++++++------
 drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c     |  1 -
 drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c |  1 +
 6 files changed, 107 insertions(+), 40 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-11-16 17:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-15 14:06 [PATCH 0/2] Add MPU9150 magnetometer support Jean-Baptiste Maneyrol
2019-11-15 14:06 ` [PATCH 1/2] iio: imu: inv_mpu6050: delete not existing MPU9150 spi support Jean-Baptiste Maneyrol
2019-11-16 17:16   ` Jonathan Cameron
2019-11-15 14:06 ` [PATCH 2/2] iio: imu: inv_mpu6050: add support of MPU9150 magnetometer Jean-Baptiste Maneyrol
2019-11-16 17:20   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox