From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] 1st set of IIO fixes for 6.0
Date: Mon, 22 Aug 2022 19:55:57 +0100 [thread overview]
Message-ID: <20220822195558.3b4bcf5a@jic23-huawei> (raw)
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.0a
for you to fetch changes up to 0096fc879358ad6b82ee7e790c07b118c515c980:
iio: light: cm32181: make cm32181_pm_ops static (2022-08-21 18:24:16 +0100)
----------------------------------------------------------------
1st set of IIO fixes for 6.0-rc1
adi,ad7292
- Prevent duplicate disable of regulator in error path.
bosch,bmg160
- Correct dt-binding to allow for 2 interrupt pins.
capella,cm3605
- Fix missing error cleanup due to premature return.
capella,cm32181
- Fix missing static on local symbol.
microchip,mcp33911
- Correctly handle sign bit.
- Fix mismatch between driver and DT binding, including fallback to old
driver behavior.
- Use correct formula for voltage calculation.
----------------------------------------------------------------
Christophe JAILLET (1):
iio: light: cm3605: Fix an error handling path in cm3605_probe()
Krzysztof Kozlowski (1):
dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins
Marcus Folkesson (3):
iio: adc: mcp3911: make use of the sign bit
iio: adc: mcp3911: correct "microchip,device-addr" property
iio: adc: mcp3911: use correct formula for AD conversion
Matti Vaittinen (1):
iio: ad7292: Prevent regulator double disable
sunliming (1):
iio: light: cm32181: make cm32181_pm_ops static
.../bindings/iio/gyroscope/bosch,bmg160.yaml | 2 ++
drivers/iio/adc/ad7292.c | 4 +---
drivers/iio/adc/mcp3911.c | 28 +++++++++++++++++-----
drivers/iio/light/cm32181.c | 2 +-
drivers/iio/light/cm3605.c | 6 +++--
5 files changed, 30 insertions(+), 12 deletions(-)
next reply other threads:[~2022-08-22 19:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 18:55 Jonathan Cameron [this message]
2022-08-23 8:43 ` [PULL] 1st set of IIO fixes for 6.0 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=20220822195558.3b4bcf5a@jic23-huawei \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox