- 5e1f918 iio: fix iio_format_avail_range() printing for none IIO_VAL_INT by Fawzi Khaber · 2 years, 5 months ago
- abeba59 iio: Don't use bare "unsigned" by Joe Simmons-Talbott · 2 years, 6 months ago
- 9cf0b61 iio: Use octal permissions and DEVICE_ATTR_{RO,RW}. by Joe Simmons-Talbott · 2 years, 7 months ago
- 12c4efe3 iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large by Jonathan Cameron · 2 years, 7 months ago
- 9822bb8 iio: core: drop iio_get_time_res() by Jonathan Cameron · 2 years, 10 months ago
- 319dbcd iio: Directly use ida_alloc()/free() by keliu · 2 years, 7 months ago
- 8136655 iio: core: Convert to use firmware node handle instead of OF node by Andy Shevchenko · 2 years, 8 months ago
- 51570c9 iio: core: Move the currentmode entry to the opaque structure by Miquel Raynal · 2 years, 10 months ago
- 8c576f8 iio: core: Hide read accesses to iio_dev->currentmode by Miquel Raynal · 2 years, 10 months ago
- 2f53b4a iio: Un-inline iio_buffer_enabled() by Miquel Raynal · 2 years, 10 months ago
- f4decb4 iio: core: fix a few code style issues by Alexander Vorwerk · 2 years, 9 months ago
- c3154de iio: core: Use sysfs_emit() by Lars-Peter Clausen · 3 years ago
- 8b7651f iio: iio_device_alloc(): Remove unnecessary self drvdata by Lars-Peter Clausen · 3 years ago
- 3c33b7b iio: Mark iio_device_type as const by Lars-Peter Clausen · 3 years, 2 months ago
- 6bb835f iio: core: Introduce IIO_VAL_INT_64. by Andriy Tryshnivskyy · 3 years, 2 months ago
- 8210a20 Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next by Greg Kroah-Hartman · 3 years, 2 months ago
- 9eeee3b iio: Add output buffer support by Mihail Chindris · 3 years, 2 months ago
- 19833c4 iio: core: fix double free in iio_device_unregister_sysfs() by Yang Yingliang · 3 years, 2 months ago
- fe6f45f iio: core: check return value when calling dev_set_name() by Yang Yingliang · 3 years, 2 months ago
- 13efdc3 iio: core: Support reading extended name as label by Paul Cercueil · 3 years, 6 months ago
- 0e0761f iio: core: Forbid use of both labels and extended names by Paul Cercueil · 3 years, 6 months ago
- b892770 iio: Drop Duplicated "mount-matrix" parameter by Andy Shevchenko · 3 years, 7 months ago
- 43fa739 iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc() by Dan Carpenter · 3 years, 7 months ago
- 62a486c4 iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- 8b1c82c iio: core: move @flags from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- 396f723 iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- b804e2b iio: core: move @info_exist_lock to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- 6eaf9f6 iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- 15ea2878 iio: core: move @id from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- cf5724e iio: core: simplify some devm functions by Yicong Yang · 3 years, 8 months ago
- af0670b iio: core: return ENODEV if ioctl is unknown by Alexandru Ardelean · 3 years, 8 months ago
- 901f84d iio: core: fix ioctl handlers removal by Tomasz Duszynski · 3 years, 8 months ago
- 6b92ba0 iio: __iio_format_value(): Convert to sysfs_emit_at() by Lars-Peter Clausen · 3 years, 9 months ago
- 0207483 iio: iio_enum_available_read(): Convert to sysfs_emit_at() by Lars-Peter Clausen · 3 years, 9 months ago
- 83ca56b iio: core: Use sysfs_emit() (trivial bits) by Lars-Peter Clausen · 3 years, 9 months ago
- 218bc53 iio: buffer: fix use-after-free for attached_buffers array by Alexandru Ardelean · 3 years, 10 months ago
- 1c71a28 iio: Add relative sensitivity support by Ye Xiang · 3 years, 10 months ago
- b624fd1 iio: use getter/setter functions by Julia Lawall · 3 years, 10 months ago
- 0d596bb iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc() by Alexandru Ardelean · 3 years, 10 months ago
- ee708e6 iio: buffer: introduce support for attaching more IIO buffers by Alexandru Ardelean · 3 years, 10 months ago
- be24dcb iio: core: wrap iio device & buffer into struct for character devices by Alexandru Ardelean · 3 years, 10 months ago
- 15097c7 iio: buffer: wrap all buffer attributes into iio_dev_attr by Alexandru Ardelean · 3 years, 10 months ago
- 3e3d11b iio: add reference to iio buffer on iio_dev_attr by Alexandru Ardelean · 3 years, 10 months ago
- 32f1717 iio: core: rework iio device group creation by Alexandru Ardelean · 3 years, 10 months ago
- 8ebaa3f iio: core: register chardev only if needed by Alexandru Ardelean · 3 years, 10 months ago
- 38a52cd iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0 by Lars-Peter Clausen · 4 years ago
- 2646a95 iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2 by Lars-Peter Clausen · 4 years ago
- 6f71bf1 iio: core: Allow drivers to specify a label without it coming from of by Hans de Goede · 3 years, 10 months ago
- d9a0e73 iio: Handle enumerated properties with gaps by Lars-Peter Clausen · 4 years ago
- 18b4c9c iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_group.is_visible by Hans de Goede · 4 years, 1 month ago
- e08b60d iio: core: Simplify iio_format_list() by Lars-Peter Clausen · 4 years, 1 month ago
- eda20ba iio: core: Consolidate iio_format_avail_{list,range}() by Lars-Peter Clausen · 4 years, 1 month ago
- 74d826d iio: core: return -EINVAL when no ioctl handler has been run by Alexandru Ardelean · 4 years, 1 month ago
- ee8caea iio: core: organize buffer file-ops in the order defined in the struct by Alexandru Ardelean · 4 years, 1 month ago
- 8dedcc3 iio: core: centralize ioctl() calls to the main chardev by Alexandru Ardelean · 4 years, 3 months ago
- 1d4ef9b iio: core: Add optional symbolic label to a device channel by Cristian Pop · 4 years, 3 months ago
- 0e7a397 iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative values by Anand Ashok Dumbre · 4 years, 2 months ago
- b290f90 Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 4 years, 3 months ago
- c9561fd iio:core: Tidy up kernel-doc. by Jonathan Cameron · 4 years, 3 months ago
- 1622d35 Merge 5.9-rc5 into staging-next by Greg Kroah-Hartman · 4 years, 3 months ago
- dde8cee iio: temperature: mlx90632: Interface to change object ambient temperature by Crt Mori · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 4ffa22f iio: add IIO_MOD_O2 modifier by Matt Ranostay · 4 years, 5 months ago
- 8525df4 iio: core: fix/re-introduce back parent assignment by Alexandru Ardelean · 4 years, 5 months ago
- 263771d Merge 5.8-rc6 into staging-next by Greg Kroah-Hartman · 4 years, 5 months ago
- fa83c3b iio: core: move event interface on the opaque struct by Alexandru Ardelean · 4 years, 6 months ago
- 6a8c6b2 iio: core: move iio_dev's buffer_list to the private iio device object by Alexandru Ardelean · 4 years, 6 months ago
- 207c2d2 iio: core: move channel list & group to private iio device object by Alexandru Ardelean · 4 years, 6 months ago
- 96fb1b6 iio: core: move debugfs data on the private iio dev info by Alexandru Ardelean · 4 years, 6 months ago
- 09673d5 iio: core: remove padding from private information by Alexandru Ardelean · 4 years, 6 months ago
- 6d4ebd5 iio: core: wrap IIO device into an iio_dev_opaque object by Alexandru Ardelean · 4 years, 6 months ago
- 25f02d3 iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers by Matt Ranostay · 4 years, 6 months ago
- 78289b4 iio: core: pass parent device as parameter during allocation by Alexandru Ardelean · 4 years, 7 months ago
- cef077e Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 4 years, 7 months ago
- 0d4b218 iio: Use an early return in iio_device_alloc to simplify code. by Jonathan Cameron · 4 years, 8 months ago
- e8014d8 Merge 5.7-rc3 into staging-next by Greg Kroah-Hartman · 4 years, 8 months ago
- 4e1d963 Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 4 years, 8 months ago
- c532cc6 Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 4 years, 8 months ago
- 5403f28 iio: core: Fix handling of 'dB' by Mircea Caprioru · 4 years, 9 months ago
- 66be392 iio: core: drop devm_iio_device_free() API call by Alexandru Ardelean · 4 years, 10 months ago
- 83af573e iio: core: drop devm_iio_device_unregister() API call by Alexandru Ardelean · 4 years, 10 months ago
- a17cb78 iio: move 'indio_dev->info' null check first in __iio_device_register() by Alexandru Ardelean · 4 years, 9 months ago
- 413a103 Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 4 years, 8 months ago
- 69f0793 iio: expose iio_device_set_clock by Gwendal Grignou · 4 years, 9 months ago
- 35a4eeb iio: core: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
- 2ddc982 iio: industrialio-core: Fix debugfs read by Alexandru Tachici · 4 years, 10 months ago
- b852822 iio: core: Handle 'dB' suffix in core by Beniamin Bia · 4 years, 11 months ago
- 821f7ce Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 5 years ago
- f6d4033 iio: buffer: rename 'read_first_n' callback to 'read' by Lars-Peter Clausen · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- ddfb97d iio: core: add thermocouple_type standard attribute by Andrea Merello · 5 years ago
- 8cb3403 iio: core: add char type for sysfs attributes by Andrea Merello · 5 years ago
- 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- 2c3d0c9 iio: core: Add optional symbolic label to device attributes by Phil Reid · 5 years ago
- e786741f Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
- 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 5 years ago
- c55cc97 Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 5 years ago
- 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 5 years ago
- 8915aac iio: core: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago