summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
AgeCommit message (Expand)AuthorFilesLines
2020-07-13iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean1-6/+0
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean2-3/+2
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean2-2/+2
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean2-5/+5
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean2-12/+11
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2-1/+22
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-7/+0
2020-06-14iio: core: add iio_device_set_parent() helperAlexandru Ardelean1-0/+20
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean1-2/+2
2020-06-14iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron1-1/+1
2020-06-14iio: cros_ec: Reapply range at resumeGwendal Grignou1-1/+10
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-2/+85
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2020-04-25iio: adis: Support different burst sizesNuno Sá1-2/+7
2020-04-25iio: adis: Add adis_update_bits() APIsNuno Sá1-0/+59
2020-04-25iio: imu: adis: Add irq flag variableNuno Sá1-0/+2
2020-04-25iio: imu: adis: Add Managed device functionsNuno Sá1-0/+17
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman11-102/+69
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2020-04-19iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen1-1/+1
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: buffer: drop devm_iio_hw_consumer_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean1-18/+0
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean1-3/+0
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean1-4/+0
2020-04-19iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean1-6/+0
2020-04-19iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includesLars-Peter Clausen1-1/+1
2020-04-19iio: adc: adi-axi-adc: add support for AXI ADC IP coreMichael Hennerich1-0/+64
2020-04-19iio: buffer-dmaengine: add dev-managed calls for buffer allocAlexandru Ardelean1-0/+3
2020-04-19iio: buffer: drop left-over 'stufftoread' fieldAlexandru Ardelean1-3/+0
2020-04-19iio: ad_sigma_delta: remove unused IIO channel macrosAlexandru Ardelean1-58/+0
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-90/+16
2020-03-30iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou1-3/+3
2020-03-28iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou1-0/+3
2020-03-28iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou1-3/+1
2020-03-28iio: cros_ec: Remove pm functionGwendal Grignou1-5/+0
2020-03-28iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou1-1/+9
2020-03-28iio: expose iio_device_set_clockGwendal Grignou1-0/+2
2020-03-28iio: cros_ec: Move function description to .c fileGwendal Grignou1-80/+0
2020-03-21iio: core: Make mlock internal to the iio coreRohit Sarkar1-1/+1
2020-03-08iio: industrialio-core: Fix debugfs readAlexandru Tachici1-0/+2
2020-03-08iio: imu: adis: add a note better explaining state_lockAlexandru Ardelean1-0/+11
2020-03-08iio: imu: adis: update 'adis_data' struct doc-stringAlexandru Ardelean1-1/+5
2020-03-08iio: imu: adis: add doc-string for 'adis' structAlexandru Ardelean1-0/+14
2020-03-08iio: imu: adis: add support product ID check in adis_initial_startupAlexandru Ardelean1-0/+5
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá1-0/+2
2020-03-08iio: imu: adis: add unlocked __adis_initial_startup()Alexandru Ardelean1-1/+12