All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for the 5.0 cycle.
Date: Sat, 2 Feb 2019 17:41:11 +0000	[thread overview]
Message-ID: <20190202174111.23e868c2@archlinux> (raw)

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(-)

             reply	other threads:[~2019-02-02 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-02 17:41 Jonathan Cameron [this message]
2019-02-03 13:37 ` [PULL] First set of IIO fixes for the 5.0 cycle Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190202174111.23e868c2@archlinux \
    --to=jic23@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.