linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes
@ 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
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Maxime Ripard @ 2013-11-19 15:50 UTC (permalink / raw)
  To: linux-arm-kernel

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

-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-12-03 21:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 15:50 [RFC PATCH 0/3] DT support for ST micro accelerometers and gyroscopes Maxime Ripard
2013-11-19 15:50 ` [RFC PATCH 1/3] iio: accel: Add device tree probing for STMicro accelerometers Maxime Ripard
2013-11-30 12:04   ` Jonathan Cameron
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 ` [RFC PATCH 3/3] ARM: cfa10057: Add the accelerometer and gyroscope to the device tree Maxime Ripard
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-24 21:00     ` Jonathan Cameron
2013-11-25  8:37       ` Denis CIOCCA
2013-11-25  9:40       ` Maxime Ripard
2013-11-30 12:02         ` Jonathan Cameron
2013-11-30 13:04           ` Jean Delvare
2013-12-03 21:29             ` Maxime Ripard
2013-12-03 21:39               ` Jean Delvare
2013-11-30 14:13           ` Maxime Ripard

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