All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging/IIO driver fixes for 4.18-rc3
Date: Sun, 1 Jul 2018 10:40:35 +0200	[thread overview]
Message-ID: <20180701084035.GA11654@kroah.com> (raw)

The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.18-rc3

for you to fetch changes up to ebc2dc5f9b231c1b64047c6717cd464104f086f4:

  Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2018-06-26 07:45:52 +0800)

----------------------------------------------------------------
Staging/IIO fixes for 4.18-rc3

Here are a few small staging and IIO driver fixes for 4.18-rc3.

Nothing major or big, all just fixes for reported problems since
4.18-rc1.  All of these have been in linux-next this week with no
reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Colin Ian King (1):
      iio: tsl2x7x/tsl2772: avoid potential division by zero

Dan Carpenter (1):
      staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/.../jic23/iio into staging-linus

Hans de Goede (1):
      iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines

Laura Abbott (1):
      staging: android: ion: Return an ERR_PTR in ion_map_kernel

Leonard Crestez (1):
      iio: mma8452: Fix ignoring MMA8452_INT_DRDY

Phil Reid (1):
      iio: buffer: fix the function signature to match implementation

Tomasz Duszynski (1):
      iio: pressure: bmp280: fix relative humidity unit

 drivers/iio/accel/mma8452.c                      | 2 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c       | 2 ++
 drivers/iio/light/tsl2772.c                      | 2 ++
 drivers/iio/pressure/bmp280-core.c               | 5 ++---
 drivers/staging/android/ion/ion_heap.c           | 2 +-
 drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +-
 include/linux/iio/buffer-dma.h                   | 2 +-
 7 files changed, 10 insertions(+), 7 deletions(-)

                 reply	other threads:[~2018-07-01  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180701084035.GA11654@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.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.