Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/6] IIO cleanups
@ 2010-05-05 22:25 Jonathan Cameron
  2010-05-05 22:25 ` [PATCH 1/6] staging:iio:Documentation fixes Jonathan Cameron
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jonathan Cameron @ 2010-05-05 22:25 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Dear all these are mostly the promised incremental patches to move
the adis16400 and adis16300 drivers to the new abi.  Also in here
are some dead code removal.  Usual principal that code that isn't
used should not be there until it is needed.  Both the drivers
were in very good condition, so I've only touched them in superficial
ways.  Thanks Barry.

I do not think there is anything controversial in these so if I
don't hear any shouts I'll send them to Greg tomorrow.

Note I know there are plenty of other bit not meeting the abi
(and probably some more typos in the abi itself) but these were
the low hanging fruit today.

Jonathan

---

Jonathan Cameron (6):
  staging:iio:Documentation fixes
  staging:iio  Break up gyro.h and move to new abi
  staging:iio:adis16300 clean out some unused code
  staging:iio:Documentation update to add incli and switch to magn
  staging:iio:adis16400 clean out some unused code
  staging:iio:imu remove unecessary empty defs for event attributes.

 drivers/staging/iio/Documentation/sysfs-class-iio |   17 +++-
 drivers/staging/iio/accel/inclinometer.h          |   23 +++++
 drivers/staging/iio/gyro/gyro.h                   |   43 +---------
 drivers/staging/iio/imu/adis16300.h               |    9 --
 drivers/staging/iio/imu/adis16300_core.c          |   91 ++-------------------
 drivers/staging/iio/imu/adis16400.h               |    9 --
 drivers/staging/iio/imu/adis16400_core.c          |   75 ++---------------
 drivers/staging/iio/magnetometer/magnet.h         |   12 ++--
 8 files changed, 62 insertions(+), 217 deletions(-)
 create mode 100644 drivers/staging/iio/accel/inclinometer.h

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

end of thread, other threads:[~2010-05-06 10:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 22:25 [PATCH 0/6] IIO cleanups Jonathan Cameron
2010-05-05 22:25 ` [PATCH 1/6] staging:iio:Documentation fixes Jonathan Cameron
2010-05-05 22:25 ` [PATCH 2/6] staging:iio Break up gyro.h and move to new abi Jonathan Cameron
2010-05-05 22:25 ` [PATCH 3/6] staging:iio:adis16300 clean out some unused code Jonathan Cameron
2010-05-05 22:25 ` [PATCH 4/6] staging:iio:Documentation update to add incli and switch to magn Jonathan Cameron
2010-05-05 22:25 ` [PATCH 5/6] staging:iio:adis16400 clean out some unused code Jonathan Cameron
2010-05-05 22:25 ` [PATCH 6/6] staging:iio:imu remove unecessary empty defs for event attributes Jonathan Cameron
2010-05-06  3:27   ` Barry Song
2010-05-06 10:14     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox