drivers/iio/buffer

Industrial I/O (IIO) buffer infrastructure

Shared core code and helper routines used by Industrial I/O sensor drivers to deliver streams of samples (from accelerometers, ADCs, gyroscopes, light sensors, and similar devices) to userspace through ring buffers and DMA buffers. It is plumbing inside the IIO subsystem rather than support for any particular chip.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=iio category=not-a-driver
100%

recommendation

This is not actually a driver directory; it is part of the Industrial I/O subsystem's internal framework that individual sensor drivers build on top of. Removing or deprecating it is not meaningful in isolation — it lives or dies with the IIO subsystem itself, which is actively used across modern hardware.

repository signals

8 files
2,097 source lines
46 commits, 5y
+784 / −422 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 46 total · active in 23/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +27 −43 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: 2 commits · +56 −2 2021-11: 1 commit · +1 −1 2021-12: 1 commit · +1 −1 2022-01: 1 commit · +2 −2 2022-02: 1 commit · +1 −9 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: 1 commit · +5 −5 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: 1 commit · +10 −0 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +47 −40 2024-01: 1 commit · +1 −2 2024-02: 1 commit · +5 −3 2024-03: 0 commits · +0 −0 2024-04: 5 commits · +132 −64 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +221 −20 2024-07: 3 commits · +25 −22 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +17 −2 2024-12: 1 commit · +22 −22 2025-01: 0 commits · +0 −0 2025-02: 3 commits · +102 −46 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +0 −1 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −0 2025-10: 2 commits · +8 −0 2025-11: 0 commits · +0 −0 2025-12: 6 commits · +87 −124 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +12 −12 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains Industrial I/O buffer core/helper infrastructure shared by IIO drivers, not hardware-bound device driver code.