aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29iio: __iio_format_value(): Convert to sysfs_emit_at()Lars-Peter Clausen1-26/+26
2021-03-29iio: iio_enum_available_read(): Convert to sysfs_emit_at()Lars-Peter Clausen1-1/+1
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen1-8/+8
2021-03-25iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean1-1/+1
2021-03-11iio: Add relative sensitivity supportYe Xiang1-0/+1
2021-03-11iio: use getter/setter functionsJulia Lawall1-1/+1
2021-03-11iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean1-14/+14
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean1-6/+6
2021-03-11iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean1-2/+16
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean1-1/+1
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean1-0/+6
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean1-3/+27
2021-03-11iio: core: register chardev only if neededAlexandru Ardelean1-5/+18
2021-03-11iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0Lars-Peter Clausen1-1/+4
2021-03-11iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2Lars-Peter Clausen1-3/+2
2021-03-11iio: core: Allow drivers to specify a label without it coming from ofHans de Goede1-2/+4
2021-01-22iio: Handle enumerated properties with gapsLars-Peter Clausen1-3/+36
2021-01-09iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_group.is_visibleHans de Goede1-1/+4
2020-12-03iio: core: Simplify iio_format_list()Lars-Peter Clausen1-27/+18
2020-12-03iio: core: Consolidate iio_format_avail_{list,range}()Lars-Peter Clausen1-43/+14
2020-11-21iio: core: return -EINVAL when no ioctl handler has been runAlexandru Ardelean1-0/+3
2020-11-21iio: core: organize buffer file-ops in the order defined in the structAlexandru Ardelean1-4/+4
2020-11-14iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean1-14/+42
2020-11-08iio: core: Add optional symbolic label to a device channelCristian Pop1-0/+41
2020-10-10iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative valuesAnand Ashok Dumbre1-3/+7
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+3
2020-09-21iio:core: Tidy up kernel-doc.Jonathan Cameron1-1/+2
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-22iio: add IIO_MOD_O2 modifierMatt Ranostay1-0/+1
2020-07-22iio: core: fix/re-introduce back parent assignmentAlexandru Ardelean1-0/+1
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-0/+2
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean1-2/+3
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean1-1/+1
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean1-20/+26
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean1-13/+33
2020-07-07iio: core: remove padding from private informationAlexandru Ardelean1-2/+0
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean1-6/+13
2020-06-14iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay1-0/+2
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean1-5/+6
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-19/+19
2020-05-03iio: Use an early return in iio_device_alloc to simplify code.Jonathan Cameron1-19/+19
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-5/+2
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-68/+20
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-5/+2
2020-04-19iio: core: Fix handling of 'dB'Mircea Caprioru1-5/+2
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean1-31/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean1-17/+0
2020-04-19iio: move 'indio_dev->info' null check first in __iio_device_register()Alexandru Ardelean1-3/+3