summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-core.c
AgeCommit message (Expand)Author
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-07iio: core: Add optional symbolic label to device attributesPhil Reid
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-22iio: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Young Xiao
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko
2019-03-31iio: core: fix a possible circular locking dependencyFabrice Gasnier
2018-12-16iio: add IIO_MASSCONCENTRATION channel typeTomasz Duszynski
2018-12-08iio: core: check 'info' value before registering the deviceAndi Shyti
2018-07-23iio: Add modifier for DUV lightMaxime Roussin-BĂ©langer
2018-07-21iio: Add channel for PhaseMathieu Othacehe
2018-06-24iio: use timespec64 based interfaces for iio_get_time_ns()Arnd Bergmann
2018-06-10iio: Add channel for Position RelativeEugen Hristev
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman
2017-12-02iio: fix kernel-doc build errorsRandy Dunlap
2017-12-02iio: core: Mark expected switch fall-throughGustavo A. R. Silva
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman
2017-09-24iio: core: Return error for failed read_regMatt Fornero
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron
2017-06-11iio: add hardware triggered operating modeBenjamin Gaignard
2017-06-11iio: core: Use __sysfs_match_string() helperAndy Shevchenko
2017-05-29Merge tag 'iio-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-27iio: core: Fix suspicious sizeof usageOrson Zhai
2017-04-02iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesNikolaus Schulz
2017-03-21iio:core: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron
2017-01-05iio: Add channel for GravitySong Hongyan
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron
2016-10-01iio: Implement counter channel type and info constantsWilliam Breathitt Gray
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-09-05iio:core: fix IIO_VAL_FRACTIONAL sign handlingGregor Boirie
2016-09-04iio: add resource managed triggered buffer init helpersGregor Boirie
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2016-05-29iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY typeMatt Ranostay
2016-04-23iio:core: mounting matrix supportGregor Boirie
2016-04-03iio: Add channel for UV indexPeter Meerwald-Stadler
2016-04-03iio: Add modifier for UV lightPeter Meerwald-Stadler
2016-03-12iio: core: implement iio_device_{claim|release}_direct_mode()Alison Schofield
2016-02-01Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-01-30iio: ph: add IIO_PH channel typeMatt Ranostay
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2015-12-26Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis