linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/7] iio:st_pressure: improvements
@ 2016-06-23 13:49 Gregor Boirie
  2016-06-23 13:49 ` [PATCH v1 1/7] iio:st_pressure: fix sampling gains (bring inline with ABI) Gregor Boirie
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Gregor Boirie @ 2016-06-23 13:49 UTC (permalink / raw)
  To: linux-iio
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Linus Walleij, Denis Ciocca,
	Giuseppe Barba, Crestez Dan Leonard, Gregor Boirie

This follows up on various comments related to the preliminary patch series
found at http://www.spinics.net/lists/linux-iio/msg24239.html

What you'll find here :
* make st_pressure sensors compliant with IIO ABI ;
* fix the way st_sensors samples are stored in memory to comply with IIO
  expected alignment constraints ;
* add support for temperature triggered buffering ;
* enhance LPS22HB support.

Changes since preliminary series :
* drop patches already applied onto testing branch
* 1st patch is a rebase of Jonathan's fixes-togreg branch d43a411 commit onto
  testing branch
* reorder patches to move fix patches ahead of series
* document sampling gains and datasheets in a separate patch
* rebase of other patches on top of testing branch
* complete LPS22HB support with Linus' open drain mode

Tested with the following Linus' fixes-togreg branch patches applied :
9914760 iio: st_sensors: Disable DRDY at init time
ff05916 iio: st_sensors: Init trigger before irq request
65925b6 iio: st_sensors: switch to a threaded interrupt

Regards,
gregor.

Gregor Boirie (7):
  iio:st_pressure: fix sampling gains (bring inline with ABI)
  iio:st_sensors: align on storagebits boundaries
  iio:st_pressure: align storagebits on power of 2
  iio:st_pressure: document sampling gains
  iio:st_pressure: temperature triggered buffering
  iio:st_pressure:lps22hb: open drain support
  iio:st_pressure:lps22hb: temperature support

 drivers/iio/common/st_sensors/st_sensors_buffer.c |  37 ++--
 drivers/iio/common/st_sensors/st_sensors_core.c   |   2 +-
 drivers/iio/pressure/st_pressure_core.c           | 219 +++++++++++++++++-----
 3 files changed, 193 insertions(+), 65 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-06-26 17:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 13:49 [PATCH v1 0/7] iio:st_pressure: improvements Gregor Boirie
2016-06-23 13:49 ` [PATCH v1 1/7] iio:st_pressure: fix sampling gains (bring inline with ABI) Gregor Boirie
2016-06-26 17:31   ` Jonathan Cameron
2016-06-23 13:49 ` [PATCH v1 2/7] iio:st_sensors: align on storagebits boundaries Gregor Boirie
2016-06-26 17:30   ` Jonathan Cameron
2016-06-23 13:49 ` [PATCH v1 3/7] iio:st_pressure: align storagebits on power of 2 Gregor Boirie
2016-06-26 17:32   ` Jonathan Cameron
2016-06-23 13:49 ` [PATCH v1 4/7] iio:st_pressure: document sampling gains Gregor Boirie
2016-06-26 17:34   ` Jonathan Cameron
2016-06-23 13:49 ` [PATCH v1 5/7] iio:st_pressure: temperature triggered buffering Gregor Boirie
2016-06-26 17:36   ` Jonathan Cameron
2016-06-23 13:49 ` [PATCH v1 6/7] iio:st_pressure:lps22hb: open drain support Gregor Boirie
2016-06-23 13:49 ` [PATCH v1 7/7] iio:st_pressure:lps22hb: temperature support Gregor Boirie
2016-06-26 17:38   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).