All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support to LIS3DHH accel sensor
@ 2017-09-17 16:17 ` Lorenzo Bianconi
  0 siblings, 0 replies; 20+ messages in thread
From: Lorenzo Bianconi @ 2017-09-17 16:17 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, lorenzo.bianconi, devicetree

Separate data-ready open-drain configuration parameters for
INT1 and INT2

This patchset depends on 'Add support to LIS2DW12 accel sensor' patchset
not yet applied on testing branch

Lorenzo Bianconi (4):
  iio: st_sensors: split open-drain parameters for irq1 and irq2
  iio: common: st_sensors: check odr address value in
    st_sensors_set_odr()
  iio: accel: add support to LIS3DHH
  dt-bindings: iio: accel: add LIS3DHH device bindings

 .../devicetree/bindings/iio/st-sensors.txt         |  1 +
 drivers/iio/accel/st_accel.h                       |  2 +
 drivers/iio/accel/st_accel_core.c                  | 70 ++++++++++++++++++++--
 drivers/iio/accel/st_accel_spi.c                   |  5 ++
 drivers/iio/common/st_sensors/st_sensors_core.c    | 24 ++++++--
 drivers/iio/pressure/st_pressure_core.c            | 14 +++--
 include/linux/iio/common/st_sensors.h              | 28 +++++----
 7 files changed, 115 insertions(+), 29 deletions(-)

-- 
2.14.1


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

end of thread, other threads:[~2017-10-10 19:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-17 16:17 [PATCH 0/4] Add support to LIS3DHH accel sensor Lorenzo Bianconi
2017-09-17 16:17 ` Lorenzo Bianconi
2017-09-17 16:17 ` [PATCH 1/4] iio: st_sensors: split open-drain parameters for irq1 and irq2 Lorenzo Bianconi
2017-09-17 16:17   ` Lorenzo Bianconi
2017-10-10 19:39   ` Jonathan Cameron
2017-10-10 19:39     ` Jonathan Cameron
2017-09-17 16:17 ` [PATCH 2/4] iio: common: st_sensors: check odr address value in st_sensors_set_odr() Lorenzo Bianconi
2017-09-17 16:17   ` Lorenzo Bianconi
2017-10-10 19:40   ` Jonathan Cameron
2017-10-10 19:40     ` Jonathan Cameron
2017-09-17 16:17 ` [PATCH 3/4] iio: accel: add support to LIS3DHH Lorenzo Bianconi
2017-09-17 16:17   ` Lorenzo Bianconi
2017-10-10 19:40   ` Jonathan Cameron
2017-10-10 19:40     ` Jonathan Cameron
2017-09-17 16:17 ` [PATCH 4/4] dt-bindings: iio: accel: add LIS3DHH device bindings Lorenzo Bianconi
2017-09-17 16:17   ` Lorenzo Bianconi
2017-09-20 20:53   ` Rob Herring
2017-09-20 20:53     ` Rob Herring
2017-10-10 19:43     ` Jonathan Cameron
2017-10-10 19:43       ` 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.