summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: iio_device_alloc(): Remove unnecessary self drvdataLars-Peter Clausen2021-12-161-1/+0
* iio: Mark iio_device_type as constLars-Peter Clausen2021-11-171-1/+1
* iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy2021-11-171-0/+3
* Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-241-1/+8
|\
| * iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang2021-10-171-0/+1
| * iio: core: check return value when calling dev_set_name()Yang Yingliang2021-10-171-1/+7
* | iio: Add output buffer supportMihail Chindris2021-10-191-0/+1
|/
* iio: core: Support reading extended name as labelPaul Cercueil2021-07-191-4/+7
* iio: core: Forbid use of both labels and extended namesPaul Cercueil2021-07-191-0/+22
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-5/+2
* iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()Dan Carpenter2021-05-171-1/+1
* iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+13
* iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-3/+3
* iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-9/+13
* iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2021-05-171-5/+5
* iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-5/+19
* iio: core: simplify some devm functionsYicong Yang2021-05-171-26/+15
* 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