All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] hts221: add new features and fix power-off procedure
@ 2017-07-09 16:56 ` Lorenzo Bianconi
  0 siblings, 0 replies; 64+ messages in thread
From: Lorenzo Bianconi @ 2017-07-09 16:56 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devicetree, lorenzo.bianconi

Patches 1-3: fix a bug in power-down/suspend procedure
Patch 4: avoid useless sample rate configurations
Patches 5-8: add active low and open drain support with corresponding
dt-binding
Patch 9: improve code readability

Lorenzo Bianconi (9):
  iio: humidity: hts221: refactor write_with_mask code
  iio: humidity: hts221: move BDU configuration in probe routine
  iio: humidity: hts221: do not overwrite reserved data during
    power-down
  iio: humidity: hts221: avoid useless ODR reconfiguration
  iio: humidity: hts221: support active-low interrupts
  dt-bindings: iio: humidity: hts221: support active-low interrupts
  iio: humidity: hts221: support open drain mode
  dt-bindings: iio: humidity: hts221: support open drain mode
  iio: humidity: hts221: move drdy enable logic in
    hts221_trig_set_state()

 .../devicetree/bindings/iio/humidity/hts221.txt    |  11 +-
 drivers/iio/humidity/hts221.h                      |   5 +-
 drivers/iio/humidity/hts221_buffer.c               |  43 ++++++-
 drivers/iio/humidity/hts221_core.c                 | 124 +++++++--------------
 4 files changed, 93 insertions(+), 90 deletions(-)

-- 
2.13.1


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

end of thread, other threads:[~2017-07-17 11:50 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-09 16:56 [PATCH 0/9] hts221: add new features and fix power-off procedure Lorenzo Bianconi
2017-07-09 16:56 ` Lorenzo Bianconi
2017-07-09 16:56 ` [PATCH 1/9] iio: humidity: hts221: refactor write_with_mask code Lorenzo Bianconi
2017-07-09 16:56   ` Lorenzo Bianconi
2017-07-09 18:28   ` Jonathan Cameron
2017-07-09 18:28     ` Jonathan Cameron
2017-07-09 21:18     ` Lorenzo Bianconi
2017-07-09 21:18       ` Lorenzo Bianconi
2017-07-10 20:47       ` Jonathan Cameron
2017-07-10 20:47         ` Jonathan Cameron
2017-07-09 16:56 ` [PATCH 2/9] iio: humidity: hts221: move BDU configuration in probe routine Lorenzo Bianconi
2017-07-09 16:56   ` Lorenzo Bianconi
2017-07-09 18:29   ` Jonathan Cameron
2017-07-09 18:29     ` Jonathan Cameron
2017-07-09 16:56 ` [PATCH 3/9] iio: humidity: hts221: do not overwrite reserved data during power-down Lorenzo Bianconi
2017-07-09 16:56   ` Lorenzo Bianconi
2017-07-09 18:30   ` Jonathan Cameron
2017-07-09 18:30     ` Jonathan Cameron
2017-07-09 21:26     ` Lorenzo Bianconi
2017-07-09 21:26       ` Lorenzo Bianconi
2017-07-09 16:56 ` [PATCH 4/9] iio: humidity: hts221: avoid useless ODR reconfiguration Lorenzo Bianconi
2017-07-09 16:56   ` Lorenzo Bianconi
2017-07-09 18:32   ` Jonathan Cameron
2017-07-09 18:32     ` Jonathan Cameron
2017-07-09 21:27     ` Lorenzo Bianconi
2017-07-09 21:27       ` Lorenzo Bianconi
2017-07-09 16:57 ` [PATCH 5/9] iio: humidity: hts221: support active-low interrupts Lorenzo Bianconi
2017-07-09 16:57   ` Lorenzo Bianconi
2017-07-09 18:39   ` Jonathan Cameron
2017-07-09 18:39     ` Jonathan Cameron
2017-07-10  9:36     ` Marc Zyngier
2017-07-10  9:36       ` Marc Zyngier
2017-07-11 18:52       ` Jonathan Cameron
2017-07-11 18:52         ` Jonathan Cameron
2017-07-09 16:57 ` [PATCH 6/9] dt-bindings: " Lorenzo Bianconi
2017-07-09 16:57   ` Lorenzo Bianconi
2017-07-11  2:49   ` Rob Herring
2017-07-11  2:49     ` Rob Herring
2017-07-09 16:57 ` [PATCH 7/9] iio: humidity: hts221: support open drain mode Lorenzo Bianconi
2017-07-09 16:57   ` Lorenzo Bianconi
2017-07-09 16:57 ` [PATCH 8/9] dt-bindings: " Lorenzo Bianconi
2017-07-09 16:57   ` Lorenzo Bianconi
2017-07-11  2:51   ` Rob Herring
2017-07-11  2:51     ` Rob Herring
2017-07-11 18:26     ` Jonathan Cameron
2017-07-11 18:26       ` Jonathan Cameron
2017-07-11 18:42       ` Rob Herring
2017-07-11 18:42         ` Rob Herring
2017-07-11 18:56         ` Jonathan Cameron
2017-07-11 18:56           ` Jonathan Cameron
2017-07-15 14:32           ` Lorenzo Bianconi
2017-07-15 14:32             ` Lorenzo Bianconi
2017-07-17 11:49             ` Jonathan Cameron
2017-07-17 11:49               ` Jonathan Cameron
2017-07-09 16:57 ` [PATCH 9/9] iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state() Lorenzo Bianconi
2017-07-09 16:57   ` Lorenzo Bianconi
2017-07-09 18:41   ` Jonathan Cameron
2017-07-09 18:41     ` Jonathan Cameron
2017-07-09 21:28     ` Lorenzo Bianconi
2017-07-09 21:28       ` Lorenzo Bianconi
2017-07-16  9:45       ` Lorenzo Bianconi
2017-07-16  9:45         ` Lorenzo Bianconi
2017-07-16 19:50         ` Jonathan Cameron
2017-07-16 19:50           ` 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.