aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iio
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+2
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+2
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+2
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+4
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+2
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 2-3/+2
2021-05-17iio: avoid shadowing of variable name in to_iio_dev_opaque()Gravatar Jonathan Cameron 1-2/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 2-2/+4
2021-05-17iio: adis: add burst_max_speed_hz variableGravatar Nuno Sa 1-0/+2
2021-04-07dt-bindings:iio:dac: update microchip,mcp4725.yaml referenceGravatar Mauro Carvalho Chehab 1-1/+1
2021-04-07iio:event: Add timeout event info typeGravatar Jonathan Cameron 1-0/+1
2021-03-25iio: cros: unify hw fifo attributes without API changesGravatar Gwendal Grignou 1-2/+1
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantGravatar Alexandru Ardelean 1-4/+8
2021-03-25iio: Provide iio_read_channel_processed_scale() APIGravatar Linus Walleij 1-0/+15
2021-03-25iio: set default trig->dev.parentGravatar Gwendal Grignou 2-2/+3
2021-03-11iio: adis: add helpers for lockingGravatar Nuno Sa 1-0/+10
2021-03-11iio: adc: adi-axi-adc: fix typo in doc-stringGravatar Alexandru Ardelean 1-1/+1
2021-03-11iio: Add relative sensitivity supportGravatar Ye Xiang 1-0/+1
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceGravatar Alexandru Ardelean 2-0/+7
2021-03-11iio: buffer: introduce support for attaching more IIO buffersGravatar Alexandru Ardelean 3-2/+9
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrGravatar Alexandru Ardelean 1-2/+2
2021-03-11iio: add reference to iio buffer on iio_dev_attrGravatar Alexandru Ardelean 1-0/+3
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesGravatar Alexandru Ardelean 2-6/+7
2021-03-11iio: core: rework iio device group creationGravatar Alexandru Ardelean 2-5/+4
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Gravatar Alexandru Ardelean 1-3/+4
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionGravatar Alexandru Ardelean 1-2/+0
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperGravatar Alexandru Ardelean 1-0/+7
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorGravatar Dmitry Baryshkov 1-0/+3
2021-01-16iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationGravatar Dmitry Baryshkov 1-5/+0
2021-01-16iio: adc: move vadc_map_pt from header to the source fileGravatar Dmitry Baryshkov 1-11/+0
2021-01-16iio: provide of_iio_channel_get_by_name() and devm_ version itGravatar Dmitry Baryshkov 1-0/+36
2021-01-16iio: adc: move qcom-vadc-common.h to include dirGravatar Dmitry Baryshkov 1-0/+187
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidGravatar Jonathan Cameron 1-2/+2
2020-12-03iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackGravatar Lars-Peter Clausen 1-1/+5
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 5-11/+25
2020-11-21iio: buffer: remove iio_buffer_set_attrs() helperGravatar Alexandru Ardelean 1-3/+0
2020-11-21iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsGravatar Alexandru Ardelean 1-7/+16
2020-11-14iio: core: centralize ioctl() calls to the main chardevGravatar Alexandru Ardelean 1-0/+2
2020-11-08iio: core: Add optional symbolic label to a device channelGravatar Cristian Pop 1-0/+6
2020-10-31iio: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-52/+15
2020-09-29iio: cros_ec: unify hw fifo attributes into the core fileGravatar Alexandru Ardelean 1-2/+2
2020-09-29iio: buffer-dmaengine: remove non managed alloc/freeGravatar Alexandru Ardelean 1-4/+0
2020-09-21iio: adis. Drop adis_burst structGravatar Nuno Sá 1-17/+0
2020-09-21iio: adis: Move burst mode into adis_dataGravatar Nuno Sá 1-0/+9
2020-09-21iio: Add __printf() attributes to various allocation functionsGravatar Jonathan Cameron 2-2/+3
2020-09-16iio: adis: Drop non Managed device functionsGravatar Nuno Sá 1-27/+0
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureGravatar Crt Mori 1-0/+1
2020-09-11iio: iio.h: fix a warning at the kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-07-13iio: core: remove iio_priv_to_dev() helperGravatar Alexandru Ardelean 1-6/+0