From: Jeff LaBundy <jeff@labundy.com>
To: lee.jones@linaro.org, jic23@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
Jeff LaBundy <jeff@labundy.com>
Subject: [PATCH 0/2] Add support for Azoteq IQS620A(T) V3
Date: Sun, 23 Jan 2022 13:01:04 -0600 [thread overview]
Message-ID: <20220123190106.80591-1-jeff@labundy.com> (raw)
This is a tiny series that adds support for an updated revision of
IQS620A(T) silicon, which calls for a change to the offset reported
by the IIO temperature driver.
The product change notice is shown in [1]. The updated IIO driver
selects the correct offset based on revision, and a small change to
the MFD driver allows it to share the revision with its children.
In the absence of any objection, I would like to propose that Lee
takes the series through his tree, provided Jonathan approves the
IIO change.
[1] https://www.azoteq.com/images/stories/pdf/WT-02_PCN%20_IQS620A.pdf
Jeff LaBundy (2):
mfd: iqs62x: Provide device revision to sub-devices
iio: temperature: iqs620at-temp: Add support for V3 silicon
drivers/iio/temperature/iqs620at-temp.c | 4 +++-
drivers/mfd/iqs62x.c | 6 +++---
include/linux/mfd/iqs62x.h | 7 +++++++
3 files changed, 13 insertions(+), 4 deletions(-)
--
2.25.1
next reply other threads:[~2022-01-23 19:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-23 19:01 Jeff LaBundy [this message]
2022-01-23 19:01 ` [PATCH 1/2] mfd: iqs62x: Provide device revision to sub-devices Jeff LaBundy
2022-01-23 19:01 ` [PATCH 2/2] iio: temperature: iqs620at-temp: Add support for V3 silicon Jeff LaBundy
2022-01-24 17:34 ` Jonathan Cameron
2022-02-14 13:15 ` [PATCH 0/2] Add support for Azoteq IQS620A(T) V3 Lee Jones
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=20220123190106.80591-1-jeff@labundy.com \
--to=jeff@labundy.com \
--cc=jic23@kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@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.