summaryrefslogtreecommitdiffstats
path: root/include/linux/iio/iio.h
Commit message (Expand)AuthorAgeFilesLines
* iio: core: Add iio_read_acpi_mount_matrix() helper functionHans de Goede2024-04-291-0/+13
* iio: core: make iio_bus_type constRicardo B. Marliere2024-02-171-1/+1
* iio: locking: introduce __cleanup() based direct mode claiming infrastructureJonathan Cameron2024-02-171-0/+28
* iio: linux/iio.h: fix Excess kernel-doc description warningRandy Dunlap2023-12-261-6/+0
* iio: event: add optional event label supportDavid Lechner2023-10-111-0/+8
* iio: improve doc for available_scan_maskMatti Vaittinen2023-10-051-1/+3
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-0/+3
|\
| * iio: core: Point users of extend_name field to read_label callbackMarijn Suijten2023-05-131-0/+3
* | iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
|/
* iio: add struct declaration for iio typesGerald Loacker2022-12-281-0/+5
* iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá2022-11-231-3/+0
* iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá2022-11-231-0/+2
* iio: inkern: remove OF dependenciesNuno Sá2022-08-151-3/+0
* iio: inkern: move to fwnode propertiesNuno Sá2022-08-151-0/+5
* iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov2022-07-161-3/+6
* iio: core: drop of.h from iio.hNuno Sá2022-06-151-1/+2
* iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron2022-06-141-2/+8
* iio: core: drop iio_get_time_res()Jonathan Cameron2022-06-141-1/+0
* iio: core: Clarify the modesMiquel Raynal2022-04-281-1/+48
* iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-101-4/+0
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-0/+1
* iio: Un-inline iio_buffer_enabled()Miquel Raynal2022-04-101-10/+1
* iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entriesMiquel Raynal2022-04-101-2/+9
* iio: core: Fix the kernel doc regarding the currentmode iio_dev entryMiquel Raynal2022-01-231-1/+1
* iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-271-2/+3
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-11/+1
* iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+0
* iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+0
* iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+0
* iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+0
* iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+0
* iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-3/+0
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+2
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-1/+1
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-111-5/+0
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-241-0/+6
|\
| * iio: core: Add optional symbolic label to a device channelCristian Pop2020-11-081-0/+6
* | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-1/+2
|\|
| * iio: Add __printf() attributes to various allocation functionsJonathan Cameron2020-09-211-1/+2
* | iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab2020-09-111-1/+1
|/
* iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean2020-07-131-6/+0
* iio: core: move event interface on the opaque structAlexandru Ardelean2020-07-071-3/+0
* iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean2020-07-071-2/+0
* iio: core: move channel list & group to private iio device objectAlexandru Ardelean2020-07-071-5/+0
* iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean2020-07-071-12/+1
* iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2020-07-071-1/+5
* iio: core: add iio_device_set_parent() helperAlexandru Ardelean2020-06-141-0/+20
* iio: core: pass parent device as parameter during allocationAlexandru Ardelean2020-06-141-2/+2
* iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron2020-06-141-1/+1