aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/iio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+2
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron1-1/+2
2020-09-11iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-07-13iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean1-6/+0
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean1-3/+0
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean1-2/+0
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean1-5/+0
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean1-12/+1
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean1-1/+5
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-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-9/+1
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2020-04-19iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen1-1/+1
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean1-4/+0
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-0/+2
2020-03-28iio: expose iio_device_set_clockGwendal Grignou1-0/+2
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
2019-10-07iio: core: Add optional symbolic label to device attributesPhil Reid1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko1-2/+2
2018-05-07iio: iio.h: use nested struct support on kernel-doc markupMauro Carvalho Chehab1-12/+12
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2018-01-10IIO: inkern: API for manipulating channel attributesArnaud Pouliquen1-28/+0
2018-01-08iio: fix SPHINX kernel-docs build warningTobin C. Harding1-2/+2
2017-10-14iio: Drop duplicate forward declarationLukas Wunner1-1/+0
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-5/+29
2017-09-03iio: drop iio_info.driver_module and iio_trigger_ops.owner.Jonathan Cameron1-3/+0
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron1-2/+29
2017-08-20PATCH] iio: Fix some documentation warningsJonathan Corbet1-1/+1
2017-06-11iio: add hardware triggered operating modeBenjamin Gaignard1-0/+6
2016-11-13iio: inkern: add helpers to query available values from channelsPeter Rosin1-0/+17
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron1-0/+29
2016-10-01iio: Declare event_attrs field of iio_info structure as constBhumika Goyal1-1/+1
2016-09-04iio: add resource managed triggered buffer init helpersGregor Boirie1-0/+1
2016-09-03iio: trigger: allow immutable triggers to be assignedMatt Ranostay1-0/+2
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-8/+14
2016-04-23iio:core: mounting matrix supportGregor Boirie1-0/+31
2016-03-12iio: core: implement iio_device_{claim|release}_direct_mode()Alison Schofield1-0/+2
2016-02-17iio: Fix typos in the struct iio_event_spec documentation commentsWilliam Breathitt Gray1-3/+3
2016-02-08iio: Fix documentation for iio_dev mlockDaniel Baluta1-1/+1
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis1-0/+2
2015-08-27iio: Support triggered eventsVladimir Barinov1-0/+3
2015-08-08iio: Add inverse unit conversion macrosLars-Peter Clausen1-0/+17
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey1-0/+1