From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for the 4.18 cycle
Date: Mon, 25 Jun 2018 21:43:57 +0100 [thread overview]
Message-ID: <20180625214357.46b49977@archlinux> (raw)
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-4.18a
for you to fetch changes up to 2a221c04228bbf683fc8d3cb5d177aebb38b393c:
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines (2018-06-24 14:50:52 +0100)
----------------------------------------------------------------
First set of IIO fixes for the 4.18 cycle.
* bmp280
- Fix wrong relative humidity unit.
* buffer
- Fix a function signature to match the function.
* inv_mpu6050
- Fix a regression in which older ACPI devices won't have working
interrupts due to lack of information on the interrupt type.
* mma8452
- Don't ignore data ready interrupt when handling interrupts as will
look like an unhandled interrupt.
* tsl2x7x/tsl2772
- Avoid a potential division by zero.
----------------------------------------------------------------
Colin Ian King (1):
iio: tsl2x7x/tsl2772: avoid potential division by zero
Hans de Goede (1):
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines
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 ++---
include/linux/iio/buffer-dma.h | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
next reply other threads:[~2018-06-25 20:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 20:43 Jonathan Cameron [this message]
2018-06-25 23:47 ` [PULL] First set of IIO fixes for the 4.18 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=20180625214357.46b49977@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.