From: Linus Walleij <linus.walleij@linaro.org>
To: Jonathan Cameron <jic23@kernel.org>,
linux-iio@vger.kernel.org, Denis CIOCCA <denis.ciocca@st.com>
Cc: Lee Jones <lee.jones@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/6] iio: enable ST Sensors on Ux500
Date: Sun, 13 Apr 2014 21:08:57 +0200 [thread overview]
Message-ID: <1397416143-4396-1-git-send-email-linus.walleij@linaro.org> (raw)
This series:
- Patches the ST sensor drivers to all announce their presence and
grab regulators for vdd and vddio if need be
- Adds device tree bindings and probe path for device tree
- Registers the applicable sensors for Ux500 so you can see how it
plays out.
All but the last patch should eventually be merged through the
IIO tree if we can agree upon the implementation. I will merge the
last patch through the Ux500 tree.
Linus Walleij (6):
iio: st_sensors: announce registered sensors
iio: st_sensors: move regulator retrieveal to core
iio: st_sensors: get platform data from device tree
iio: st_sensors: add device tree bindings
iio: st_sensors: add devicetree probing support
ARM: ux500: add misc sensors to the device trees
.../devicetree/bindings/iio/st-sensors.txt | 54 ++++++++++++++++
arch/arm/boot/dts/ste-href.dtsi | 30 +++++++++
arch/arm/boot/dts/ste-hrefv60plus.dtsi | 15 ++++-
arch/arm/boot/dts/ste-snowball.dts | 38 +++++++++++-
drivers/iio/accel/st_accel.h | 47 ++++++++++++++
drivers/iio/accel/st_accel_core.c | 7 +++
drivers/iio/accel/st_accel_i2c.c | 2 +
drivers/iio/common/st_sensors/st_sensors_core.c | 72 +++++++++++++++++++++-
drivers/iio/common/st_sensors/st_sensors_i2c.c | 29 +++++++++
drivers/iio/gyro/st_gyro.h | 35 +++++++++++
drivers/iio/gyro/st_gyro_core.c | 7 +++
drivers/iio/gyro/st_gyro_i2c.c | 2 +
drivers/iio/magnetometer/st_magn.h | 19 ++++++
drivers/iio/magnetometer/st_magn_core.c | 7 +++
drivers/iio/magnetometer/st_magn_i2c.c | 2 +
drivers/iio/pressure/st_pressure.h | 19 ++++++
drivers/iio/pressure/st_pressure_core.c | 42 ++-----------
drivers/iio/pressure/st_pressure_i2c.c | 2 +
include/linux/iio/common/st_sensors.h | 4 ++
include/linux/iio/common/st_sensors_i2c.h | 11 ++++
20 files changed, 401 insertions(+), 43 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/st-sensors.txt
--
1.9.0
next reply other threads:[~2014-04-13 19:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-13 19:08 Linus Walleij [this message]
2014-04-13 19:08 ` [PATCH 1/6] iio: st_sensors: announce registered sensors Linus Walleij
2014-04-23 21:21 ` Jonathan Cameron
2014-04-24 8:30 ` Linus Walleij
2014-04-26 10:51 ` Jonathan Cameron
2014-04-13 19:08 ` [PATCH 2/6] iio: st_sensors: move regulator retrieveal to core Linus Walleij
2014-04-13 19:09 ` [PATCH 3/6] iio: st_sensors: get platform data from device tree Linus Walleij
2014-04-26 10:56 ` Jonathan Cameron
2014-04-13 19:09 ` [PATCH 4/6] iio: st_sensors: add device tree bindings Linus Walleij
2014-04-13 19:09 ` [PATCH 5/6] iio: st_sensors: add devicetree probing support Linus Walleij
2014-04-23 21:19 ` Jonathan Cameron
2014-04-24 8:33 ` Linus Walleij
2014-04-26 10:57 ` Jonathan Cameron
2014-06-02 12:07 ` Linus Walleij
2014-04-13 19:09 ` [PATCH 6/6] ARM: ux500: add misc sensors to the device trees 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=1397416143-4396-1-git-send-email-linus.walleij@linaro.org \
--to=linus.walleij@linaro.org \
--cc=denis.ciocca@st.com \
--cc=jic23@kernel.org \
--cc=lee.jones@linaro.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).