summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
* iio: cros_ec: Reapply range at resumeGwendal Grignou2020-06-141-1/+10
* Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-151-2/+85
|\
| * iio: adis: Support different burst sizesNuno Sá2020-04-251-2/+7
| * iio: adis: Add adis_update_bits() APIsNuno Sá2020-04-251-0/+59
| * iio: imu: adis: Add irq flag variableNuno Sá2020-04-251-0/+2
| * iio: imu: adis: Add Managed device functionsNuno Sá2020-04-251-0/+17
* | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-1/+1
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-201-1/+1
| |\
| | * iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen2020-04-191-1/+1
* | | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-2311-102/+69
|\ \ \ | |/ / |/| |
| * | iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean2020-04-191-1/+0
| * | iio: buffer: drop devm_iio_hw_consumer_free() API callAlexandru Ardelean2020-04-191-1/+0
| * | iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean2020-04-191-18/+0
| * | iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean2020-04-191-2/+0
| * | iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean2020-04-191-3/+0
| * | iio: core: drop devm_iio_device_free() API callAlexandru Ardelean2020-04-191-2/+0
| * | iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean2020-04-191-2/+0
| * | iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean2020-04-191-4/+0