linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shrirang Bagul <shrirang.bagul@canonical.com>
To: jic23@kernel.org
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
	denis.ciocca@st.com, tiberiu.a.breana@intel.com,
	lorenzo.bianconi83@gmail.com, linus.walleij@linaro.org,
	gregor.boirie@parrot.com, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Shrirang Bagul <shrirang.bagul@canonical.com>
Subject: [PATCH 0/3] iio: st_sensors: Support ACPI probe for st_sensors
Date: Thu, 24 Nov 2016 13:33:42 +0800	[thread overview]
Message-ID: <20161124053345.11254-1-shrirang.bagul@canonical.com> (raw)

Hi,

These patches are based on available work in iio git repository
(git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git) "testing"
branch.

Compatible strings don't exist on ACPI based systems. This patchset adds
probe support by reading ACPI unique identifiers from platform bios for
st_pressure and st_accel sensor drivers. Some of these sensors are present
on Dell IoT gateways.

Thanks,
Shrirang

Shrirang Bagul (3):
  iio: st_sensors: match sensors using ACPI handle
  iio: st_accel: Support sensor i2c probe using acpi
  iio: st_pressure: Support i2c probe using acpi

 drivers/iio/accel/st_accel.h                   | 18 +++++++
 drivers/iio/accel/st_accel_i2c.c               | 73 +++++++++++++++++---------
 drivers/iio/common/st_sensors/st_sensors_i2c.c | 20 +++++++
 drivers/iio/pressure/st_pressure.h             |  8 +++
 drivers/iio/pressure/st_pressure_i2c.c         | 51 +++++++++++++-----
 include/linux/iio/common/st_sensors_i2c.h      |  9 ++++
 6 files changed, 142 insertions(+), 37 deletions(-)

-- 
2.9.3

             reply	other threads:[~2016-11-24  5:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24  5:33 Shrirang Bagul [this message]
2016-11-24  5:33 ` [PATCH 1/3] iio: st_sensors: match sensors using ACPI handle Shrirang Bagul
2016-11-27 11:15   ` Jonathan Cameron
2016-11-24  5:33 ` [PATCH 2/3] iio: st_accel: Support sensor i2c probe using acpi Shrirang Bagul
2016-11-24 14:26   ` Linus Walleij
2016-11-27 11:14     ` Jonathan Cameron
2016-11-29  4:27       ` Shrirang Bagul
2016-11-24  5:33 ` [PATCH 3/3] iio: st_pressure: Support " Shrirang Bagul
2016-11-24 14:28   ` Linus Walleij
2016-11-27 11:12     ` Jonathan Cameron
2016-11-29  4:25       ` Shrirang Bagul
2016-11-30 13:04         ` Linus Walleij
2016-11-30 17:20         ` 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=20161124053345.11254-1-shrirang.bagul@canonical.com \
    --to=shrirang.bagul@canonical.com \
    --cc=denis.ciocca@st.com \
    --cc=gregor.boirie@parrot.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=pmeerw@pmeerw.net \
    --cc=tiberiu.a.breana@intel.com \
    /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).