summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings:iio:dac: update microchip,mcp4725.yaml referenceMauro Carvalho Chehab2021-04-071-1/+1
* iio:event: Add timeout event info typeJonathan Cameron2021-04-071-0/+1
* iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-251-2/+1
* iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean2021-03-251-4/+8
* iio: Provide iio_read_channel_processed_scale() APILinus Walleij2021-03-251-0/+15
* iio: set default trig->dev.parentGwendal Grignou2021-03-252-2/+3
* iio: adis: add helpers for lockingNuno Sa2021-03-111-0/+10
* iio: adc: adi-axi-adc: fix typo in doc-stringAlexandru Ardelean2021-03-111-1/+1
* iio: Add relative sensitivity supportYe Xiang2021-03-111-0/+1
* iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean2021-03-112-0/+7
* iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean2021-03-113-2/+9
* iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean2021-03-111-2/+2
* iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean2021-03-111-0/+3
* iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean2021-03-112-6/+7
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-112-5/+4
* iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2021-03-111-3/+4
* iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean2021-03-111-2/+0
* iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-0/+7
* thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov2021-02-151-0/+3
* iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationDmitry Baryshkov2021-01-161-5/+0
* iio: adc: move vadc_map_pt from header to the source fileDmitry Baryshkov2021-01-161-11/+0
* iio: provide of_iio_channel_get_by_name() and devm_ version itDmitry Baryshkov2021-01-161-0/+36
* iio: adc: move qcom-vadc-common.h to include dirDmitry Baryshkov2021-01-161-0/+187
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-2/+2
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-031-1/+5
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-245-11/+25
|\
| * iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean2020-11-211-3/+0
| * iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean2020-11-211-7/+16
| * iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean2020-11-141-0/+2
| * iio: core: Add optional symbolic label to a device channelCristian Pop2020-11-081-0/+6
| * iio: fix a kernel-doc markupMauro Carvalho Chehab2020-10-311-1/+1
* | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-156-52/+15
|\|
| * iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean2020-09-291-2/+2
| * iio: buffer-dmaengine: remove non managed alloc/freeAlexandru Ardelean2020-09-291-4/+0
| * iio: adis. Drop adis_burst structNuno Sá2020-09-211-17/+0
| * iio: adis: Move burst mode into adis_dataNuno Sá2020-09-211-0/+9
| * iio: Add __printf() attributes to various allocation functionsJonathan Cameron2020-09-212-2/+3
| * iio: adis: Drop non Managed device functionsNuno Sá2020-09-161-27/+0
| * iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori2020-09-131-0/+1
* | iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab2020-09-111-1/+1
|/
* iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean2020-07-131-6/+0
* iio: core: move event interface on the opaque structAlexandru Ardelean2020-07-072-3/+2
* iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean2020-07-072-2/+2
* iio: core: move channel list & group to private iio device objectAlexandru Ardelean2020-07-072-5/+5
* iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean2020-07-072-12/+11
* iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2020-07-072-1/+22
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-7/+0
* iio: core: add iio_device_set_parent() helperAlexandru Ardelean2020-06-141-0/+20
* iio: core: pass parent device as parameter during allocationAlexandru Ardelean2020-06-141-2/+2
* iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron2020-06-141-1/+1