index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-core.c
Age
Commit message (
Expand
)
Author
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2021-05-17
iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()
Dan Carpenter
2021-05-17
iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @flags from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @info_exist_lock to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: simplify some devm functions
Yicong Yang
2021-05-10
iio: core: return ENODEV if ioctl is unknown
Alexandru Ardelean
2021-05-10
iio: core: fix ioctl handlers removal
Tomasz Duszynski
2021-03-29
iio: __iio_format_value(): Convert to sysfs_emit_at()
Lars-Peter Clausen
2021-03-29
iio: iio_enum_available_read(): Convert to sysfs_emit_at()
Lars-Peter Clausen
2021-03-29
iio: core: Use sysfs_emit() (trivial bits)
Lars-Peter Clausen
2021-03-25
iio: buffer: fix use-after-free for attached_buffers array
Alexandru Ardelean
2021-03-11
iio: Add relative sensitivity support
Ye Xiang
2021-03-11
iio: use getter/setter functions
Julia Lawall
2021-03-11
iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()
Alexandru Ardelean
2021-03-11
iio: buffer: introduce support for attaching more IIO buffers
Alexandru Ardelean
2021-03-11
iio: core: wrap iio device & buffer into struct for character devices
Alexandru Ardelean
2021-03-11
iio: buffer: wrap all buffer attributes into iio_dev_attr
Alexandru Ardelean
2021-03-11
iio: add reference to iio buffer on iio_dev_attr
Alexandru Ardelean
2021-03-11
iio: core: rework iio device group creation
Alexandru Ardelean
2021-03-11
iio: core: register chardev only if needed
Alexandru Ardelean
2021-03-11
iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0
Lars-Peter Clausen
2021-03-11
iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2
Lars-Peter Clausen
2021-03-11
iio: core: Allow drivers to specify a label without it coming from of
Hans de Goede
2021-01-22
iio: Handle enumerated properties with gaps
Lars-Peter Clausen
2021-01-09
iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...
Hans de Goede
2020-12-03
iio: core: Simplify iio_format_list()
Lars-Peter Clausen
2020-12-03
iio: core: Consolidate iio_format_avail_{list,range}()
Lars-Peter Clausen
2020-11-21
iio: core: return -EINVAL when no ioctl handler has been run
Alexandru Ardelean
2020-11-21
iio: core: organize buffer file-ops in the order defined in the struct
Alexandru Ardelean
2020-11-14
iio: core: centralize ioctl() calls to the main chardev
Alexandru Ardelean
2020-11-08
iio: core: Add optional symbolic label to a device channel
Cristian Pop
2020-10-10
iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative values
Anand Ashok Dumbre
2020-09-22
Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2020-09-21
iio:core: Tidy up kernel-doc.
Jonathan Cameron
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
2020-09-13
iio: temperature: mlx90632: Interface to change object ambient temperature
Crt Mori
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-22
iio: add IIO_MOD_O2 modifier
Matt Ranostay
2020-07-22
iio: core: fix/re-introduce back parent assignment
Alexandru Ardelean
2020-07-20
Merge 5.8-rc6 into staging-next
Greg Kroah-Hartman
2020-07-07
iio: core: move event interface on the opaque struct
Alexandru Ardelean
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
2020-07-07
iio: core: move channel list & group to private iio device object
Alexandru Ardelean
2020-07-07
iio: core: move debugfs data on the private iio dev info
Alexandru Ardelean
2020-07-07
iio: core: remove padding from private information
Alexandru Ardelean
2020-07-07
iio: core: wrap IIO device into an iio_dev_opaque object
Alexandru Ardelean
[next]