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 v1 0/7] iio:st_pressure: improvements
Date: Thu, 23 Jun 2016 15:49:42 +0200	[thread overview]
Message-ID: <cover.1466687364.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

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

             reply	other threads:[~2016-06-23 13:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 13:49 Gregor Boirie [this message]
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

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.1466687364.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.