Shared utility code used by Linux's InvenSense motion-sensor drivers, which support MEMS accelerometers, gyroscopes, and combined IMUs (such as the MPU-6000/6050/9250 and ICM-series chips) found in phones, tablets, drones, and IoT devices from roughly 2010 onward.
This is not actually a driver directory; it is a shared helper library used by the real InvenSense sensor drivers (such as the MPU-6050 and ICM-series accelerometers and gyroscopes) elsewhere in the IIO subsystem. It contains common code rather than binding to any hardware on its own, so removal questions belong with the actual sensor drivers that pull it in.
repository signals
3files
205source lines
9commits, 5y
+286 / −68lines added / removed, 5y
4authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 9 total · active in 7/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: shared IIO common helper code for InvenSense sensors under drivers/iio/common, not a standalone kernel-bound hardware driver.