Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/2] add regmap API support to hts221 iio driver
@ 2017-12-23 17:16 Lorenzo Bianconi
  2017-12-23 17:16 ` [PATCH 1/2] iio: humidity: hts221: move common code in hts221_core Lorenzo Bianconi
  2017-12-23 17:16 ` [PATCH 2/2] iio: humidity: hts221: add regmap API support Lorenzo Bianconi
  0 siblings, 2 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2017-12-23 17:16 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio

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        | 28 ++++-------
 drivers/iio/humidity/hts221_buffer.c | 20 +++-----
 drivers/iio/humidity/hts221_core.c   | 96 ++++++++++++++----------------------
 drivers/iio/humidity/hts221_i2c.c    | 76 +++++++---------------------
 drivers/iio/humidity/hts221_spi.c    | 95 +++++++----------------------------
 6 files changed, 90 insertions(+), 227 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2017-12-29 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 17:16 [PATCH 0/2] add regmap API support to hts221 iio driver Lorenzo Bianconi
2017-12-23 17:16 ` [PATCH 1/2] iio: humidity: hts221: move common code in hts221_core Lorenzo Bianconi
2017-12-29 13:24   ` Jonathan Cameron
2017-12-23 17:16 ` [PATCH 2/2] iio: humidity: hts221: add regmap API support Lorenzo Bianconi
2017-12-29 13:24   ` Jonathan Cameron
2017-12-29 13:33     ` Lorenzo Bianconi
2017-12-29 17:25       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox