devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
To: jic23@kernel.org
Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor
Date: Thu, 30 Aug 2018 22:52:54 +0200	[thread overview]
Message-ID: <20180830205259.7029-1-lorenzo.bianconi@redhat.com> (raw)

Lorenzo Bianconi (5):
  iio: imu: st_lsm6dsx: add read_fifo callback to fifo_ops
  iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-static
  iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block()
  iio: imu: st_lsm6dsx: add support to LSM6DSO
  dt-bindings: iio: imu: st_lsm6dsx: add LSM6DSO device bindings

 .../bindings/iio/imu/st_lsm6dsx.txt           |   1 +
 drivers/iio/imu/st_lsm6dsx/Kconfig            |   2 +-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h       |  18 +-
 .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c    | 166 ++++++++++++++++--
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c  |  51 +++++-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c   |   5 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c   |   5 +
 7 files changed, 228 insertions(+), 20 deletions(-)

-- 
2.18.0

             reply	other threads:[~2018-08-31  0:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-30 20:52 Lorenzo Bianconi [this message]
2018-09-02 20:28 ` [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor Jonathan Cameron
2018-09-03 16:51   ` Lorenzo Bianconi

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=20180830205259.7029-1-lorenzo.bianconi@redhat.com \
    --to=lorenzo.bianconi@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    /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 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).