All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add regmap API support to hts221 iio driver
@ 2017-12-29 23:33 Lorenzo Bianconi
  2017-12-29 23:33 ` [PATCH v2 1/2] iio: humidity: hts221: move common code in hts221_core Lorenzo Bianconi
  2017-12-29 23:33 ` [PATCH v2 2/2] iio: humidity: hts221: add regmap API support Lorenzo Bianconi
  0 siblings, 2 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2017-12-29 23:33 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio

Changes since v1:
- add missing flag to read_flag_mask in hts221_spi_regmap_config
- drop hts221_write_with_mask() and always use regmap_update_bits()

Lorenzo Bianconi (2):
  iio: humidity: hts221: move common code in hts221_core
  iio: humidity: hts221: add regmap API support

 drivers/iio/humidity/Kconfig         |   2 +
 drivers/iio/humidity/hts221.h        |  22 +-----
 drivers/iio/humidity/hts221_buffer.c |  37 +++++-----
 drivers/iio/humidity/hts221_core.c   | 127 +++++++++++++++--------------------
 drivers/iio/humidity/hts221_i2c.c    |  76 +++++----------------
 drivers/iio/humidity/hts221_spi.c    |  93 +++++--------------------
 6 files changed, 115 insertions(+), 242 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2018-01-01 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 23:33 [PATCH v2 0/2] add regmap API support to hts221 iio driver Lorenzo Bianconi
2017-12-29 23:33 ` [PATCH v2 1/2] iio: humidity: hts221: move common code in hts221_core Lorenzo Bianconi
2018-01-01 10:07   ` Jonathan Cameron
2017-12-29 23:33 ` [PATCH v2 2/2] iio: humidity: hts221: add regmap API support Lorenzo Bianconi
2018-01-01 10:07   ` 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.