mbox series

[PULL] First set of IIO fixes for the 5.0 cycle.

Message ID 20190202174111.23e868c2@archlinux (mailing list archive)
State New, archived
Headers show
Series [PULL] First set of IIO fixes for the 5.0 cycle. | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.0a

Message

Jonathan Cameron Feb. 2, 2019, 5:41 p.m. UTC
The following changes since commit 06382deac2b8a49bbc5aaa3c9118fed6da4a1ac1:

  Revert "staging: rtl8723bs: Mark ACPI table declaration as used" (2019-01-11 10:40:13 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.0a

for you to fetch changes up to f214ff521fb1f861c8d7f7d0af98b06bf61b3369:

  iio: ti-ads8688: Update buffer allocation for timestamps (2019-01-12 18:32:28 +0000)

----------------------------------------------------------------
First set of IIO fixes for the 5.0 cycle.

Been a busy month, so these are rather later than they should have been.

* atlas-ph-sensor:
  - Temperature scale didn't correspond to the ABI.
* axp288:
  - A few different fixes around the TS-pin handling.
* ti-ads8688
  - Not enough space in the buffer used to build the scan to allow for
    the timestamp.
* tools - iio_generic_buffer
  - Make num_loops signed so that we really are running for ever
    rather than just a long time when we specify -1.

----------------------------------------------------------------
Dan Murphy (1):
      iio: ti-ads8688: Update buffer allocation for timestamps

Hans de Goede (1):
      iio: adc: axp288: Fix TS-pin handling

Martin Kelly (1):
      tools: iio: iio_generic_buffer: make num_loops signed

Matt Ranostay (1):
      iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius

 drivers/iio/adc/axp288_adc.c           | 76 +++++++++++++++++++++++++++-------
 drivers/iio/adc/ti-ads8688.c           |  3 +-
 drivers/iio/chemical/atlas-ph-sensor.c |  7 ++--
 tools/iio/iio_generic_buffer.c         |  2 +-
 4 files changed, 66 insertions(+), 22 deletions(-)

Comments

Greg Kroah-Hartman Feb. 3, 2019, 1:37 p.m. UTC | #1
On Sat, Feb 02, 2019 at 05:41:11PM +0000, Jonathan Cameron wrote:
> The following changes since commit 06382deac2b8a49bbc5aaa3c9118fed6da4a1ac1:
> 
>   Revert "staging: rtl8723bs: Mark ACPI table declaration as used" (2019-01-11 10:40:13 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.0a

Pulled and pushed out, thanks.

greg k-h