linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] IIO: Cleanups and complicated channel modifiers.
@ 2012-05-30 19:40 Jonathan Cameron
  2012-05-30 19:33 ` Getz, Robin
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Jonathan Cameron @ 2012-05-30 19:40 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Hi All,

Dropping the reset attributes was discussed a while back and no
one could come up with a reason for having them. Unless anyone
does have a good reason, lets drop these before we move the
relevant drivers out of staging.

The other patches here are more 'interesting' in that they make use of
modifiers for sum squared of xyz and root sum squared of x and y.
These are common enough things to see and to my mind are well handled
as modifiers. What do people think?

Jonathan

Jonathan Cameron (8):
  staging:iio:accel drop sysfs interface for resetting devices.
  staging:iio:gyro:adis16260 drop sysfs interface for manual device
    reset.
  staging:iio:imu:adis16400 drop sysfs interface for manual device
    reset.
  IIO: Add a modifier for sqrt(x^2+y^2)
  staging:iio:accel:adis16204 fix bug in channel modifier handling
  staging:iio:accel:adis16204 support the rss channel via chan spec.
  IIO: Add a modifier for x^2+y^2+z^2
  staging:iio: Add some missing peak elements to the info_mask

 drivers/iio/industrialio-core.c            |    2 +
 drivers/staging/iio/accel/adis16201_core.c |   27 --------
 drivers/staging/iio/accel/adis16203_core.c |   28 --------
 drivers/staging/iio/accel/adis16204_core.c |  103 ++++++++--------------------
 drivers/staging/iio/accel/adis16209_core.c |   29 --------
 drivers/staging/iio/accel/adis16220_core.c |   24 -------
 drivers/staging/iio/accel/adis16240_core.c |   29 ++------
 drivers/staging/iio/gyro/adis16260_core.c  |   19 -----
 drivers/staging/iio/imu/adis16400_core.c   |   22 ------
 include/linux/iio/types.h                  |    2 +
 10 files changed, 39 insertions(+), 246 deletions(-)

-- 
1.7.10.2

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

end of thread, other threads:[~2012-06-30  8:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 19:40 [PATCH 0/8] IIO: Cleanups and complicated channel modifiers Jonathan Cameron
2012-05-30 19:33 ` Getz, Robin
2012-05-31  7:18   ` Jonathan Cameron
2012-05-30 19:40 ` [PATCH 1/8] staging:iio:accel drop sysfs interface for resetting devices Jonathan Cameron
2012-06-01  9:24   ` Hennerich, Michael
2012-05-30 19:41 ` [PATCH 2/8] staging:iio:gyro:adis16260 drop sysfs interface for manual device reset Jonathan Cameron
2012-06-01  9:23   ` Hennerich, Michael
2012-05-30 19:41 ` [PATCH 3/8] staging:iio:imu:adis16400 " Jonathan Cameron
2012-06-01  9:23   ` Hennerich, Michael
2012-05-30 19:41 ` [PATCH 4/8] IIO: Add a modifier for sqrt(x^2+y^2) Jonathan Cameron
2012-05-30 19:41 ` [PATCH 5/8] staging:iio:accel:adis16204 fix bug in channel modifier handling Jonathan Cameron
2012-06-01  9:23   ` Hennerich, Michael
2012-06-30  8:44     ` Jonathan Cameron
2012-05-30 19:41 ` [PATCH 6/8] staging:iio:accel:adis16204 support the rss channel via chan spec Jonathan Cameron
2012-05-30 19:43   ` Jonathan Cameron
2012-06-01  9:24   ` Hennerich, Michael
2012-05-30 19:41 ` [PATCH 7/8] IIO: Add a modifier for x^2+y^2+z^2 Jonathan Cameron
2012-05-30 19:41 ` [PATCH 8/8] staging:iio: Add some missing peak elements to the info_mask Jonathan Cameron
2012-06-01  9:25   ` Hennerich, Michael

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