On Thu, 10 Nov 2022 19:29:31 +0000 Jay Greco <grecojay@xxxxxxxxxx> wrote: > This patch adds support for the invensense icm42631 as part of the > inv_icm42600 family driver within the IIO subsystem. The patch series > also includes the requisite changes to the dt-bindings documentation. > > Changes in v2: > - Fix documentation subject prefix per Krzysztof Kozlowski > > Changes in v1: > - initial patch submission Hi Jay, Applied to the togreg branch of iio.git which I will shortly push out as testing to give the various automated build systems the opportunity to see if they can find anything we missed. Welcome to IIO btw. Thanks, Jonathan > > Jay Greco (2): > iio: imu: inv_icm42600: Add support for icm42631 > dt-bindings: iio: imu: Add inv_icm42600 documentation > > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 1 + > drivers/iio/imu/inv_icm42600/inv_icm42600.h | 2 ++ > drivers/iio/imu/inv_icm42600/inv_icm42600_core.c | 5 +++++ > drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c | 3 +++ > drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c | 3 +++ > 5 files changed, 14 insertions(+) >