aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/iio/iio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-17iio: core: make iio_bus_type constRicardo B. Marliere1-1/+1
2024-02-17iio: locking: introduce __cleanup() based direct mode claiming infrastructureJonathan Cameron1-0/+28
2023-12-26iio: linux/iio.h: fix Excess kernel-doc description warningRandy Dunlap1-6/+0
2023-10-11iio: event: add optional event label supportDavid Lechner1-0/+8
2023-10-05iio: improve doc for available_scan_maskMatti Vaittinen1-1/+3
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+3
2023-06-19iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-05-13iio: core: Point users of extend_name field to read_label callbackMarijn Suijten1-0/+3
2022-12-28iio: add struct declaration for iio typesGerald Loacker1-0/+5
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá1-3/+0
2022-11-23iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá1-0/+2
2022-08-15iio: inkern: remove OF dependenciesNuno Sá1-3/+0
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá1-0/+5
2022-07-16iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov1-3/+6
2022-06-15iio: core: drop of.h from iio.hNuno Sá1-1/+2
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-2/+8
2022-06-14iio: core: drop iio_get_time_res()Jonathan Cameron1-1/+0
2022-04-28iio: core: Clarify the modesMiquel Raynal1-1/+48
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal1-4/+0
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-0/+1
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal1-10/+1
2022-04-10iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entriesMiquel Raynal1-2/+9
2022-01-23iio: core: Fix the kernel doc regarding the currentmode iio_dev entryMiquel Raynal1-1/+1
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus1-2/+3
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-11/+1
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+0
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+0
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron1-2/+0
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron1-2/+0
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+0
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-3/+0
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+2
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-1/+1
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean1-5/+0
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+6
2020-11-08iio: core: Add optional symbolic label to a device channelCristian Pop1-0/+6
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