linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: iio: ad7606: move driver out of staging
@ 2016-12-09 13:30 Eva Rachel Retuya
  2016-12-09 13:30 ` [PATCH v2 1/2] staging: iio: ad7606: replace range/range_available with corresponding scale Eva Rachel Retuya
  2016-12-09 13:30 ` [PATCH v2 2/2] staging: iio: ad7606: move out of staging Eva Rachel Retuya
  0 siblings, 2 replies; 5+ messages in thread
From: Eva Rachel Retuya @ 2016-12-09 13:30 UTC (permalink / raw)
  To: linux-iio, devel, linux-kernel
  Cc: lars, Michael.Hennerich, jic23, knaack.h, pmeerw, gregkh,
	Eva Rachel Retuya

Address the last remaining TODO [1] for this driver and move it from staging
into mainline.

[1] https://marc.info/?l=linux-iio&m=147689684332118&w=2 

Change in v2:
* Address the incorrect way of implementing the scale. (Pointed out by Lars)

Eva Rachel Retuya (2):
  staging: iio: ad7606: replace range/range_available with corresponding
    scale
  staging: iio: ad7606: move out of staging

 drivers/iio/adc/Kconfig                    | 34 ++++++++++
 drivers/iio/adc/Makefile                   |  3 +
 drivers/{staging => }/iio/adc/ad7606.c     | 99 ++++++++++++++++++------------
 drivers/{staging => }/iio/adc/ad7606.h     |  1 +
 drivers/{staging => }/iio/adc/ad7606_par.c |  0
 drivers/{staging => }/iio/adc/ad7606_spi.c |  0
 drivers/staging/iio/adc/Kconfig            | 34 ----------
 drivers/staging/iio/adc/Makefile           |  4 --
 8 files changed, 98 insertions(+), 77 deletions(-)
 rename drivers/{staging => }/iio/adc/ad7606.c (86%)
 rename drivers/{staging => }/iio/adc/ad7606.h (98%)
 rename drivers/{staging => }/iio/adc/ad7606_par.c (100%)
 rename drivers/{staging => }/iio/adc/ad7606_spi.c (100%)

-- 
2.7.4

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

end of thread, other threads:[~2016-12-10  2:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09 13:30 [PATCH v2 0/2] staging: iio: ad7606: move driver out of staging Eva Rachel Retuya
2016-12-09 13:30 ` [PATCH v2 1/2] staging: iio: ad7606: replace range/range_available with corresponding scale Eva Rachel Retuya
2016-12-09 13:30 ` [PATCH v2 2/2] staging: iio: ad7606: move out of staging Eva Rachel Retuya
2016-12-09 21:52   ` kbuild test robot
2016-12-10  2:03   ` kbuild test robot

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