summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: core: Sort headersAndy Shevchenko2023-01-211-15/+17
* iio: core: Replace iio_sysfs_match_string_with_gaps() by __sysfs_match_string()Andy Shevchenko2023-01-211-31/+1
* iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá2022-11-231-11/+15
* iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá2022-11-231-0/+38
* iio: add support for binary attributesAndrea Merello2022-09-211-1/+3
* iio: add modifers for pitch, yaw, rollAndrea Merello2022-09-211-0/+3
* iio: add modifiers for linear accelerationAndrea Merello2022-09-211-0/+3
* iio: Use per-device lockdep class for mlockVincent Whitchurch2022-09-051-0/+5
* iio: Avoid multiple line dereference for maskJoe Simmons-Talbott2022-08-201-4/+2
* iio: core: Introduce _zeropoint for differential channelsJonathan Cameron2022-08-151-0/+1
* iio: Add blank lines after declarations.Joe Simmons-Talbott2022-08-151-0/+7
* iio: fix iio_format_avail_range() printing for none IIO_VAL_INTFawzi Khaber2022-07-191-1/+17
* iio: Don't use bare "unsigned"Joe Simmons-Talbott2022-07-011-2/+2
* iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott2022-06-151-18/+15
* iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron2022-06-141-2/+2
* iio: core: drop iio_get_time_res()Jonathan Cameron2022-06-141-23/+0
* iio: Directly use ida_alloc()/free()keliu2022-06-111-3/+3
* iio: core: Convert to use firmware node handle instead of OF nodeAndy Shevchenko2022-04-281-7/+9
* iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-101-3/+7
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-0/+11
* iio: Un-inline iio_buffer_enabled()Miquel Raynal2022-04-101-0/+12
* iio: core: fix a few code style issuesAlexander Vorwerk2022-04-041-2/+1
* iio: core: Use sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
* iio: iio_device_alloc(): Remove unnecessary self drvdataLars-Peter Clausen2021-12-161-1/+0
* iio: Mark iio_device_type as constLars-Peter Clausen2021-11-171-1/+1
* iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy2021-11-171-0/+3
* Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-241-1/+8
|\
| * iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang2021-10-171-0/+1
| * iio: core: check return value when calling dev_set_name()Yang Yingliang2021-10-171-1/+7
* | iio: Add output buffer supportMihail Chindris2021-10-191-0/+1
|/
* iio: core: Support reading extended name as labelPaul Cercueil2021-07-191-4/+7
* iio: core: Forbid use of both labels and extended namesPaul Cercueil2021-07-191-0/+22
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-5/+2
* iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()Dan Carpenter2021-05-171-1/+1
* iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+13
* iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-3/+3
* iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-9/+13
* iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2021-05-171-5/+5
* iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-5/+19
* iio: core: simplify some devm functionsYicong Yang2021-05-171-26/+15
* iio: core: return ENODEV if ioctl is unknownAlexandru Ardelean2021-05-101-2/+1
* iio: core: fix ioctl handlers removalTomasz Duszynski2021-05-101-6/+0
* iio: __iio_format_value(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-26/+26
* iio: iio_enum_available_read(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-1/+1
* iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen2021-03-291-8/+8
* iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean2021-03-251-1/+1
* iio: Add relative sensitivity supportYe Xiang2021-03-111-0/+1
* iio: use getter/setter functionsJulia Lawall2021-03-111-1/+1
* iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean2021-03-111-14/+14