On Mon, 8 Apr 2024 09:07:18 +0000 inv.git-commit@xxxxxxx wrote: > From: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@xxxxxxx> > > This series is for adding support of high-end specs ICM-42688-P chip. Applied. Thanks, > > Changelog: > * v2: change order of chip definitions and order of patches > * v3: add patch description and resend without email IP header issue > > Jean-Baptiste Maneyrol (2): > dt-bindings: iio: imu: add icm42688 inside inv_icm42600 > iio: imu: inv_icm42600: add support of ICM-42688-P > > .../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(+) > > -- > 2.34.1 >