All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregor Boirie <gregor.boirie@parrot.com>
To: <linux-iio@vger.kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	Linus Walleij <linus.walleij@linaro.org>,
	Denis Ciocca <denis.ciocca@st.com>,
	Giuseppe Barba <giuseppe.barba@st.com>,
	Crestez Dan Leonard <leonard.crestez@intel.com>,
	Gregor Boirie <gregor.boirie@parrot.com>
Subject: [PATCH v2 0/7] iio:st_pressure: improvements
Date: Mon, 27 Jun 2016 12:38:51 +0200	[thread overview]
Message-ID: <cover.1467023672.git.gregor.boirie@parrot.com> (raw)

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

Note ! Note ! First patch reworks the way triggered buffering is done and will
affect other st_sensors. If anyone owning one of these could run some tests, I'd
be glad to get some feedback.

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 v1 :
* drop first patch since already applied
* comment skipping of timestamping channel at setup time
* remove useless channel initializers

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_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
  iio:st_pressure: clean useless static channel initializers

 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           | 155 ++++++++++++++++++----
 3 files changed, 148 insertions(+), 46 deletions(-)

-- 
2.1.4

             reply	other threads:[~2016-06-27 10:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 10:38 Gregor Boirie [this message]
2016-06-27 10:38 ` [PATCH v2 1/7] iio:st_sensors: align on storagebits boundaries Gregor Boirie
2016-07-04 17:09   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 2/7] iio:st_pressure: align storagebits on power of 2 Gregor Boirie
2016-07-04 17:10   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 3/7] iio:st_pressure: document sampling gains Gregor Boirie
2016-06-27 16:44   ` Linus Walleij
2016-06-28  8:41     ` Gregor Boirie
2016-07-03  9:29       ` Jonathan Cameron
2016-07-04  8:16         ` Linus Walleij
2016-07-04 17:05           ` Jonathan Cameron
2016-07-04 17:15   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 4/7] iio:st_pressure: temperature triggered buffering Gregor Boirie
2016-07-04 17:15   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 5/7] iio:st_pressure:lps22hb: open drain support Gregor Boirie
2016-07-04 17:15   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 6/7] iio:st_pressure:lps22hb: temperature support Gregor Boirie
2016-07-04 17:15   ` Jonathan Cameron
2016-06-27 10:38 ` [PATCH v2 7/7] iio:st_pressure: clean useless static channel initializers Gregor Boirie
2016-07-04 17:17   ` Jonathan Cameron
2016-07-05 12:48     ` Linus Walleij
2016-07-04  8:15 ` [PATCH v2 0/7] iio:st_pressure: improvements Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1467023672.git.gregor.boirie@parrot.com \
    --to=gregor.boirie@parrot.com \
    --cc=denis.ciocca@st.com \
    --cc=giuseppe.barba@st.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=leonard.crestez@intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.