drivers/iio/imu/smi330

Bosch SMI330 and BMI330 6-axis IMUs

A family of small 6-axis inertial measurement units from Bosch Sensortec, combining a 3-axis accelerometer and 3-axis gyroscope on a single chip that talks over I2C or SPI. The BMI330 is aimed at consumer motion-sensing while the automotive-grade SMI330 variant targets embedded, industrial, and robotics designs in the mid-2020s.

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

recommendation

It should stay in the kernel because this is brand-new code: the driver was merged upstream in November 2025 with a follow-up cleanup in January 2026, and Bosch still actively sells and documents the BMI330/SMI330 part with a 2025 datasheet. There is no alternative in-tree driver for this chip family.

repository signals

6 files
1,156 source lines
3 commits, 5y
+1,203 / −7 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 3/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 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: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −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: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1,201 −0 2025-11: 1 commit · +0 −1 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +2 −6 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Driver was added upstream on 2025-11-09, indicating a very new in-tree device rather than legacy carry-over.

  2. git.kernel.org

    The directory received a substantive follow-up cleanup on 2026-01-16, showing ongoing upstream maintenance after merge.

  3. lkml.org

    Public review traffic exists for the SMI330 bring-up patch series, consistent with a recently upstreamed active driver and not a removal candidate.

  4. bosch-sensortec.com

    Bosch still lists BMI330 as a current product, with current technical collateral and ordering/distributor links, supporting that the hardware remained a new-sale part in 2025/2026.

  5. bosch-sensortec.com

    The vendor datasheet is a 2025 document for BMI330, reinforcing that the part is contemporary hardware.

  6. cateee.net

    LKDDb shows in-tree I2C support in 6.19 and HEAD, confirming active kernel integration rather than orphaned code.

  7. cateee.net

    LKDDb shows in-tree SPI support in 6.19 and HEAD, confirming active kernel integration rather than orphaned code.

codex reasoning notes (technical)

Not an early-exit case: this directory contains real IIO driver code with SPI/I2C bus glue and module entry points (shell: `rg`, `sed`). Lore-specific shell path was blocked because `lei` is not installed, so upstream-history evidence was taken from local `git log` (shell) and mapped to canonical git.kernel.org commit URLs by canonical recall; public review evidence came from web search to LKML. Web search also found the Bosch product page and 2025 datasheet showing the BMI330/SMI330 family is still current hardware, likely used in embedded/industrial/robotics deployments but not at mass PC-like scale. No natural replacement driver exists for the same chip; this is the direct upstream driver for that sensor family.