summaryrefslogtreecommitdiff
path: root/include/linux/iio
AgeCommit message (Expand)Author
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2026-01-29iio: frequency: ad9523: correct kernel-doc bad line warningRandy Dunlap
2026-01-29iio: buffer: buffer_impl.h: fix kernel-doc warningsRandy Dunlap
2026-01-22iio: core: Add cleanup.h support for iio_device_claim_*()Kurt Borja
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja
2025-12-27iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes
2025-12-21iio: buffer-dma: Fix coding style complainsNuno Sá
2025-12-21iio: buffer-dma: Turn iio_dma_buffer_init() voidNuno Sá
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-09iio: imu: adis: fix all kernel-doc warnings in header fileRandy Dunlap
2025-10-20iio: adc: qcom-vadc-common: fix vadc_scale_fn_type kernel-docRandy Dunlap
2025-10-13iio: buffer-dma: support getting the DMA channelNuno Sá
2025-10-13iio: buffer: support getting dma channel from the bufferNuno Sá
2025-10-13iio: buffer: document that buffer callback must be context safeDavid Lechner
2025-10-13iio: buffer: document store_to() callback may be called in any contextDavid Lechner
2025-10-13iio: buffer: deprecated iio_push_to_buffers_with_timestamp()David Lechner
2025-10-13iio: buffer: document iio_push_to_buffers_with_ts()David Lechner
2025-09-23Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-09-13iio: add power and energy measurement modifiersAntoniu Miclaus
2025-09-10iio: consumers: Add an iio_multiply_value() helper functionHans de Goede
2025-08-31iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich
2025-08-25iio: core: switch info_mask fields to unsigned long to match find_bit helpersJunjie Cao
2025-08-16iio: fix iio_push_to_buffers_with_ts() typoDavid 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: use u8 instead of uint8_tDavid Lechner
2025-06-26iio: backend: update iio_backend_oversampling_ratio_setPop Ioan Daniel
2025-06-26iio: cros_ec_sensors: add cros_ec_activity driverGwendal Grignou
2025-06-09iio: core: add ADC delay calibration definitionAngelo Dureghello
2025-06-09iio: backend: add support for number of lanesAntoniu Miclaus
2025-06-09iio: backend: add support for data alignmentAntoniu Miclaus
2025-06-09iio: backend: add support for filter configAntoniu Miclaus
2025-05-21iio: introduce IIO_DECLARE_BUFFER_WITH_TS macrosDavid Lechner
2025-05-21iio: make IIO_DMA_MINALIGN minimum of 8 bytesDavid Lechner
2025-05-21iio: introduced iio_push_to_buffers_with_ts() that takes a data_total_len arg...Jonathan Cameron
2025-04-22iio: backend: add support for data source getAngelo Dureghello
2025-04-22iio: Adjust internals of handling of direct mode claiming to suit new API.Jonathan Cameron
2025-04-22iio: trigger: stm32-lptimer: add support for stm32mp25Olivier Moysan
2025-04-22iio: adc: add helpers for parsing ADC nodesMatti Vaittinen
2025-02-22iio: imu: adis: Add DIAG_STAT registerRobert Budai
2025-02-22iio: imu: adis: Add reset to custom opsRobert Budai
2025-02-22iio: imu: adis: Add custom ops structRobert Budai
2025-02-17iio: Drop iio_device_claim_direct_scoped() and related infrastructureJonathan Cameron
2025-02-17iio: core: Rework claim and release of direct mode to work with sparse.Jonathan Cameron
2025-02-16iio: backend: add API for oversamplingAntoniu Miclaus
2025-02-16iio: backend: add support for data size setAntoniu Miclaus
2025-02-16iio: backend: add API for interface getAntoniu Miclaus
2025-02-10iio: buffer-dmaengine: add devm_iio_dmaengine_buffer_setup_with_handle()David Lechner