Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/4] iio:magnetometer:ak8975 cleanup and move out of staging.
@ 2013-03-24 16:58 Jonathan Cameron
  2013-03-24 16:58 ` [PATCH 1/4] staging:iio:magnetometer:ak8975 drop unused eoc_irq Jonathan Cameron
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jonathan Cameron @ 2013-03-24 16:58 UTC (permalink / raw)
  To: linux-iio; +Cc: Lars-Peter Clausen, Laxman Dewangan, Jonathan Cameron

When I proposed moving this out of staging a while back, Lars-Peter
pointed out a few 'unusual' elements in the driver.  This series
addresses those and the interesting question of what the NOSTART flag
was doing there in the read code (came up in the dicussion of one of
Lars-Peter's points).

The caching in the write is a little unnecessary, but isn't technically
incorrect so I haven't touched that.

If anyone has one of these to test and make sure the changes haven't
broken anything that would be great!

Thanks,

Jonathan

Jonathan Cameron (4):
  staging:iio:magnetometer:ak8975 drop unused eoc_irq
  staging:iio:magnetometer:ak8975 drop I2C_M_NOSTART flag in read_data
  staging:iio:magnetometer:ak8975 use standard i2c_smbus read functions.
  iio:magnetometer:ak8975 move driver out of staging

 drivers/iio/magnetometer/Kconfig          |  11 +
 drivers/iio/magnetometer/Makefile         |   1 +
 drivers/iio/magnetometer/ak8975.c         | 485 ++++++++++++++++++++++++++++
 drivers/staging/iio/magnetometer/Kconfig  |  11 -
 drivers/staging/iio/magnetometer/Makefile |   1 -
 drivers/staging/iio/magnetometer/ak8975.c | 520 ------------------------------
 6 files changed, 497 insertions(+), 532 deletions(-)
 create mode 100644 drivers/iio/magnetometer/ak8975.c
 delete mode 100644 drivers/staging/iio/magnetometer/ak8975.c

-- 
1.8.1.4


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

end of thread, other threads:[~2013-04-02 17:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 16:58 [PATCH 0/4] iio:magnetometer:ak8975 cleanup and move out of staging Jonathan Cameron
2013-03-24 16:58 ` [PATCH 1/4] staging:iio:magnetometer:ak8975 drop unused eoc_irq Jonathan Cameron
2013-03-24 16:58 ` [PATCH 2/4] staging:iio:magnetometer:ak8975 drop I2C_M_NOSTART flag in read_data Jonathan Cameron
2013-03-24 16:58 ` [PATCH 3/4] staging:iio:magnetometer:ak8975 use standard i2c_smbus read functions Jonathan Cameron
2013-03-24 16:58 ` [PATCH 4/4] iio:magnetometer:ak8975 move driver out of staging Jonathan Cameron
2013-03-29  9:37 ` [PATCH 0/4] iio:magnetometer:ak8975 cleanup and move " Jonathan Cameron
2013-03-29  9:37   ` Laxman Dewangan
2013-04-02  6:26 ` Laxman Dewangan
2013-04-02 17:37   ` Jonathan Cameron

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