drivers/iio/imu/inv_icm42600

TDK InvenSense ICM-426xx 6-axis motion sensors

A family of TDK InvenSense 6-axis inertial measurement units (3-axis accelerometer plus 3-axis gyroscope) connected over I2C or SPI, including the ICM-42688-P and related parts. They are widely used in robotics, drones, IoT devices, wearables, and industrial motion-sensing applications, and remain in active production.

keep conf=0.93 deploy=medium replacement=none subsystem=iio category=sensor-iio
93%

recommendation

It should stay because the hardware is current: TDK still sells the ICM-42688-P as an active SmartMotion product, Mouser still stocks it, and TDK featured it in a new reference design announced in October 2025. The kernel driver is also actively maintained, with refactoring work and new chip support (ICM-42607) landing in 2026.

repository signals

12 files
4,589 source lines
52 commits, 5y
+1,346 / −814 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 52 total · active in 26/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +2 −2 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +0 −2 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +9 −6 2022-05: 2 commits · +2 −2 2022-06: 1 commit · +2 −1 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +14 −13 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +13 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 3 commits · +32 −29 2023-06: 3 commits · +80 −332 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +3 −12 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 3 commits · +214 −55 2024-05: 2 commits · +20 −10 2024-06: 3 commits · +209 −21 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +35 −9 2024-10: 1 commit · +0 −5 2024-11: 2 commits · +24 −2 2024-12: 2 commits · +7 −7 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +21 −28 2025-04: 2 commits · +19 −11 2025-05: 1 commit · +5 −3 2025-06: 6 commits · +541 −87 2025-07: 0 commits · +0 −0 2025-08: 3 commits · +10 −27 2025-09: 5 commits · +75 −146 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +0 −3 2026-01: 2 commits · +8 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream activity is current: the driver saw a refactor patch on 2026-04-23.

  2. lore.kernel.org

    The driver is still gaining new hardware support: a 2026 patch adds support for icm42607.

  3. invensense.tdk.com

    TDK InvenSense still markets ICM-42688-P as a current SmartMotion 6-axis IMU product.

  4. mouser.com

    A mainstream distributor lists ICM-42688-P for purchase/backorder with current ordering data, indicating ongoing commercial availability.

  5. invensense.tdk.com

    TDK referenced ICM-42688-P in a new reference-design announcement published on 2025-10-13, showing continued use in new designs.

codex reasoning notes (technical)

Keep: local shell inspection of the driver shows active I2C/SPI IDs for multiple ICM-426xx parts and no in-tree successor driver covering the same devices. Lore evidence came from `lore_file_timeline` on inv_icm42600_core.c, which shows heavy recent activity and feature work, including 2026 refactoring and new chip support; an attempted `lore_regex` removal scan timed out, and the visible recent lore subjects showed maintenance/expansion rather than retirement. Web evidence came from `web.search_query`: the official TDK product page still lists ICM-42688-P, Mouser still sells it, and a 2025 TDK news page shows it in a new reference design. That combination argues against deprecation or removal and supports ongoing embedded/industrial/robotics deployments.