aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+7
2020-03-28iio: expose iio_device_set_clockGravatar Gwendal Grignou 1-1/+7
2020-03-08iio: industrialio-core: Fix debugfs readGravatar Alexandru Tachici 1-4/+11
2020-02-21iio: core: Handle 'dB' suffix in coreGravatar Beniamin Bia 1-3/+36
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-5/+20
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Gravatar Lars-Peter Clausen 1-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-11-23iio: core: add thermocouple_type standard attributeGravatar Andrea Merello 1-0/+1
2019-11-23iio: core: add char type for sysfs attributesGravatar Andrea Merello 1-4/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-07iio: core: Add optional symbolic label to device attributesGravatar Phil Reid 1-0/+17
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-27/+10
2019-07-03Merge branch 'timers/vdso' into timers/coreGravatar Thomas Gleixner 1-4/+1
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-27/+10
2019-06-22timekeeping: Use proper clock specifier names in functionsGravatar Jason A. Donenfeld 1-2/+2
2019-06-22iio: core: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-27/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-17iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Gravatar Young Xiao 1-0/+2
2019-04-21Merge 5.1-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-2/+2
2019-04-04iio: Allow to read mount matrix from ACPIGravatar Andy Shevchenko 1-28/+18
2019-03-31iio: core: fix a possible circular locking dependencyGravatar Fabrice Gasnier 1-2/+2
2018-12-16iio: add IIO_MASSCONCENTRATION channel typeGravatar Tomasz Duszynski 1-0/+5
2018-12-08iio: core: check 'info' value before registering the deviceGravatar Andi Shyti 1-0/+3
2018-07-23iio: Add modifier for DUV lightGravatar Maxime Roussin-Bélanger 1-0/+1
2018-07-21iio: Add channel for PhaseGravatar Mathieu Othacehe 1-0/+1
2018-06-24iio: use timespec64 based interfaces for iio_get_time_ns()Gravatar Arnd Bergmann 1-17/+9
2018-06-10iio: Add channel for Position RelativeGravatar Eugen Hristev 1-0/+1
2017-12-06Merge Linus's staging merge point into staging-nextGravatar Greg Kroah-Hartman 1-2/+2
2017-12-02iio: fix kernel-doc build errorsGravatar Randy Dunlap 1-2/+2
2017-12-02iio: core: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-09Merge 4.14-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-1/+3
2017-09-24iio: core: Return error for failed read_regGravatar Matt Fornero 1-1/+3
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleGravatar Jonathan Cameron 1-26/+9
2017-06-11iio: add hardware triggered operating modeGravatar Benjamin Gaignard 1-2/+2
2017-06-11iio: core: Use __sysfs_match_string() helperGravatar Andy Shevchenko 1-9/+4
2017-05-29Merge tag 'iio-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 1-2/+2
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-11/+4
2017-04-27iio: core: Fix suspicious sizeof usageGravatar Orson Zhai 1-2/+2
2017-04-02iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesGravatar Nikolaus Schulz 1-4/+3
2017-03-21iio:core: utilize new cdev_device_add helper functionGravatar Logan Gunthorpe 1-11/+4
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hGravatar Jonathan Cameron 1-0/+1
2017-01-05iio: Add channel for GravityGravatar Song Hongyan 1-0/+1
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesGravatar Jonathan Cameron 1-33/+226
2016-10-01iio: Implement counter channel type and info constantsGravatar William Breathitt Gray 1-0/+2
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-1/+2
2016-09-05iio:core: fix IIO_VAL_FRACTIONAL sign handlingGravatar Gregor Boirie 1-3/+2
2016-09-04iio: add resource managed triggered buffer init helpersGravatar Gregor Boirie 1-1/+2
2016-06-30iio:core: timestamping clock selection supportGravatar Gregor Boirie 1-4/+175
2016-05-29iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY typeGravatar Matt Ranostay 1-0/+1
2016-04-23iio:core: mounting matrix supportGravatar Gregor Boirie 1-0/+82