All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for 5.3
Date: Sun, 28 Jul 2019 09:58:28 +0100	[thread overview]
Message-ID: <20190728095828.01c5cbe2@archlinux> (raw)

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

             reply	other threads:[~2019-07-28  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28  8:58 Jonathan Cameron [this message]
2019-07-28  9:28 ` [PULL] First set of IIO fixes for 5.3 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=20190728095828.01c5cbe2@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.