Skip to content
  1. Apr 23, 2017
  2. Jan 28, 2017
  3. Oct 01, 2016
  4. Sep 18, 2016
  5. Aug 31, 2016
  6. Jul 03, 2016
  7. May 29, 2016
  8. May 21, 2016
  9. Apr 25, 2016
  10. Apr 24, 2016
  11. Apr 03, 2016
  12. 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
  13. Feb 06, 2016
  14. 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
  15. Oct 11, 2015
  16. Jul 05, 2015
  17. Jun 21, 2015
  18. Mar 15, 2015
  19. Oct 22, 2014
  20. Jun 14, 2014
  21. May 03, 2014
  22. Feb 22, 2014
  23. Nov 24, 2013
  24. Oct 23, 2013
  25. Aug 03, 2013
  26. Jun 05, 2013
Loading