mbox series

[v2,0/2] Add support of IAM-20680 HP & HT

Message ID 20240923-inv-mpu6050-add-iam20680-ht-hp-v2-0-48290e0b9931@tdk.com (mailing list archive)
Headers show
Series Add support of IAM-20680 HP & HT | expand

Message

Jean-Baptiste Maneyrol via B4 Relay Sept. 23, 2024, 2:53 p.m. UTC
Add support of IAM-20680 HP & HT variants. These chips have better
hardware specs and a bigger FIFO while retaining full compatibility with
IAM-20680.

Changes for v2:
* Send patches to the correct list (devicetree was missing)

Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
---
Jean-Baptiste Maneyrol (2):
      dt-bindings: iio: imu: mpu6050: Add iam20680ht/hp bindings to mpu6050
      iio: imu: inv_mpu6050: add support for IAM-20680HT/HP

 .../bindings/iio/imu/invensense,mpu6050.yaml         |  5 +++++
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c           | 20 ++++++++++++++++++++
 drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c            | 10 ++++++++++
 drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h            |  4 ++++
 drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c            | 10 ++++++++++
 5 files changed, 49 insertions(+)
---
base-commit: 1504ee03b6e48187348d20f6efc74e7d93855728
change-id: 20240923-inv-mpu6050-add-iam20680-ht-hp-f5a42a96933b

Best regards,

Comments

Jonathan Cameron Sept. 28, 2024, 4:47 p.m. UTC | #1
On Mon, 23 Sep 2024 16:53:20 +0200
Jean-Baptiste Maneyrol via B4 Relay <devnull+jean-baptiste.maneyrol.tdk.com@kernel.org> wrote:

> Add support of IAM-20680 HP & HT variants. These chips have better
> hardware specs and a bigger FIFO while retaining full compatibility with
> IAM-20680.
> 
> Changes for v2:
> * Send patches to the correct list (devicetree was missing)
> 
> Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
Series applied to the testing branch of iio.git which I will rebase once
rc1 is available.

Thanks,

Jonathan

> ---
> Jean-Baptiste Maneyrol (2):
>       dt-bindings: iio: imu: mpu6050: Add iam20680ht/hp bindings to mpu6050
>       iio: imu: inv_mpu6050: add support for IAM-20680HT/HP
> 
>  .../bindings/iio/imu/invensense,mpu6050.yaml         |  5 +++++
>  drivers/iio/imu/inv_mpu6050/inv_mpu_core.c           | 20 ++++++++++++++++++++
>  drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c            | 10 ++++++++++
>  drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h            |  4 ++++
>  drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c            | 10 ++++++++++
>  5 files changed, 49 insertions(+)
> ---
> base-commit: 1504ee03b6e48187348d20f6efc74e7d93855728
> change-id: 20240923-inv-mpu6050-add-iam20680-ht-hp-f5a42a96933b
> 
> Best regards,