1. e75850b Merge 6.5-rc6 into char-misc-next by Greg Kroah-Hartman · 1 year, 6 months ago
  2. 65659a8 iio: core: Fix issues and style of the comments by Andy Shevchenko · 1 year, 7 months ago
  3. 5a0821e iio: core: Switch to krealloc_array() by Andy Shevchenko · 1 year, 7 months ago
  4. 971ddd4 iio: core: Use sysfs_match_string() helper by Andy Shevchenko · 1 year, 7 months ago
  5. b662f4b iio: core: Improve indentation in a few places by Andy Shevchenko · 1 year, 7 months ago
  6. 1702df5 iio: core: Get rid of redundant 'else' by Andy Shevchenko · 1 year, 7 months ago
  7. cb1d175 iio: core: Use min() instead of min_t() to make code more robust by Andy Shevchenko · 1 year, 7 months ago
  8. b2a6996 iio: core: Prevent invalid memory access when there is no parent by Milan Zamazal · 1 year, 7 months ago
  9. 05f59ab iio: core: Sort headers by Andy Shevchenko · 2 years, 1 month ago
  10. 122fb873 iio: core: Replace iio_sysfs_match_string_with_gaps() by __sysfs_match_string() by Andy Shevchenko · 2 years, 1 month ago
  11. 16afe12 iio: core: move 'mlock' to 'struct iio_dev_opaque' by Nuno Sá · 2 years, 4 months ago
  12. 0a85654 iio: core: introduce iio_device_{claim|release}_buffer_mode() APIs by Nuno Sá · 2 years, 4 months ago
  13. e0d27ea iio: add support for binary attributes by Andrea Merello · 2 years, 6 months ago
  14. dcedf14 iio: add modifers for pitch, yaw, roll by Andrea Merello · 2 years, 6 months ago
  15. bcc57a48 iio: add modifiers for linear acceleration by Andrea Merello · 2 years, 6 months ago
  16. 2bc9cd6 iio: Use per-device lockdep class for mlock by Vincent Whitchurch · 2 years, 6 months ago
  17. 682ca76 iio: Avoid multiple line dereference for mask by Joe Simmons-Talbott · 2 years, 6 months ago
  18. 5c64990 iio: core: Introduce _zeropoint for differential channels by Jonathan Cameron · 2 years, 8 months ago
  19. 9d9ec8d iio: Add blank lines after declarations. by Joe Simmons-Talbott · 2 years, 7 months ago
  20. 5e1f918 iio: fix iio_format_avail_range() printing for none IIO_VAL_INT by Fawzi Khaber · 2 years, 7 months ago
  21. abeba59 iio: Don't use bare "unsigned" by Joe Simmons-Talbott · 2 years, 8 months ago
  22. 9cf0b61 iio: Use octal permissions and DEVICE_ATTR_{RO,RW}. by Joe Simmons-Talbott · 2 years, 9 months ago
  23. 12c4efe3 iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large by Jonathan Cameron · 2 years, 10 months ago
  24. 9822bb8 iio: core: drop iio_get_time_res() by Jonathan Cameron · 3 years ago
  25. 319dbcd iio: Directly use ida_alloc()/free() by keliu · 2 years, 9 months ago
  26. 8136655 iio: core: Convert to use firmware node handle instead of OF node by Andy Shevchenko · 2 years, 11 months ago
  27. 51570c9 iio: core: Move the currentmode entry to the opaque structure by Miquel Raynal · 3 years, 1 month ago
  28. 8c576f8 iio: core: Hide read accesses to iio_dev->currentmode by Miquel Raynal · 3 years, 1 month ago
  29. 2f53b4a iio: Un-inline iio_buffer_enabled() by Miquel Raynal · 3 years, 1 month ago
  30. f4decb4 iio: core: fix a few code style issues by Alexander Vorwerk · 3 years ago
  31. c3154de iio: core: Use sysfs_emit() by Lars-Peter Clausen · 3 years, 2 months ago
  32. 8b7651f iio: iio_device_alloc(): Remove unnecessary self drvdata by Lars-Peter Clausen · 3 years, 3 months ago
  33. 3c33b7b iio: Mark iio_device_type as const by Lars-Peter Clausen · 3 years, 4 months ago
  34. 6bb835f iio: core: Introduce IIO_VAL_INT_64. by Andriy Tryshnivskyy · 3 years, 4 months ago
  35. 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, 4 months ago
  36. 9eeee3b iio: Add output buffer support by Mihail Chindris · 3 years, 5 months ago
  37. 19833c4 iio: core: fix double free in iio_device_unregister_sysfs() by Yang Yingliang · 3 years, 4 months ago
  38. fe6f45f iio: core: check return value when calling dev_set_name() by Yang Yingliang · 3 years, 4 months ago
  39. 13efdc3 iio: core: Support reading extended name as label by Paul Cercueil · 3 years, 8 months ago
  40. 0e0761f iio: core: Forbid use of both labels and extended names by Paul Cercueil · 3 years, 8 months ago
  41. b892770 iio: Drop Duplicated "mount-matrix" parameter by Andy Shevchenko · 3 years, 9 months ago
  42. 43fa739 iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc() by Dan Carpenter · 3 years, 9 months ago
  43. 62a486c4 iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  44. 8b1c82c iio: core: move @flags from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  45. 396f723 iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  46. b804e2b iio: core: move @info_exist_lock to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  47. 6eaf9f6 iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  48. 15ea2878 iio: core: move @id from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 10 months ago
  49. cf5724e iio: core: simplify some devm functions by Yicong Yang · 3 years, 11 months ago
  50. af0670b iio: core: return ENODEV if ioctl is unknown by Alexandru Ardelean · 3 years, 10 months ago
  51. 901f84d iio: core: fix ioctl handlers removal by Tomasz Duszynski · 3 years, 10 months ago
  52. 6b92ba0 iio: __iio_format_value(): Convert to sysfs_emit_at() by Lars-Peter Clausen · 4 years ago
  53. 0207483 iio: iio_enum_available_read(): Convert to sysfs_emit_at() by Lars-Peter Clausen · 4 years ago
  54. 83ca56b iio: core: Use sysfs_emit() (trivial bits) by Lars-Peter Clausen · 4 years ago
  55. 218bc53 iio: buffer: fix use-after-free for attached_buffers array by Alexandru Ardelean · 4 years ago
  56. 1c71a28 iio: Add relative sensitivity support by Ye Xiang · 4 years, 1 month ago
  57. b624fd1 iio: use getter/setter functions by Julia Lawall · 4 years ago
  58. 0d596bb iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc() by Alexandru Ardelean · 4 years ago
  59. ee708e6 iio: buffer: introduce support for attaching more IIO buffers by Alexandru Ardelean · 4 years ago
  60. be24dcb iio: core: wrap iio device & buffer into struct for character devices by Alexandru Ardelean · 4 years ago
  61. 15097c7 iio: buffer: wrap all buffer attributes into iio_dev_attr by Alexandru Ardelean · 4 years ago
  62. 3e3d11b iio: add reference to iio buffer on iio_dev_attr by Alexandru Ardelean · 4 years ago
  63. 32f1717 iio: core: rework iio device group creation by Alexandru Ardelean · 4 years ago
  64. 8ebaa3f iio: core: register chardev only if needed by Alexandru Ardelean · 4 years ago
  65. 38a52cd iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0 by Lars-Peter Clausen · 4 years, 2 months ago
  66. 2646a95 iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2 by Lars-Peter Clausen · 4 years, 2 months ago
  67. 6f71bf1 iio: core: Allow drivers to specify a label without it coming from of by Hans de Goede · 4 years, 1 month ago
  68. d9a0e73 iio: Handle enumerated properties with gaps by Lars-Peter Clausen · 4 years, 2 months ago
  69. 18b4c9c iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_group.is_visible by Hans de Goede · 4 years, 3 months ago
  70. e08b60d iio: core: Simplify iio_format_list() by Lars-Peter Clausen · 4 years, 3 months ago
  71. eda20ba iio: core: Consolidate iio_format_avail_{list,range}() by Lars-Peter Clausen · 4 years, 3 months ago
  72. 74d826d iio: core: return -EINVAL when no ioctl handler has been run by Alexandru Ardelean · 4 years, 3 months ago
  73. ee8caea iio: core: organize buffer file-ops in the order defined in the struct by Alexandru Ardelean · 4 years, 3 months ago
  74. 8dedcc3 iio: core: centralize ioctl() calls to the main chardev by Alexandru Ardelean · 4 years, 5 months ago
  75. 1d4ef9b iio: core: Add optional symbolic label to a device channel by Cristian Pop · 4 years, 5 months ago
  76. 0e7a397 iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative values by Anand Ashok Dumbre · 4 years, 5 months ago
  77. 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, 5 months ago
  78. c9561fd iio:core: Tidy up kernel-doc. by Jonathan Cameron · 4 years, 5 months ago
  79. 1622d35 Merge 5.9-rc5 into staging-next by Greg Kroah-Hartman · 4 years, 5 months ago
  80. dde8cee iio: temperature: mlx90632: Interface to change object ambient temperature by Crt Mori · 4 years, 6 months ago
  81. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  82. 4ffa22f iio: add IIO_MOD_O2 modifier by Matt Ranostay · 4 years, 7 months ago
  83. 8525df4 iio: core: fix/re-introduce back parent assignment by Alexandru Ardelean · 4 years, 7 months ago
  84. 263771d Merge 5.8-rc6 into staging-next by Greg Kroah-Hartman · 4 years, 7 months ago
  85. fa83c3b iio: core: move event interface on the opaque struct by Alexandru Ardelean · 4 years, 8 months ago
  86. 6a8c6b2 iio: core: move iio_dev's buffer_list to the private iio device object by Alexandru Ardelean · 4 years, 8 months ago
  87. 207c2d2 iio: core: move channel list & group to private iio device object by Alexandru Ardelean · 4 years, 8 months ago
  88. 96fb1b6 iio: core: move debugfs data on the private iio dev info by Alexandru Ardelean · 4 years, 8 months ago
  89. 09673d5 iio: core: remove padding from private information by Alexandru Ardelean · 4 years, 8 months ago
  90. 6d4ebd5 iio: core: wrap IIO device into an iio_dev_opaque object by Alexandru Ardelean · 4 years, 8 months ago
  91. 25f02d3 iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers by Matt Ranostay · 4 years, 9 months ago
  92. 78289b4 iio: core: pass parent device as parameter during allocation by Alexandru Ardelean · 4 years, 9 months ago
  93. 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, 9 months ago
  94. 0d4b218 iio: Use an early return in iio_device_alloc to simplify code. by Jonathan Cameron · 4 years, 10 months ago
  95. e8014d8 Merge 5.7-rc3 into staging-next by Greg Kroah-Hartman · 4 years, 10 months ago
  96. 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, 10 months ago
  97. 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, 10 months ago
  98. 5403f28 iio: core: Fix handling of 'dB' by Mircea Caprioru · 5 years ago
  99. 66be392 iio: core: drop devm_iio_device_free() API call by Alexandru Ardelean · 5 years ago
  100. 83af573e iio: core: drop devm_iio_device_unregister() API call by Alexandru Ardelean · 5 years ago