summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/bmc150_magn_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* iio: magn: Add support for BMM150 magnetometerDaniel Baluta2016-05-211-0/+3
| | | | | | | | | | | BMM150 is register compatible with magnetometer part of BMC156. Datasheet is at: http://www.mouser.com/ds/2/783/BST-BMM150-DS001-01-786480.pdf Signed-off-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: magn: bmc150: Introduce SPI supportDaniel Baluta2016-04-181-0/+68
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>