OSDN Git Service

Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Feb 2016 21:08:26 +0000 (13:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Feb 2016 21:08:26 +0000 (13:08 -0800)
Jonathan writes:

Second set of IIO fixes for the 4.5 cycle.  These ones are mostly
dependent on patches from the recent merge cycle.

* adc, imu and iio staging drivers
  - !HAS_IOMEM dependency fixes
* dht11
  - use boottime clock for time measurement to avoid incorrect measurements
   due to clock updates.
* lidar
  - correct a return value for short i2c transfers.

1  2 
drivers/staging/iio/adc/Kconfig

@@@ -6,6 -6,7 +6,7 @@@ menu "Analog to digital converters
  config AD7606
        tristate "Analog Devices AD7606 ADC driver"
        depends on GPIOLIB || COMPILE_TEST
+       depends on HAS_IOMEM
        select IIO_BUFFER
        select IIO_TRIGGERED_BUFFER
        help
@@@ -23,7 -24,7 +24,7 @@@ config AD7606_IFACE_PARALLE
          ADC driver.
  
          To compile this driver as a module, choose M here: the
 -        module will be called ad7606_iface_parallel.
 +        module will be called ad7606_parallel.
  
  config AD7606_IFACE_SPI
        tristate "spi interface support"
@@@ -34,7 -35,7 +35,7 @@@
          ADC driver.
  
          To compile this driver as a module, choose M here: the
 -        module will be called ad7606_iface_spi.
 +        module will be called ad7606_spi.
  
  config AD7780
        tristate "Analog Devices AD7780 and similar ADCs driver"