aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/iio.h
AgeCommit message (Expand)Author
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron
2020-09-11iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab
2020-07-13iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean
2020-06-14iio: core: add iio_device_set_parent() helperAlexandru Ardelean
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean
2020-06-14iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2020-04-19iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-03-28iio: expose iio_device_set_clockGwendal Grignou
2020-03-21iio: core: Make mlock internal to the iio coreRohit Sarkar
2020-03-08iio: industrialio-core: Fix debugfs readAlexandru Tachici
2019-10-07iio: core: Add optional symbolic label to device attributesPhil Reid
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko
2018-05-07iio: iio.h: use nested struct support on kernel-doc markupMauro Carvalho Chehab
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-10IIO: inkern: API for manipulating channel attributesArnaud Pouliquen
2018-01-08iio: fix SPHINX kernel-docs build warningTobin C. Harding
2017-10-14iio: Drop duplicate forward declarationLukas Wunner
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2017-09-03iio: drop iio_info.driver_module and iio_trigger_ops.owner.Jonathan Cameron
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron
2017-08-20PATCH] iio: Fix some documentation warningsJonathan Corbet
2017-06-11iio: add hardware triggered operating modeBenjamin Gaignard
2016-11-13iio: inkern: add helpers to query available values from channelsPeter Rosin
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron
2016-10-01iio: Declare event_attrs field of iio_info structure as constBhumika Goyal
2016-09-04iio: add resource managed triggered buffer init helpersGregor Boirie
2016-09-03iio: trigger: allow immutable triggers to be assignedMatt Ranostay
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2016-04-23iio:core: mounting matrix supportGregor Boirie
2016-03-12iio: core: implement iio_device_{claim|release}_direct_mode()Alison Schofield
2016-02-17iio: Fix typos in the struct iio_event_spec documentation commentsWilliam Breathitt Gray
2016-02-08iio: Fix documentation for iio_dev mlockDaniel Baluta
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis
2015-08-27iio: Support triggered eventsVladimir Barinov
2015-08-08iio: Add inverse unit conversion macrosLars-Peter Clausen
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey