All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] iio:bmi160: add drdy interrupt support
@ 2019-01-14  3:56 Martin Kelly
  2019-01-14  3:56 ` [PATCH 1/5] iio:bmi160: add SPDX identifiers Martin Kelly
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Martin Kelly @ 2019-01-14  3:56 UTC (permalink / raw)
  To: linux-iio
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Rob Herring, Martin Kelly

From: Martin Kelly <martin@martingkelly.com>

This patch series adds drdy interrupt support to the BMI160 IMU. It also updates
the relevant DT bindings and does a little bit of related cleanup.

Martin Kelly (5):
  iio:bmi160: add SPDX identifiers
  iio:bmi160: add drdy interrupt support
  dt-bindings: fix incorrect bmi160 IRQ note
  dt-bindings:bmi160: add "BOTH" int pin type
  iio:bmi160:snap timestamp closer to event

 .../devicetree/bindings/iio/imu/bmi160.txt         |  17 +-
 drivers/iio/imu/bmi160/Makefile                    |   1 +
 drivers/iio/imu/bmi160/bmi160.h                    |  13 +-
 drivers/iio/imu/bmi160/bmi160_core.c               | 280 ++++++++++++++++++++-
 drivers/iio/imu/bmi160/bmi160_i2c.c                |   8 +-
 drivers/iio/imu/bmi160/bmi160_spi.c                |   6 +-
 drivers/iio/imu/bmi160/bmi160_trigger.c            |  60 +++++
 7 files changed, 360 insertions(+), 25 deletions(-)
 create mode 100644 drivers/iio/imu/bmi160/bmi160_trigger.c

--
2.11.0


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

end of thread, other threads:[~2019-01-22  2:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14  3:56 [PATCH 0/5] iio:bmi160: add drdy interrupt support Martin Kelly
2019-01-14  3:56 ` [PATCH 1/5] iio:bmi160: add SPDX identifiers Martin Kelly
2019-01-19 17:03   ` Jonathan Cameron
2019-01-14  3:56 ` [PATCH 2/5] iio:bmi160: add drdy interrupt support Martin Kelly
2019-01-19 17:17   ` Jonathan Cameron
2019-01-22  2:06     ` Martin Kelly
2019-01-14  3:56 ` [PATCH 3/5] dt-bindings: fix incorrect bmi160 IRQ note Martin Kelly
2019-01-14  3:56 ` [PATCH 4/5] dt-bindings:bmi160: add "BOTH" int pin type Martin Kelly
2019-01-19 17:24   ` Jonathan Cameron
2019-01-14  3:56 ` [PATCH 5/5] iio:bmi160:snap timestamp closer to event Martin Kelly
2019-01-19 17:29   ` Jonathan Cameron
2019-01-15  2:13 ` [PATCH 0/5] iio:bmi160: add drdy interrupt support Martin Kelly

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.