Skip to content
  1. Apr 03, 2016
  2. Feb 17, 2016
    • Arnd Bergmann's avatar
      iio: pressure: ms5611: select IIO_BUFFER · 3d5032a0
      Arnd Bergmann authored
      
      
      The ms5611 driver started using the IIO_TRIGGERED_BUFFER infrastructure
      which in turn depend on IIO_BUFFER, and it produces a build error now
      if that is not enabled:
      
      warning: (... && MS5611 && ...) selects IIO_TRIGGERED_BUFFER which has unmet direct dependencies (IIO && IIO_BUFFER)
      buffer/industrialio-triggered-buffer.c: In function 'iio_triggered_buffer_setup':
      buffer/industrialio-triggered-buffer.c:58:2: error: implicit declaration of function 'iio_device_attach_buffer' [-Werror=implicit-function-declaration]
      pressure/ms5611_core.c: In function 'ms5611_trigger_handler':
      pressure/ms5611_core.c:193:2: error: implicit declaration of function 'iio_push_to_buffers_with_timestamp' [-Werror=implicit-function-declaration]
      
      This adds the second select.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: 713bbb4e ("iio: pressure: ms5611: Add triggered buffer support")
      Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      3d5032a0
  3. Feb 06, 2016
  4. Jan 30, 2016
    • Jonathan Cameron's avatar
      iio:pressure:Kconfig white space cleanup. · 21cb454d
      Jonathan Cameron authored
      
      
      Clearly a high degree of cut and paste has gone on in this file, propogating
      a particularly random combination of tabs and spaces.  This patch at least
      should make it all consistent going forward.
      
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      21cb454d
    • Akinobu Mita's avatar
      iio: pressure: mpl115: support MPL115A1 · c984b9cb
      Akinobu Mita authored
      
      
      mpl115 driver currently supports i2c interface (MPL115A2).
      There is also SPI version (MPL115A1).  The difference between them
      is only physical transport so we can easily support both while sharing
      most of the code.
      
      Split the driver into a core support module and one module each for I2C
      and SPI support.
      
      Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
      Cc: Jonathan Cameron <jic23@kernel.org>
      Cc: Hartmut Knaack <knaack.h@gmx.de>
      Cc: Lars-Peter Clausen <lars@metafoo.de>
      Cc: Peter Meerwald <pmeerw@pmeerw.net>
      Cc: linux-iio@vger.kernel.org
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      c984b9cb
  5. Oct 11, 2015
  6. Jul 05, 2015
  7. Jun 21, 2015
  8. Mar 15, 2015
  9. Oct 22, 2014
  10. Jun 14, 2014
  11. May 03, 2014
  12. Feb 22, 2014
  13. Nov 24, 2013
  14. Oct 23, 2013
  15. Aug 03, 2013
  16. Jun 05, 2013
Loading