index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
iio: core: fix/re-introduce back parent assignment
Alexandru Ardelean
1
-0
/
+1
2020-07-20
Merge 5.8-rc6 into staging-next
Greg Kroah-Hartman
1
-0
/
+2
2020-07-07
iio: core: move event interface on the opaque struct
Alexandru Ardelean
1
-2
/
+3
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
1
-1
/
+1
2020-07-07
iio: core: move channel list & group to private iio device object
Alexandru Ardelean
1
-20
/
+26
2020-07-07
iio: core: move debugfs data on the private iio dev info
Alexandru Ardelean
1
-13
/
+33
2020-07-07
iio: core: remove padding from private information
Alexandru Ardelean
1
-2
/
+0
2020-07-07
iio: core: wrap IIO device into an iio_dev_opaque object
Alexandru Ardelean
1
-6
/
+13
2020-06-14
iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers
Matt Ranostay
1
-0
/
+2
2020-06-14
iio: core: pass parent device as parameter during allocation
Alexandru Ardelean
1
-5
/
+6
2020-05-15
Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-19
/
+19
2020-05-03
iio: Use an early return in iio_device_alloc to simplify code.
Jonathan Cameron
1
-19
/
+19
2020-04-27
Merge 5.7-rc3 into staging-next
Greg Kroah-Hartman
1
-5
/
+2
2020-04-23
Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-68
/
+20
2020-04-20
Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-5
/
+2
2020-04-19
iio: core: Fix handling of 'dB'
Mircea Caprioru
1
-5
/
+2
2020-04-19
iio: core: drop devm_iio_device_free() API call
Alexandru Ardelean
1
-31
/
+0
2020-04-19
iio: core: drop devm_iio_device_unregister() API call
Alexandru Ardelean
1
-17
/
+0
2020-04-19
iio: move 'indio_dev->info' null check first in __iio_device_register()
Alexandru Ardelean
1
-3
/
+3
2020-04-09
Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+7
2020-03-29
iio: expose iio_device_set_clock
Gwendal Grignou
1
-1
/
+7
2020-03-21
iio: core: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-17
/
+17
2020-03-08
iio: industrialio-core: Fix debugfs read
Alexandru Tachici
1
-4
/
+11
2020-02-21
iio: core: Handle 'dB' suffix in core
Beniamin Bia
1
-3
/
+36
2020-01-10
Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-5
/
+20
2019-12-29
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
1
-1
/
+1
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-11-23
iio: core: add thermocouple_type standard attribute
Andrea Merello
1
-0
/
+1
2019-11-23
iio: core: add char type for sysfs attributes
Andrea Merello
1
-4
/
+18
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-10-07
iio: core: Add optional symbolic label to device attributes
Phil Reid
1
-0
/
+17
2019-07-12
Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-27
/
+10
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
1
-4
/
+1
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-27
/
+10
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
1
-2
/
+2
2019-06-22
iio: core: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-27
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-17
iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...
Young Xiao
1
-0
/
+2
2019-04-22
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2019-04-04
iio: Allow to read mount matrix from ACPI
Andy Shevchenko
1
-28
/
+18
2019-03-31
iio: core: fix a possible circular locking dependency
Fabrice Gasnier
1
-2
/
+2
2018-12-16
iio: add IIO_MASSCONCENTRATION channel type
Tomasz Duszynski
1
-0
/
+5
2018-12-08
iio: core: check 'info' value before registering the device
Andi Shyti
1
-0
/
+3
2018-07-23
iio: Add modifier for DUV light
Maxime Roussin-BĂ©langer
1
-0
/
+1
2018-07-21
iio: Add channel for Phase
Mathieu Othacehe
1
-0
/
+1
2018-06-24
iio: use timespec64 based interfaces for iio_get_time_ns()
Arnd Bergmann
1
-17
/
+9
2018-06-10
iio: Add channel for Position Relative
Eugen Hristev
1
-0
/
+1
2017-12-06
Merge Linus's staging merge point into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2017-12-02
iio: fix kernel-doc build errors
Randy Dunlap
1
-2
/
+2
2017-12-02
iio: core: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
[next]