Industrial I/O Analog-to-Digital Converter drivers
A large collection of drivers for analog-to-digital converter chips from vendors like Analog Devices, Texas Instruments, Maxim, and many others. These chips turn real-world analog signals (voltages, currents, sensor outputs) into digital readings, and are used heavily in industrial control, instrumentation, embedded systems, and consumer electronics.
recommendation
It should stay because this is one of the most active corners of the kernel: roughly 1,500 commits over the last five years from more than 200 contributors, with new ADC chips still being added regularly. Vendors are actively shipping and recommending new parts in this class for 2025 designs (for example Analog Devices' AD4695 and TI's ADS8688), and there is no replacement subsystem on the horizon.
repository signals
sources
- docs.kernel.org
Current kernel documentation lists many individual IIO ADC drivers under the Industrial I/O driver set, showing the subtree is actively maintained rather than legacy-only.
- docs.kernel.org
Kernel documentation states the IIO subsystem supports many ADCs and documents current ADC abstractions used by these drivers.
- analog.com
Analog Devices markets the AD4695 as 'recommended for new designs', indicating hardware covered by this directory is still sold for new products.
- ti.com
Texas Instruments lists ADS8688 as ACTIVE, showing another ADC family covered by this subtree remains in current production.
- ti.com
Texas Instruments lists ADS8688W as ACTIVE, reinforcing that new ADC parts in this class are still shipping.
codex reasoning notes (technical)
Local inspection with exec_command of drivers/iio/adc/Kconfig and file list confirmed this is a large live ADC-driver subtree, not a helper library. Provided static history is strongly active: 1469 substantive commits in 5 years, most recent on 2026-03-22, 223 authors. Web search against lore.kernel.org for subtree removal/deprecation discussion found no results, so there is no visible upstream removal push from the evidence gathered. Sources were obtained via web search (docs.kernel.org, analog.com, ti.com). Overall this directory serves many current industrial/embedded ADC devices across vendors, so there is no natural replacement and no deprecation signal.