summaryrefslogtreecommitdiff
path: root/include/linux/iio/iio.h
AgeCommit message (Expand)Author
2022-01-23iio: core: Fix the kernel doc regarding the currentmode iio_dev entryMiquel Raynal
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-11-08iio: core: Add optional symbolic label to a device channelCristian Pop
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