index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: core: Convert to use firmware node handle instead of OF node
Andy Shevchenko
2022-04-28
1
-7
/
+9
*
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
2022-04-10
1
-3
/
+7
*
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
2022-04-10
1
-0
/
+11
*
iio: Un-inline iio_buffer_enabled()
Miquel Raynal
2022-04-10
1
-0
/
+12
*
iio: core: fix a few code style issues
Alexander Vorwerk
2022-04-04
1
-2
/
+1
*
iio: core: Use sysfs_emit()
Lars-Peter Clausen
2022-01-23
1
-1
/
+1
*
iio: iio_device_alloc(): Remove unnecessary self drvdata
Lars-Peter Clausen
2021-12-16
1
-1
/
+0
*
iio: Mark iio_device_type as const
Lars-Peter Clausen
2021-11-17
1
-1
/
+1
*
iio: core: Introduce IIO_VAL_INT_64.
Andriy Tryshnivskyy
2021-11-17
1
-0
/
+3
*
Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-10-24
1
-1
/
+8
|
\
|
*
iio: core: fix double free in iio_device_unregister_sysfs()
Yang Yingliang
2021-10-17
1
-0
/
+1
|
*
iio: core: check return value when calling dev_set_name()
Yang Yingliang
2021-10-17
1
-1
/
+7
*
|
iio: Add output buffer support
Mihail Chindris
2021-10-19
1
-0
/
+1
|
/
*
iio: core: Support reading extended name as label
Paul Cercueil
2021-07-19
1
-4
/
+7
*
iio: core: Forbid use of both labels and extended names
Paul Cercueil
2021-07-19
1
-0
/
+22
*
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2021-06-03
1
-5
/
+2
*
iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()
Dan Carpenter
2021-05-17
1
-1
/
+1
*
iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-1
/
+13
*
iio: core: move @flags from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-3
/
+3
*
iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-9
/
+13
*
iio: core: move @info_exist_lock to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-5
/
+5
*
iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-1
/
+1
*
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-5
/
+19
*
iio: core: simplify some devm functions
Yicong Yang
2021-05-17
1
-26
/
+15
*
iio: core: return ENODEV if ioctl is unknown
Alexandru Ardelean
2021-05-10
1
-2
/
+1
*
iio: core: fix ioctl handlers removal
Tomasz Duszynski
2021-05-10
1
-6
/
+0
*
iio: __iio_format_value(): Convert to sysfs_emit_at()
Lars-Peter Clausen
2021-03-29
1
-26
/
+26
*
iio: iio_enum_available_read(): Convert to sysfs_emit_at()
Lars-Peter Clausen
2021-03-29
1
-1
/
+1
*
iio: core: Use sysfs_emit() (trivial bits)
Lars-Peter Clausen
2021-03-29
1
-8
/
+8
*
iio: buffer: fix use-after-free for attached_buffers array
Alexandru Ardelean
2021-03-25
1
-1
/
+1
*
iio: Add relative sensitivity support
Ye Xiang
2021-03-11
1
-0
/
+1
*
iio: use getter/setter functions
Julia Lawall
2021-03-11
1
-1
/
+1
*
iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()
Alexandru Ardelean
2021-03-11
1
-14
/
+14
*
iio: buffer: introduce support for attaching more IIO buffers
Alexandru Ardelean
2021-03-11
1
-6
/
+6
*
iio: core: wrap iio device & buffer into struct for character devices
Alexandru Ardelean
2021-03-11
1
-2
/
+16
*
iio: buffer: wrap all buffer attributes into iio_dev_attr
Alexandru Ardelean
2021-03-11
1
-1
/
+1
*
iio: add reference to iio buffer on iio_dev_attr
Alexandru Ardelean
2021-03-11
1
-0
/
+6
*
iio: core: rework iio device group creation
Alexandru Ardelean
2021-03-11
1
-3
/
+27
*
iio: core: register chardev only if needed
Alexandru Ardelean
2021-03-11
1
-5
/
+18
*
iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0
Lars-Peter Clausen
2021-03-11
1
-1
/
+4
*
iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2
Lars-Peter Clausen
2021-03-11
1
-3
/
+2
*
iio: core: Allow drivers to specify a label without it coming from of
Hans de Goede
2021-03-11
1
-2
/
+4
*
iio: Handle enumerated properties with gaps
Lars-Peter Clausen
2021-01-22
1
-3
/
+36
*
iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...
Hans de Goede
2021-01-09
1
-1
/
+4
*
iio: core: Simplify iio_format_list()
Lars-Peter Clausen
2020-12-03
1
-27
/
+18
*
iio: core: Consolidate iio_format_avail_{list,range}()
Lars-Peter Clausen
2020-12-03
1
-43
/
+14
*
iio: core: return -EINVAL when no ioctl handler has been run
Alexandru Ardelean
2020-11-21
1
-0
/
+3
*
iio: core: organize buffer file-ops in the order defined in the struct
Alexandru Ardelean
2020-11-21
1
-4
/
+4
*
iio: core: centralize ioctl() calls to the main chardev
Alexandru Ardelean
2020-11-14
1
-14
/
+42
*
iio: core: Add optional symbolic label to a device channel
Cristian Pop
2020-11-08
1
-0
/
+41
[next]