summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: core: return ENODEV if ioctl is unknownAlexandru Ardelean2021-05-101-2/+1
* iio: core: fix ioctl handlers removalTomasz Duszynski2021-05-101-6/+0
* iio: __iio_format_value(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-26/+26
* iio: iio_enum_available_read(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-1/+1
* iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen2021-03-291-8/+8
* iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean2021-03-251-1/+1
* iio: Add relative sensitivity supportYe Xiang2021-03-111-0/+1
* iio: use getter/setter functionsJulia Lawall2021-03-111-1/+1
* iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean2021-03-111-14/+14
* iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean2021-03-111-6/+6
* iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean2021-03-111-2/+16
* iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean2021-03-111-1/+1
* iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean2021-03-111-0/+6
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-111-3/+27
* iio: core: register chardev only if neededAlexandru Ardelean2021-03-111-5/+18
* iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0Lars-Peter Clausen2021-03-111-1/+4
* iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2Lars-Peter Clausen2021-03-111-3/+2
* iio: core: Allow drivers to specify a label without it coming from ofHans de Goede2021-03-111-2/+4
* iio: Handle enumerated properties with gapsLars-Peter Clausen2021-01-221-3/+36
* iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...Hans de Goede2021-01-091-1/+4
* iio: core: Simplify iio_format_list()Lars-Peter Clausen2020-12-031-27/+18
* iio: core: Consolidate iio_format_avail_{list,range}()Lars-Peter Clausen2020-12-031-43/+14
* iio: core: return -EINVAL when no ioctl handler has been runAlexandru Ardelean2020-11-211-0/+3
* iio: core: organize buffer file-ops in the order defined in the structAlexandru Ardelean2020-11-211-4/+4
* iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean2020-11-141-14/+42
* iio: core: Add optional symbolic label to a device channelCristian Pop2020-11-081-0/+41
* iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative valuesAnand Ashok Dumbre2020-10-101-3/+7
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-221-1/+3
|\
| * iio:core: Tidy up kernel-doc.Jonathan Cameron2020-09-211-1/+2
| * iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori2020-09-131-0/+1
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-141-2/+2
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | iio: add IIO_MOD_O2 modifierMatt Ranostay2020-08-221-0/+1
|/
* iio: core: fix/re-introduce back parent assignmentAlexandru Ardelean2020-07-221-0/+1
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-0/+2
|\
| * iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay2020-06-141-0/+2
* | iio: core: move event interface on the opaque structAlexandru Ardelean2020-07-071-2/+3
* | iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean2020-07-071-1/+1
* | iio: core: move channel list & group to private iio device objectAlexandru Ardelean2020-07-071-20/+26
* | iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean2020-07-071-13/+33
* | iio: core: remove padding from private informationAlexandru Ardelean2020-07-071-2/+0
* | iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2020-07-071-6/+13
* | iio: core: pass parent device as parameter during allocationAlexandru Ardelean2020-06-141-5/+6
|/
* Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-151-19/+19
|\
| * iio: Use an early return in iio_device_alloc to simplify code.Jonathan Cameron2020-05-031-19/+19
* | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-5/+2
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-201-5/+2
| |\
| | * iio: core: Fix handling of 'dB'Mircea Caprioru2020-04-191-5/+2
* | | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-231-68/+20
|\ \ \ | |/ / |/| |
| * | iio: core: drop devm_iio_device_free() API callAlexandru Ardelean2020-04-191-31/+0