From: Denis CIOCCA <denis.ciocca@st.com>
To: Maxime Ripard <maxime.ripard@free-electrons.com>,
Shawn Guo <shawn.guo@linaro.org>,
Jonathan Cameron <jic23@kernel.org>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Brian Lilly <brian@crystalfontz.com>,
Brent-Crosby <brent@crystalfontz.com>, Jim Wall <jimwall@q.com>
Subject: Re: [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes
Date: Thu, 21 Nov 2013 12:41:24 +0100 [thread overview]
Message-ID: <528DF164.8060009@st.com> (raw)
In-Reply-To: <1384876234-1211-1-git-send-email-maxime.ripard@free-electrons.com>
Hi Maxime, everyone,
only one point: it's possible to use the same names with DT? (using _=20
instead of -)
Why only for i2c?
Thanks,
Denis
> Hi everyone,
>
> This is an attempt at adding the DT probing to the st_sensors
> accelerometers and gyroscopes.
>
> It's somewhat hackish, because the core actively checks for the value
> of the device at probe time, and DT probing generates a quite
> different name.
>
> I first tried to turn the function st_sensors_check_device_support the
> other way around, with the "leaf" providing the sensor structure, and
> the function checking that it's consistent with the WAI stored in the
> sensor. However, it turned to be a quite intrusive change, so I'm
> sending the easiest one, to try to get some feedback :)
>
> Thanks!
> Maxime
>
> Maxime Ripard (3):
> iio: accel: Add device tree probing for STMicro accelerometers
> iio: accel: Add device tree probing for STMicro gyroscopes
> ARM: cfa10057: Add the accelerometer and gyroscope to the device tree
>
> .../devicetree/bindings/iio/accel/st_accel_i2c.txt | 22 +++++++++++++++
> .../devicetree/bindings/iio/gyro/st_gyro_i2c.txt | 20 +++++++++++++
> arch/arm/boot/dts/imx28-cfa10057.dts | 13 +++++++++
> drivers/iio/accel/st_accel_i2c.c | 33 +++++++++++++++=
+++++++
> drivers/iio/gyro/st_gyro_i2c.c | 31 +++++++++++++++=
+++++
> 5 files changed, 119 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/accel/st_accel=
_i2c.txt
> create mode 100644 Documentation/devicetree/bindings/iio/gyro/st_gyro_i=
2c.txt
>
WARNING: multiple messages have this Message-ID (diff)
From: denis.ciocca@st.com (Denis CIOCCA)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes
Date: Thu, 21 Nov 2013 12:41:24 +0100 [thread overview]
Message-ID: <528DF164.8060009@st.com> (raw)
In-Reply-To: <1384876234-1211-1-git-send-email-maxime.ripard@free-electrons.com>
Hi Maxime, everyone,
only one point: it's possible to use the same names with DT? (using _
instead of -)
Why only for i2c?
Thanks,
Denis
> Hi everyone,
>
> This is an attempt at adding the DT probing to the st_sensors
> accelerometers and gyroscopes.
>
> It's somewhat hackish, because the core actively checks for the value
> of the device at probe time, and DT probing generates a quite
> different name.
>
> I first tried to turn the function st_sensors_check_device_support the
> other way around, with the "leaf" providing the sensor structure, and
> the function checking that it's consistent with the WAI stored in the
> sensor. However, it turned to be a quite intrusive change, so I'm
> sending the easiest one, to try to get some feedback :)
>
> Thanks!
> Maxime
>
> Maxime Ripard (3):
> iio: accel: Add device tree probing for STMicro accelerometers
> iio: accel: Add device tree probing for STMicro gyroscopes
> ARM: cfa10057: Add the accelerometer and gyroscope to the device tree
>
> .../devicetree/bindings/iio/accel/st_accel_i2c.txt | 22 +++++++++++++++
> .../devicetree/bindings/iio/gyro/st_gyro_i2c.txt | 20 +++++++++++++
> arch/arm/boot/dts/imx28-cfa10057.dts | 13 +++++++++
> drivers/iio/accel/st_accel_i2c.c | 33 ++++++++++++++++++++++
> drivers/iio/gyro/st_gyro_i2c.c | 31 ++++++++++++++++++++
> 5 files changed, 119 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/accel/st_accel_i2c.txt
> create mode 100644 Documentation/devicetree/bindings/iio/gyro/st_gyro_i2c.txt
>
next prev parent reply other threads:[~2013-11-21 11:41 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 15:50 [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes Maxime Ripard
2013-11-19 15:50 ` Maxime Ripard
2013-11-19 15:50 ` [RFC PATCH 1/3] iio: accel: Add device tree probing for STMicro accelerometers Maxime Ripard
2013-11-19 15:50 ` Maxime Ripard
2013-11-30 12:04 ` Jonathan Cameron
2013-11-30 12:04 ` Jonathan Cameron
2013-11-30 13:42 ` Maxime Ripard
2013-11-30 13:42 ` Maxime Ripard
2013-11-19 15:50 ` [RFC PATCH 2/3] iio: accel: Add device tree probing for STMicro gyroscopes Maxime Ripard
2013-11-19 15:50 ` Maxime Ripard
2013-11-19 15:50 ` [RFC PATCH 3/3] ARM: cfa10057: Add the accelerometer and gyroscope to the device tree Maxime Ripard
2013-11-19 15:50 ` Maxime Ripard
2013-11-21 11:41 ` Denis CIOCCA [this message]
2013-11-21 11:41 ` [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes Denis CIOCCA
2013-11-21 13:14 ` Maxime Ripard
2013-11-21 13:14 ` Maxime Ripard
2013-11-24 21:00 ` Jonathan Cameron
2013-11-24 21:00 ` Jonathan Cameron
2013-11-25 8:37 ` Denis CIOCCA
2013-11-25 8:37 ` Denis CIOCCA
2013-11-25 9:40 ` Maxime Ripard
2013-11-25 9:40 ` Maxime Ripard
2013-11-30 12:02 ` Jonathan Cameron
2013-11-30 12:02 ` Jonathan Cameron
2013-11-30 12:02 ` Jonathan Cameron
2013-11-30 13:04 ` Jean Delvare
2013-11-30 13:04 ` Jean Delvare
2013-11-30 13:04 ` Jean Delvare
2013-12-03 21:29 ` Maxime Ripard
2013-12-03 21:29 ` Maxime Ripard
2013-12-03 21:29 ` Maxime Ripard
2013-12-03 21:39 ` Jean Delvare
2013-12-03 21:39 ` Jean Delvare
2013-12-03 21:39 ` Jean Delvare
2013-11-30 14:13 ` Maxime Ripard
2013-11-30 14:13 ` Maxime Ripard
2013-11-30 14:13 ` Maxime Ripard
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=528DF164.8060009@st.com \
--to=denis.ciocca@st.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=brent@crystalfontz.com \
--cc=brian@crystalfontz.com \
--cc=jic23@kernel.org \
--cc=jimwall@q.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=shawn.guo@linaro.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 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.