linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] iio: accel: bma400: add support for bma400 spi
@ 2020-05-30 19:10 Dan Robertson
  2020-05-30 19:10 ` [PATCH v2 1/1] " Dan Robertson
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Robertson @ 2020-05-30 19:10 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Linus Walleij, Andy Shevchenko, linux-iio, Dan Robertson

The Bosch Sensortec BMA400 3-axes ultra-low power supports a 4 wire
SPI ditital interface. This patch adds support for the device when
configured for SPI instead of I2C.

Cheers,

 - Dan

Changes in v2

 - Addressed code review comments
 - Fixed bad Kconfig selects
 - Fixed comments

Dan Robertson (1):
  iio: accel: bma400: add support for bma400 spi

 drivers/iio/accel/Kconfig      |   8 ++-
 drivers/iio/accel/Makefile     |   1 +
 drivers/iio/accel/bma400_spi.c | 120 +++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 1 deletion(-)
 create mode 100644 drivers/iio/accel/bma400_spi.c



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

end of thread, other threads:[~2020-06-02  2:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-30 19:10 [PATCH v2 0/1] iio: accel: bma400: add support for bma400 spi Dan Robertson
2020-05-30 19:10 ` [PATCH v2 1/1] " Dan Robertson
2020-05-31  9:10   ` Jonathan Cameron
2020-05-31  9:14     ` Jonathan Cameron
2020-06-02  2:46       ` Dan Robertson

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