summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean2020-04-191-17/+0
| * | iio: move 'indio_dev->info' null check first in __iio_device_register()Alexandru Ardelean2020-04-191-3/+3
| * | iio: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-211-17/+17
| |/
* | Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-04-081-1/+7
|\ \ | |/ |/|
| * iio: expose iio_device_set_clockGwendal Grignou2020-03-281-1/+7
* | iio: industrialio-core: Fix debugfs readAlexandru Tachici2020-03-081-4/+11
* | iio: core: Handle 'dB' suffix in coreBeniamin Bia2020-02-211-3/+36
|/
* Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-101-5/+20
|\
| * iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen2019-12-291-1/+1
| * iio: core: add thermocouple_type standard attributeAndrea Merello2019-11-231-0/+1
| * iio: core: add char type for sysfs attributesAndrea Merello2019-11-231-4/+18
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ | |/ |/|
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | iio: core: Add optional symbolic label to device attributesPhil Reid2019-10-071-0/+17
|/
* Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-111-27/+10
|\
| * Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-27/+10
| |\
| | * iio: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-221-27/+8
| | * iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Young Xiao2019-06-171-0/+2