summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
4 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
4 daysMerge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-16iio: adc: ad_sigma_delta: Select IIO_BUFFER_DMAENGINE and SPI_OFFLOADNathan Chancellor
2025-07-16iio: adc: ad7173: fix setting ODR in probeDavid Lechner
2025-07-16iio: adc: ad7173: fix calibration channelDavid Lechner
2025-07-16iio: adc: ad7173: fix num_slotsDavid Lechner
2025-07-16iio: adc: ad7173: fix channels index for syscalib_modeDavid Lechner
2025-07-16iio: adc: ad_sigma_delta: change to buffer predisableDavid Lechner
2025-07-14iio: Add driver for Nicera D3-323-AA PIR sensorWaqar Hameed
2025-07-14iio: dac: vf610: Simplify with devm_clk_get_enabled()Krzysztof Kozlowski
2025-07-14iio: adc: vf610: Simplify with dev_err_probeKrzysztof Kozlowski
2025-07-14iio: adc: vf610: Drop -ENOMEM error messageKrzysztof Kozlowski
2025-07-14iio: imu: bno055: make bno055_sysfs_attr constDavid Lechner
2025-07-14iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner
2025-07-14iio: accel: kionix-kx022a: Apply approximate iwyu principles to includesJonathan Cameron
2025-07-14iio: adc: ad4170-4: Add support for weigh scale, thermocouple, and RTD sensMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add support for internal temperature sensorMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add GPIO controller supportMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add clock provider supportMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add timestamp channelMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add support for buffered data captureMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add digital filter and sample frequency config supportMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add support for calibration biasMarcelo Schmitt
2025-07-14iio: adc: ad4170-4: Add support for calibration gainMarcelo Schmitt
2025-07-14iio: adc: Add basic support for AD4170-4Ana-Maria Cusco
2025-07-14iio: imu: inv_icm42600: add wakeup functionality for Wake-on-MotionJean-Baptiste Maneyrol
2025-07-14iio: imu: inv_icm42600: add WoM supportJean-Baptiste Maneyrol
2025-07-14iio: imu: inv_icm42600: reorganize DMA aligned buffers in structureJean-Baptiste Maneyrol
2025-07-14iio: accel: adxl345: simplify reading the FIFOLothar Rubusch
2025-07-14iio: accel: adxl345: simplify interrupt mappingLothar Rubusch
2025-07-13iio: accel: adxl313: add AC coupled activity/inactivity eventsLothar Rubusch
2025-07-13iio: accel: adxl313: implement power-save on inactivityLothar Rubusch
2025-07-13iio: accel: adxl313: add inactivity sensingLothar Rubusch
2025-07-13iio: accel: adxl313: add activity sensingLothar Rubusch
2025-07-13iio: accel: adxl313: add buffered FIFO watermark with interrupt handlingLothar Rubusch
2025-07-13iio: accel: adxl313: add function to enable measurementLothar Rubusch
2025-07-13iio: accel: adxl313: make use of regmap cacheLothar Rubusch
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADCAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADCAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Move reference voltage to platform dataAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Add ready register index and mask to channel dataAngeloGioacchino Del Regno
2025-07-13iio: adc: ad4000: don't use shift_right()David Lechner
2025-07-13iio: adc: ad_sigma_delta: add SPI offload supportDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use spi_optimize_message()David Lechner
2025-07-13iio: adc: ad_sigma_delta: refactor setting read addressDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: audit included headersDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macroDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use sizeof() in ALIGN()David Lechner
2025-07-13iio: adc: ad_sigma_delta: use u8 instead of uint8_tDavid Lechner