mbox series

[0/2] Add support for Azoteq IQS620A(T) V3

Message ID 20220123190106.80591-1-jeff@labundy.com (mailing list archive)
Headers show
Series Add support for Azoteq IQS620A(T) V3 | expand

Message

Jeff LaBundy Jan. 23, 2022, 7:01 p.m. UTC
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(-)

Comments

Lee Jones Feb. 14, 2022, 1:15 p.m. UTC | #1
Enjoy!

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-iio-v5.18

for you to fetch changes up to 9e444dbf278c604110762b25d8e0b4e9f1d27dbc:

  iio: temperature: iqs620at-temp: Add support for V3 silicon (2022-02-14 13:07:33 +0000)

----------------------------------------------------------------
Immutable branch between MFD and IIO due for the v5.18 merge window

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