All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for the Bosch BMA220 accelerometer
@ 2016-05-05 15:48 Tiberiu Breana
  2016-05-05 15:48 ` [PATCH v4 1/2] iio: accel: Add support for Bosch BMA220 Tiberiu Breana
  2016-05-05 15:48 ` [PATCH v4 2/2] iio: accel: Add triggered buffer support for BMA220 Tiberiu Breana
  0 siblings, 2 replies; 5+ messages in thread
From: Tiberiu Breana @ 2016-05-05 15:48 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron, Peter Meerwald-Stadler

This patch set adds support for the Bosch Sensortec BMA220 accelerometer.
Patch 1 adds basic support, raw readings and ACPI detection.
Patch 2 adds triggered buffer support.

Change log:
v4:
- addressed Jonathan's comments
- added the bma220_deinit function for suspending the device
- the SPI tx/rx buffers are now cacheline aligned and part of
  the driver's private data

v3:
- added link to datasheet.

v2:
- addressed Peter's comments
- added the bma220_init function that handles chip id
  checking and waking up the device at probing time

Tiberiu Breana (2):
  iio: accel: Add support for Bosch BMA220
  iio: accel: Add triggered buffer support for BMA220

 drivers/iio/accel/Kconfig      |  10 ++
 drivers/iio/accel/Makefile     |   1 +
 drivers/iio/accel/bma220_spi.c | 319 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 330 insertions(+)
 create mode 100644 drivers/iio/accel/bma220_spi.c

-- 
1.9.1


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

end of thread, other threads:[~2016-05-14 17:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 15:48 [PATCH v4 0/2] Add support for the Bosch BMA220 accelerometer Tiberiu Breana
2016-05-05 15:48 ` [PATCH v4 1/2] iio: accel: Add support for Bosch BMA220 Tiberiu Breana
2016-05-14 17:32   ` Jonathan Cameron
2016-05-05 15:48 ` [PATCH v4 2/2] iio: accel: Add triggered buffer support for BMA220 Tiberiu Breana
2016-05-14 17:46   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.