On Wed, May 18, 2011 at 12:16:59PM -0400, Jonathan Cameron wrote: > From: Fabien Marteau <fabien.marteau@xxxxxxxxxxxx> > > V2: Fix double mutex unlock and whitespace (Guenter Roeck). Should be below --- > Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxx> and nitpick below, otherwise Revewed-by: Guenter Roeck <guenter.roeck@xxxxxxxxxxxx> > --- > drivers/staging/iio/adc/Kconfig | 10 ++ > drivers/staging/iio/adc/Makefile | 2 + > drivers/staging/iio/adc/as1531.c | 209 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 221 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/Kconfig > index 8c751c4..4af730a 100644 > --- a/drivers/staging/iio/adc/Kconfig > +++ b/drivers/staging/iio/adc/Kconfig > @@ -168,6 +168,16 @@ config ADT7410 > Say yes here to build support for Analog Devices ADT7410 > temperature sensors. > > +config AS1531 > +tristate "Austria Microsystems AS1531 Analog to Digital Converter" > + depends on SPI_MASTER > + help > + If you say yes here you get support for Austria Microsystems AS1531. > + AS1531 is a 12 bits Analog to digitals converter with 8 channels > + provided by Austria-Microsystems company. > + This driver can also be built as a module. If so, the module > + will be called as1531. > + > config MAX1363 > tristate "Maxim max1363 ADC driver" > depends on I2C > diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc/Makefile > index 1d9b3f5..027b94e2 100644 > --- a/drivers/staging/iio/adc/Makefile > +++ b/drivers/staging/iio/adc/Makefile > @@ -39,3 +39,5 @@ obj-$(CONFIG_AD7816) += ad7816.o > obj-$(CONFIG_ADT75) += adt75.o > obj-$(CONFIG_ADT7310) += adt7310.o > obj-$(CONFIG_ADT7410) += adt7410.o > + > +obj-$(CONFIG_AS1531) += as1531.o > \ No newline at end of file What does this mean ? Is there a missing newline ? Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors