linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] iio:adc:max1363 cleanup and graduation from staging
@ 2012-10-13  9:34 Jonathan Cameron
  2012-10-13  9:34 ` [PATCH 1/7] staging:iio:adc:max1363 ring_sw->kfifo conversion Jonathan Cameron
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jonathan Cameron @ 2012-10-13  9:34 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Dependent on the multiple buffers series just posted.
(only for fuzz though afaik)

I have been a little slack in moving my own drivers out of staging.
As ever it's do what I say, not what I do ;)

Anyhow, the big bits here are moving max1363 over kfifo from sw_ring
(I've been running this locally for at least 6 months).
Given that it has been impossible to build this driver without buffered
support for a long time and I have little motivation to make the work
again, I've assumed it will never happened and hence consolidated the
driver into a single file.

The other patches are straight forward tidying up and moving to cleaner
approaches taken in newer drivers + getting rid of some bit rot that
had occured by making minimal changes in the driver during core abi
changes.  This one has been with us from the start so it's hardly suprising
that a few corners had gotten messy.

Finally it moves the driver out of staging.

If anyone has time to take a look at these it would be a great help.

Jonathan

Jonathan Cameron (7):
  staging:iio:adc:max1363 ring_sw->kfifo conversion
  staging:iio:adc:max1363 consolidate files.
  staging:iio:adc:max1363 drop references to 'ring' given now using a
    fifo
  staging:iio:adc:max1363 make docs match the contents of
    max1363_chip_info
  staging:iio:adc:max1363 white space cleanup
  staging:iio:adc:max1363 cleanup regulator handling.
  iio:adc:max1363 move from staging.

 drivers/iio/adc/Kconfig                |   18 +
 drivers/iio/adc/Makefile               |    1 +
 drivers/iio/adc/max1363.c              | 1700 ++++++++++++++++++++++++++++++++
 drivers/staging/iio/adc/Kconfig        |   24 -
 drivers/staging/iio/adc/Makefile       |    5 -
 drivers/staging/iio/adc/max1363.h      |  177 ----
 drivers/staging/iio/adc/max1363_core.c | 1444 ---------------------------
 drivers/staging/iio/adc/max1363_ring.c |  139 ---
 8 files changed, 1719 insertions(+), 1789 deletions(-)
 create mode 100644 drivers/iio/adc/max1363.c
 delete mode 100644 drivers/staging/iio/adc/max1363.h
 delete mode 100644 drivers/staging/iio/adc/max1363_core.c
 delete mode 100644 drivers/staging/iio/adc/max1363_ring.c

-- 
1.7.12.2

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

end of thread, other threads:[~2012-10-13  9:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13  9:34 [PATCH 0/7] iio:adc:max1363 cleanup and graduation from staging Jonathan Cameron
2012-10-13  9:34 ` [PATCH 1/7] staging:iio:adc:max1363 ring_sw->kfifo conversion Jonathan Cameron
2012-10-13  9:34 ` [PATCH 2/7] staging:iio:adc:max1363 consolidate files Jonathan Cameron
2012-10-13  9:34 ` [PATCH 3/7] staging:iio:adc:max1363 drop references to 'ring' given now using a fifo Jonathan Cameron
2012-10-13  9:34 ` [PATCH 4/7] staging:iio:adc:max1363 make docs match the contents of max1363_chip_info Jonathan Cameron
2012-10-13  9:34 ` [PATCH 5/7] staging:iio:adc:max1363 white space cleanup Jonathan Cameron
2012-10-13  9:34 ` [PATCH 6/7] staging:iio:adc:max1363 cleanup regulator handling Jonathan Cameron
2012-10-13  9:34 ` [PATCH 7/7] iio:adc:max1363 move from staging 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).