All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging:iio:gyro driver cleanups.
@ 2011-02-05 17:52 Jonathan Cameron
  2011-02-05 17:52 ` [PATCH 1/5] staging:iio:gyro:adis16060 cleanup and dead code removal Jonathan Cameron
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jonathan Cameron @ 2011-02-05 17:52 UTC (permalink / raw)
  To: linux-iio; +Cc: mensch0815, device-drivers-devel, Jonathan Cameron

The first 3 of these are cleanups that have been on linux-iio for
quite some time. Ideally they would have an ack from someone at
Analog.

The last 2 are new.  They add support for the adis16251 into
the adis16260 driver and then remove the existing adis16251 driver.
I think I have dealt with all the difference between these parts
that are relevant to the driver.  This will cause a few minor
changes in the userspace interface.  There are other cleanups
needed in adis16260 but those can occur after this merge has
gone in.  If anyone has a chance to check I haven't missed any
incompatabilities that would be great.

Note I have none of these parts so any testing would be much
appreciated!  Unless I've messed up badly the parts already
supported by adis16260 should see no changes at all as a result
of the additional support.

Thanks,

Jonathan

Jonathan Cameron (5):
  staging:iio:gyro:adis16060 cleanup and dead code removal
  staging:iio:gyro:adis16080 unused stub removal and cleanup
  staging:iio:gyro:adis16130 stub removal and cleanup
  staging:iio:gyro: add adis16251 support to adis16260 driver.
  staging:iio:gyro remove adis16251 driver as now supported by
    adis16260 driver.

 drivers/staging/iio/gyro/Kconfig          |   14 +-
 drivers/staging/iio/gyro/adis16060.h      |   70 ---
 drivers/staging/iio/gyro/adis16060_core.c |   59 +--
 drivers/staging/iio/gyro/adis16080.h      |   84 +---
 drivers/staging/iio/gyro/adis16080_core.c |   54 +--
 drivers/staging/iio/gyro/adis16130.h      |   72 +---
 drivers/staging/iio/gyro/adis16130_core.c |   61 +--
 drivers/staging/iio/gyro/adis16251.h      |  185 -------
 drivers/staging/iio/gyro/adis16251_core.c |  777 -----------------------------
 drivers/staging/iio/gyro/adis16260_core.c |   49 ++-
 10 files changed, 78 insertions(+), 1347 deletions(-)
 delete mode 100644 drivers/staging/iio/gyro/adis16251.h
 delete mode 100644 drivers/staging/iio/gyro/adis16251_core.c

-- 
1.7.3.4


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

end of thread, other threads:[~2011-02-25 20:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 17:52 [PATCH 0/5] staging:iio:gyro driver cleanups Jonathan Cameron
2011-02-05 17:52 ` [PATCH 1/5] staging:iio:gyro:adis16060 cleanup and dead code removal Jonathan Cameron
2011-02-05 17:52 ` [PATCH 2/5] staging:iio:gyro:adis16080 unused stub removal and cleanup Jonathan Cameron
2011-02-05 17:52 ` [PATCH 3/5] staging:iio:gyro:adis16130 " Jonathan Cameron
2011-02-05 17:52 ` [PATCH 4/5] staging:iio:gyro: add adis16251 support to adis16260 driver Jonathan Cameron
2011-02-11 14:11   ` Jonathan Cameron
2011-02-25 16:17     ` Jonathan Cameron
2011-02-25 20:31       ` Hennerich, Michael
2011-02-05 17:52 ` [PATCH 5/5] staging:iio:gyro remove adis16251 driver as now supported by " Jonathan Cameron

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.