* [PULL] First set of IIO fixes for the 4.18 cycle
@ 2018-06-25 20:43 Jonathan Cameron
2018-06-25 23:47 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2018-06-25 20:43 UTC (permalink / raw)
To: gregkh, linux-iio
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] First set of IIO fixes for the 4.18 cycle
2018-06-25 20:43 [PULL] First set of IIO fixes for the 4.18 cycle Jonathan Cameron
@ 2018-06-25 23:47 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-06-25 23:47 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Mon, Jun 25, 2018 at 09:43:57PM +0100, Jonathan Cameron wrote:
> 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
Pulled in and pushed out in my tree.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-25 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 20:43 [PULL] First set of IIO fixes for the 4.18 cycle Jonathan Cameron
2018-06-25 23:47 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).