summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean2020-04-191-6/+0
| * | iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includesLars-Peter Clausen2020-04-191-1/+1
| * | iio: adc: adi-axi-adc: add support for AXI ADC IP coreMichael Hennerich2020-04-191-0/+64
| * | iio: buffer-dmaengine: add dev-managed calls for buffer allocAlexandru Ardelean2020-04-191-0/+3
| * | iio: buffer: drop left-over 'stufftoread' fieldAlexandru Ardelean2020-04-191-3/+0
| * | iio: ad_sigma_delta: remove unused IIO channel macrosAlexandru Ardelean2020-04-191-58/+0
| * | iio: core: Make mlock internal to the iio coreRohit Sarkar2020-03-211-1/+1
| |/
* | Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-04-082-90/+16
|\ \ | |/ |/|
| * iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou2020-03-301-3/+3
| * iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou2020-03-281-0/+3
| * iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou2020-03-281-3/+1
| * iio: cros_ec: Remove pm functionGwendal Grignou2020-03-281-5/+0
| * iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou2020-03-281-1/+9
| * iio: expose iio_device_set_clockGwendal Grignou2020-03-281-0/+2
| * iio: cros_ec: Move function description to .c fileGwendal Grignou2020-03-281-80/+0
* | iio: industrialio-core: Fix debugfs readAlexandru Tachici2020-03-081-0/+2
* | iio: imu: adis: add a note better explaining state_lockAlexandru Ardelean2020-03-081-0/+11
* | iio: imu: adis: update 'adis_data' struct doc-stringAlexandru Ardelean2020-03-081-1/+5
* | iio: imu: adis: add doc-string for 'adis' structAlexandru Ardelean2020-03-081-0/+14
* | iio: imu: adis: add support product ID check in adis_initial_startupAlexandru Ardelean2020-03-081-0/+5
* | iio: imu: adis: Add self_test_reg variableNuno Sá2020-03-081-0/+2
* | iio: imu: adis: add unlocked __adis_initial_startup()Alexandru Ardelean2020-03-081-1/+12
|/