Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1539958 > unrolled thread

[PATCH v3 0/2] staging: iio: ad7606: move driver out of staging

Started byEva Rachel Retuya <eraretuya@gmail.com>
First post2016-12-11 03:50 +0100
Last post2016-12-11 03:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] staging: iio: ad7606: move driver out of staging Eva Rachel Retuya <eraretuya@gmail.com> - 2016-12-11 03:50 +0100

#1539958 — [PATCH v3 0/2] staging: iio: ad7606: move driver out of staging

FromEva Rachel Retuya <eraretuya@gmail.com>
Date2016-12-11 03:50 +0100
Subject[PATCH v3 0/2] staging: iio: ad7606: move driver out of staging
Message-ID<sN2n7-1MS-7@gated-at.bofh.it>
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 v3:
* Fix incorrect type of 'scale'. (Pointed out by kbuild test robot)

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     | 100 ++++++++++++++++++-----------
 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, 99 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web