summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togregJonathan Cameron2023-09-241-0/+2
|\
| * iio: Add channel type for chromaticityBasavaraj Natikar2023-09-241-0/+1
| * iio: Add channel type light color temperatureBasavaraj Natikar2023-09-241-0/+1
* | iio: Add IIO_DELTA_VELOCITY channel typeRamona Bolboaca2023-09-121-0/+1
* | iio: Add IIO_DELTA_ANGL channel typeRamona Bolboaca2023-09-121-0/+1
|/
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-131-2/+3
|\
| * iio: core: Prevent invalid memory access when there is no parentMilan Zamazal2023-07-221-2/+3
* | iio: core: Fix issues and style of the commentsAndy Shevchenko2023-07-291-20/+37
* | iio: core: Switch to krealloc_array()Andy Shevchenko2023-07-291-1/+1
* | iio: core: Use sysfs_match_string() helperAndy Shevchenko2023-07-291-39/+32
* | iio: core: Improve indentation in a few placesAndy Shevchenko2023-07-231-13/+10
* | iio: core: Get rid of redundant 'else'Andy Shevchenko2023-07-231-3/+3
* | iio: core: Use min() instead of min_t() to make code more robustAndy Shevchenko2023-07-231-1/+1
|/
* 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