drivers/iio/common/ssp_sensors

Samsung Sensorhub for Gear 2 and Gear S Wearables

An SPI-attached sensor hub microcontroller that Samsung used inside its 2014-era Tizen smartwatches, including the Gear 2 (codename Rinato) and a thermostat variant. It aggregates motion and environmental sensor data from the watch's onboard chips and feeds it to the host Exynos 3250 SoC.

keep-annotate conf=0.84 last_sold=2014 deploy=low replacement=none subsystem=iio category=sensor-iio
84%

recommendation

Worth keeping but flagging as legacy because the only hardware it supports is a decade-old Samsung wearable line that is no longer sold, yet the code is still receiving upstream maintenance and is actively used by the postmarketOS community to keep Gear 2 watches running mainline Linux. There is no generic replacement that would cover this board-specific sensor hub, so removal would simply break those niche deployments.

repository signals

7 files
1,684 source lines
17 commits, 5y
+57 / −69 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17 total · active in 10/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: 2 commits · +9 −2 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 3 commits · +12 −17 2022-02: 1 commit · +5 −17 2022-03: 1 commit · +6 −7 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +1 −2 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: 2 commits · +14 −16 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +3 −3 2025-05: 2 commits · +2 −2 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 · +3 −1 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver is still seeing upstream maintenance in 2026; recent linux-iio patches touch ssp_sensors/ssp_dev.c rather than proposing removal.

  2. cateee.net

    LKDDb maps CONFIG_IIO_SSP_SENSORHUB to this directory and lists only two DT compatibles: samsung,sensorhub-rinato and samsung,sensorhub-thermostat.

  3. en.wikipedia.org

    Samsung Gear 2 (codename Rinato) is a 2014 Exynos 3250 smartwatch, indicating the known supported hardware is an old wearable platform rather than current-volume hardware.

  4. wiki.postmarketos.org

    Current community deployment is niche but nonzero: postmarketOS still documents Samsung Gear 2 mainline work and notes the sensor hub remains relevant on that device.

codex reasoning notes (technical)

Local tree inspection (rg/sed) showed this is a real SPI/IIO Samsung Sensorhub driver with OF matches samsung,sensorhub-rinato and samsung,sensorhub-thermostat, not just a helper library. lore_file_timeline on drivers/iio/common/ssp_sensors/ssp_dev.c returned multiple 2026 cleanup/fix patches and no removal signal, so this is not a removal candidate despite old hardware. Web search produced LKDDb plus Samsung Gear 2 / postmarketOS pages; together they point to legacy Samsung wearable hardware, no evidence of new 2025 sales, but some hobbyist/community deployments remain. No natural generic replacement driver exists for the same board-specific sensorhub, so keep the driver but annotate it as legacy/niche rather than deprecating or removing it.