summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)Author
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
2021-05-17iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()Dan Carpenter
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: simplify some devm functionsYicong Yang
2021-05-10iio: core: return ENODEV if ioctl is unknownAlexandru Ardelean