* [PULL] First set of IIO fixes for 5.3
@ 2019-07-28 8:58 Jonathan Cameron
2019-07-28 9:28 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2019-07-28 8:58 UTC (permalink / raw)
To: gregkh; +Cc: linux-iio
The following changes since commit d7d170a8e357bd9926cc6bfea5c2385c2eac65b2:
Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux (2019-07-11 18:45:29 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.3a
for you to fetch changes up to 90c6260c1905a68fb596844087f2223bd4657fee:
iio: adc: gyroadc: fix uninitialized return code (2019-07-27 21:56:59 +0100)
----------------------------------------------------------------
First set of IIO fixes in the 5.3 cycle.
* cros_ec_accel_legacy
- Fix a false double entry for channel scale as both per channel
and shared.
* gyro_adc
- Fix uninitialized return code that got detected by GCC 9.0 having
be previously missed.
* ingenic_adc
- Set the clock divider on probe to avoid an issue seen with false
button press detections on JZ4725B SoCs.
* max9611
- Backwards parameters in GENMASK.
* mpu6050
- Enforce the fact only certain scan modes are actually possible.
One counter fix also picked up for William,
* generic-counter.rst
- Fix some references.
----------------------------------------------------------------
Arnd Bergmann (1):
iio: adc: gyroadc: fix uninitialized return code
Gwendal Grignou (1):
iio: cros_ec_accel_legacy: Fix incorrect channel setting
Jean-Baptiste Maneyrol (1):
iio: imu: mpu6050: add missing available scan masks
Joe Perches (1):
iio: adc: max9611: Fix misuse of GENMASK macro
Maarten ter Huurne (1):
IIO: Ingenic JZ47xx: Set clock divider on probe
Mauro Carvalho Chehab (1):
docs: generic-counter.rst: fix broken references for ABI file
Documentation/driver-api/generic-counter.rst | 4 +--
drivers/iio/accel/cros_ec_accel_legacy.c | 1 -
drivers/iio/adc/ingenic-adc.c | 54 ++++++++++++++++++++++++++++
drivers/iio/adc/max9611.c | 2 +-
drivers/iio/adc/rcar-gyroadc.c | 4 +--
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 43 ++++++++++++++++++++++
6 files changed, 102 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PULL] First set of IIO fixes for 5.3
2019-07-28 8:58 [PULL] First set of IIO fixes for 5.3 Jonathan Cameron
@ 2019-07-28 9:28 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-07-28 9:28 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Sun, Jul 28, 2019 at 09:58:28AM +0100, Jonathan Cameron wrote:
> The following changes since commit d7d170a8e357bd9926cc6bfea5c2385c2eac65b2:
>
> Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux (2019-07-11 18:45:29 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.3a
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-28 9:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-28 8:58 [PULL] First set of IIO fixes for 5.3 Jonathan Cameron
2019-07-28 9:28 ` Greg KH
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.