linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ST Sensors: inline sensor data
@ 2016-11-09 15:09 Linus Walleij
  2016-11-09 15:09 ` [PATCH 1/4] iio: accel: st_accel: inline per-sensor data Linus Walleij
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Linus Walleij @ 2016-11-09 15:09 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio
  Cc: Giuseppe Barba, Denis Ciocca, Gregor Boirie, Crestez Dan Leonard,
	Linus Walleij

Based on a comment from Jonathan that he would not do this kludgy
define-then-use for all the sensor properties today, refactor all
the ST sensors by inlining the per-sensor data.

Linus Walleij (4):
  iio: accel: st_accel: inline per-sensor data
  iio: gyro: st_gyro: inline per-sensor data
  iio: magn: st_magn: inline per-sensor data
  iio: pressure: st_pressure: inline per-sensor data

 drivers/iio/accel/st_accel_core.c       | 538 +++++++++++---------------------
 drivers/iio/gyro/st_gyro_core.c         | 205 ++++--------
 drivers/iio/magnetometer/st_magn_core.c | 376 ++++++++--------------
 drivers/iio/pressure/st_pressure_core.c | 257 ++++++---------
 4 files changed, 460 insertions(+), 916 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-11-12 15:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 15:09 [PATCH 0/4] ST Sensors: inline sensor data Linus Walleij
2016-11-09 15:09 ` [PATCH 1/4] iio: accel: st_accel: inline per-sensor data Linus Walleij
2016-11-12 15:29   ` Jonathan Cameron
2016-11-12 15:34     ` Jonathan Cameron
2016-11-09 15:09 ` [PATCH 2/4] iio: gyro: st_gyro: " Linus Walleij
2016-11-12 15:38   ` Jonathan Cameron
2016-11-09 15:09 ` [PATCH 3/4] iio: magn: st_magn: " Linus Walleij
2016-11-12 15:45   ` Jonathan Cameron
2016-11-09 15:10 ` [PATCH 4/4] iio: pressure: st_pressure: " Linus Walleij
2016-11-12 15:50   ` Jonathan Cameron

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