summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17iio: core: make iio_bus_type constRicardo B. Marliere1-1/+1
2024-01-24iio: core: use INDIO_ALL_BUFFER_MODES in iio_buffer_enabled()David Lechner1-3/+1
2023-12-11iio: core: introduce trough info element for minimum valuesJavier Carrasco1-0/+1
2023-12-04iio: add modifiers for A and B ultraviolet lightJavier Carrasco1-0/+2
2023-11-16iio: sanity check available_scan_masks arrayMatti Vaittinen1-0/+63
2023-09-24Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togregJonathan Cameron1-0/+2
2023-09-24iio: Add channel type for chromaticityBasavaraj Natikar1-0/+1
2023-09-24iio: Add channel type light color temperatureBasavaraj Natikar1-0/+1
2023-09-12iio: Add IIO_DELTA_VELOCITY channel typeRamona Bolboaca1-0/+1
2023-09-12iio: Add IIO_DELTA_ANGL channel typeRamona Bolboaca1-0/+1
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+3
2023-07-29iio: core: Fix issues and style of the commentsAndy Shevchenko1-20/+37
2023-07-29iio: core: Switch to krealloc_array()Andy Shevchenko1-1/+1
2023-07-29iio: core: Use sysfs_match_string() helperAndy Shevchenko1-39/+32
2023-07-23iio: core: Improve indentation in a few placesAndy Shevchenko1-13/+10
2023-07-23iio: core: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2023-07-23iio: core: Use min() instead of min_t() to make code more robustAndy Shevchenko1-1/+1
2023-07-22iio: core: Prevent invalid memory access when there is no parentMilan Zamazal1-2/+3
2023-01-21iio: core: Sort headersAndy Shevchenko1-15/+17
2023-01-21iio: core: Replace iio_sysfs_match_string_with_gaps() by __sysfs_match_string()Andy Shevchenko1-31/+1
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá1-11/+15
2022-11-23iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá1-0/+38
2022-09-21iio: add support for binary attributesAndrea Merello1-1/+3
2022-09-21iio: add modifers for pitch, yaw, rollAndrea Merello1-0/+3
2022-09-21iio: add modifiers for linear accelerationAndrea Merello1-0/+3
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+5
2022-08-20iio: Avoid multiple line dereference for maskJoe Simmons-Talbott1-4/+2
2022-08-16iio: core: Introduce _zeropoint for differential channelsJonathan Cameron1-0/+1
2022-08-16iio: Add blank lines after declarations.Joe Simmons-Talbott1-0/+7
2022-07-19iio: fix iio_format_avail_range() printing for none IIO_VAL_INTFawzi Khaber1-1/+17
2022-07-01iio: Don't use bare "unsigned"Joe Simmons-Talbott1-2/+2
2022-06-16iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott1-18/+15
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-2/+2
2022-06-14iio: core: drop iio_get_time_res()Jonathan Cameron1-23/+0
2022-06-11iio: Directly use ida_alloc()/free()keliu1-3/+3
2022-04-28iio: core: Convert to use firmware node handle instead of OF nodeAndy Shevchenko1-7/+9
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal1-3/+7
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-0/+11
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal1-0/+12
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk1-2/+1
2022-01-23iio: core: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2021-12-16iio: iio_device_alloc(): Remove unnecessary self drvdataLars-Peter Clausen1-1/+0
2021-11-17iio: Mark iio_device_type as constLars-Peter Clausen1-1/+1
2021-11-17iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy1-0/+3
2021-10-24Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-1/+8
2021-10-19iio: Add output buffer supportMihail Chindris1-0/+1
2021-10-17iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang1-0/+1
2021-10-17iio: core: check return value when calling dev_set_name()Yang Yingliang1-1/+7
2021-07-19iio: core: Support reading extended name as labelPaul Cercueil1-4/+7
2021-07-19iio: core: Forbid use of both labels and extended namesPaul Cercueil1-0/+22