summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05iio: core: add IIO_VAL_DECIMAL64_FEMTO format typeWadim Mueller1-0/+2
2026-08-05iio: types: add IIO_VOLUMEFLOW channel typeWadim Mueller1-0/+1
2026-06-30iio: core: add decimal value formatting into 64-bit valueRodrigo Alencar1-10/+39
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+1
2026-05-31iio: core: Add IIO_COVERAGE channel typeLiviu Stan1-0/+1
2026-05-26iio: core: fix uninitialized data in debugfsDan Carpenter1-1/+1
2026-04-27iio: ABI: Add quaternion axis modifierFrancesco Lavra1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-70/+16
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja1-41/+1
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja1-44/+0
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja1-0/+30
2025-12-27iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes1-1/+3
2025-11-15iio: core: Replace lockdep_set_class() + mutex_init() by combined callAndy Shevchenko1-2/+1
2025-11-15iio: core: Clean up device correctly on iio_device_alloc() failureAndy Shevchenko1-5/+5
2025-11-15iio: core: add missing mutex_destroy in iio_dev_release()Andy Shevchenko1-2/+7
2025-09-13iio: add power and energy measurement modifiersAntoniu Miclaus1-0/+5
2025-09-13iio: add IIO_ALTCURRENT channel typeAntoniu Miclaus1-0/+1
2025-08-25iio: core: switch info_mask fields to unsigned long to match find_bit helpersJunjie Cao1-2/+2
2025-08-16iio: iio_format_list() should set stride=1 for IIO_VAL_CHARBen Collins1-0/+1
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-06-09iio: core: add ADC delay calibration definitionAngelo Dureghello1-0/+1
2025-06-09iio: fix potential out-of-bound writeMarkus Burri1-1/+4
2025-04-22iio: Adjust internals of handling of direct mode claiming to suit new API.Jonathan Cameron1-12/+16
2025-04-22iio: core: Add support for writing 64 bit attrsSam Winchenbach1-0/+13
2025-03-04iio: core: make use of simple_write_to_buffer()Nuno Sá1-4/+5
2024-11-03iio: Add channel type for attentionRicardo Ribalda1-0/+1
2024-11-03iio: Mark iio_dev::priv member with __privateAndy Shevchenko1-1/+1
2024-08-10iio: Fix spelling mistake "avaialable" -> "available"Colin Ian King1-1/+1
2024-08-10iio: remove unneeded assignment in __iio_format_valueMatteo Martelli1-1/+0
2024-08-03iio: core: add function to retrieve active_scan_mask indexJulien Stephan1-0/+43
2024-07-29iio: core: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-06-28iio: Add iio_read_channel_label to inkern APISean Anderson1-9/+14
2024-06-13driver: iio: add missing checks on iio_info's callback accessJulien Stephan1-1/+6
2024-03-25iio: core: move to cleanup.h magicNuno Sa1-21/+13
2024-03-25iio: core: Calculate alloc_size only once in iio_device_alloc()Andy Shevchenko1-5/+4
2024-03-25iio: core: Leave private pointer NULL when no private data suppliedAndy Shevchenko1-2/+4
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-4/+2
2024-02-17iio: core: make iio_bus_type constRicardo B. Marliere1-1/+1
2024-01-23iio: core: use INDIO_ALL_BUFFER_MODES in iio_buffer_enabled()David Lechner1-3/+1
2024-01-22iio: core: fix memleak in iio_device_register_sysfsDinghao Liu1-1/+4
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