summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)Author
2024-01-22iio: core: fix memleak in iio_device_register_sysfsDinghao Liu
2023-12-11iio: core: introduce trough info element for minimum valuesJavier Carrasco
2023-12-04iio: add modifiers for A and B ultraviolet lightJavier Carrasco
2023-11-16iio: sanity check available_scan_masks arrayMatti Vaittinen
2023-09-24Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togregJonathan Cameron
2023-09-24iio: Add channel type for chromaticityBasavaraj Natikar
2023-09-24iio: Add channel type light color temperatureBasavaraj Natikar
2023-09-12iio: Add IIO_DELTA_VELOCITY channel typeRamona Bolboaca
2023-09-12iio: Add IIO_DELTA_ANGL channel typeRamona Bolboaca
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman
2023-07-29iio: core: Fix issues and style of the commentsAndy Shevchenko
2023-07-29iio: core: Switch to krealloc_array()Andy Shevchenko
2023-07-29iio: core: Use sysfs_match_string() helperAndy Shevchenko
2023-07-23iio: core: Improve indentation in a few placesAndy Shevchenko
2023-07-23iio: core: Get rid of redundant 'else'Andy Shevchenko
2023-07-23iio: core: Use min() instead of min_t() to make code more robustAndy Shevchenko
2023-07-22iio: core: Prevent invalid memory access when there is no parentMilan Zamazal
2023-01-21iio: core: Sort headersAndy Shevchenko
2023-01-21iio: core: Replace iio_sysfs_match_string_with_gaps() by __sysfs_match_string()Andy Shevchenko
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá
2022-11-23iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá
2022-09-21iio: add support for binary attributesAndrea Merello
2022-09-21iio: add modifers for pitch, yaw, rollAndrea Merello
2022-09-21iio: add modifiers for linear accelerationAndrea Merello
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch
2022-08-20iio: Avoid multiple line dereference for maskJoe Simmons-Talbott
2022-08-15iio: core: Introduce _zeropoint for differential channelsJonathan Cameron
2022-08-15iio: Add blank lines after declarations.Joe Simmons-Talbott
2022-07-19iio: fix iio_format_avail_range() printing for none IIO_VAL_INTFawzi Khaber
2022-07-01iio: Don't use bare "unsigned"Joe Simmons-Talbott
2022-06-15iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron
2022-06-14iio: core: drop iio_get_time_res()Jonathan Cameron
2022-06-11iio: Directly use ida_alloc()/free()keliu
2022-04-28iio: core: Convert to use firmware node handle instead of OF nodeAndy Shevchenko
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk
2022-01-23iio: core: Use sysfs_emit()Lars-Peter Clausen
2021-12-16iio: iio_device_alloc(): Remove unnecessary self drvdataLars-Peter Clausen
2021-11-17iio: Mark iio_device_type as constLars-Peter Clausen
2021-11-17iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy
2021-10-24Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-10-19iio: Add output buffer supportMihail Chindris
2021-10-17iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang
2021-10-17iio: core: check return value when calling dev_set_name()Yang Yingliang
2021-07-19iio: core: Support reading extended name as labelPaul Cercueil
2021-07-19iio: core: Forbid use of both labels and extended namesPaul Cercueil
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko