1. 670c110 iio: core: Add misssing braces by Sachin Kamat · 11 years ago
  2. 3176dd5 iio: core: Use pr_err instead of printk by Sachin Kamat · 11 years ago
  3. 3661f3f iio: Factor IIO value formating into its own function by Lars-Peter Clausen · 11 years ago
  4. 84088eb iio: Add a helper to free a list of IIO device attributes by Lars-Peter Clausen · 11 years ago
  5. d2f0a48 iio: Wakeup poll and blocking reads when the device is unregistered by Lars-Peter Clausen · 11 years ago
  6. f18e7a0 iio: Return -ENODEV for file operations if the device has been unregistered by Lars-Peter Clausen · 11 years ago
  7. 9e69c93 iio: Add reference counting for buffers by Lars-Peter Clausen · 11 years ago
  8. 02ab343 Merge 3.12-rc4 into staging-next by Greg Kroah-Hartman · 11 years ago
  9. bc4c961 iio: Remove debugfs entries in iio_device_unregister() by Lars-Peter Clausen · 11 years ago
  10. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  11. 0d5b7da iio: Prevent race between IIO chardev opening and IIO device free by Lars-Peter Clausen · 11 years ago
  12. cadc212 iio: fix: Keep a reference to the IIO device for open file descriptors by Lars-Peter Clausen · 11 years ago
  13. a87c82e iio: Stop sampling when the device is removed by Lars-Peter Clausen · 11 years ago
  14. c006ec8 iio: add info_mask_[shared_by_dir/shared_by_all] by Jonathan Cameron · 11 years ago
  15. 3704432 iio: refactor info mask and ext_info attribute creation. by Jonathan Cameron · 11 years ago
  16. 899d90b iio: Add INT_TIME (integration time) channel info attribute by Peter Meerwald · 11 years ago
  17. d9a0134 iio: core: Avoid double minus in sysfs output by Oleksandr Kravchenko · 11 years ago
  18. 9dabaf5 iio: core: implement devm_iio_device_alloc/devm_iio_device_free by Grygorii Strashko · 11 years ago
  19. b9606e2 iio:core drop info_mask from struct iio_info by Jonathan Cameron · 11 years ago
  20. 8655cc4 iio: Add broken out info_mask fields for shared_by_type and separate by Jonathan Cameron · 11 years ago
  21. 17d82b4 iio: Add OF support by Guenter Roeck · 12 years ago
  22. 6807d72 iio: Factor out fixed point number parsing into its own function by Lars-Peter Clausen · 12 years ago
  23. c4f0c69 iio: Add pressure channel type by Lars-Peter Clausen · 12 years ago
  24. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  25. ef4f92c iio: Accept a leading '+' sign when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  26. 02330ac iio: Reject trailing garbage when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  27. 8f1b7eb iio: Do not accept multiple '.' in fixed point numbers by Lars-Peter Clausen · 12 years ago
  28. 103d9fb iio: Add a logarithmic fractional value type by Lars-Peter Clausen · 12 years ago
  29. 7985e7c iio: Introduce a new fractional value type by Lars-Peter Clausen · 12 years ago
  30. 7c9ab03 iio: core: Add hysteresis in channel spec by srinivas pandruvada · 12 years ago
  31. c8b9595 IIO: Update email address for Jonathan Cameron. by Jonathan Cameron · 12 years ago
  32. 99698b4 iio: whitespace cleanup and removal of semicolon after functions by Peter Meerwald · 12 years ago
  33. d25b380 iio: fix typos by Peter Meerwald · 12 years ago
  34. 21cd1fa IIO channel type and modifiers for CCT and RGBC data by Jon Brenner · 12 years ago
  35. cf82cb8 IIO: Add a modifier for x^2+y^2+z^2 by Jonathan Cameron · 12 years ago
  36. 8f5879b IIO: Add a modifier for sqrt(x^2+y^2) by Jonathan Cameron · 12 years ago
  37. 89a86a2 Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  38. 74dcd43 iio: iio_enum_available_read: Prevent possible buffer overflow by Lars-Peter Clausen · 12 years ago
  39. 5212cc8 iio: Add helper functions for enum style channel attributes by Lars-Peter Clausen · 12 years ago
  40. e407fd6 iio: Fix potential use after free by Lars-Peter Clausen · 12 years ago
  41. e53f5ac iio: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  42. b65d621 iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN by Michael Hennerich · 12 years ago
  43. 67eedba iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB by Michael Hennerich · 12 years ago
  44. abd5a2f IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() by Axel Lin · 12 years ago
  45. 5a28c87 IIO: industrialio-core: Use simple_open by Axel Lin · 12 years ago
  46. fc6d113 iio: core: iio_chan_spec_ext_info: Add private handle by Michael Hennerich · 12 years ago
  47. a6b1285 iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements by Michael Hennerich · 12 years ago
  48. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  49. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 12 years ago[Renamed from drivers/staging/iio/industrialio-core.c]
  50. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  51. 251640a staging:iio: drop procesed_val element of chan_spec. by Jonathan Cameron · 12 years ago
  52. 75a973c staging:iio: Make read / write attributes for channel values optional. by Jonathan Cameron · 12 years ago
  53. 5ccb3ad staging:iio: add a raw and processed elements to info_mask by Jonathan Cameron · 12 years ago
  54. ce85a1c staging: iio: add channel info for sampling frequency by Laxman Dewangan · 12 years ago
  55. 4fee7e1 staging:iio: Fix compile error without CONFIG_DEBUG_FS by Lars-Peter Clausen · 12 years ago
  56. 0f1acee staging: iio: core: Avoid NULL pointer de-ref in case indio_dev->setup_ops are not in use by Michael Hennerich · 12 years ago
  57. e553f18 staging: iio: core: Introduce debugfs support, add support for direct register access by Michael Hennerich · 12 years ago
  58. 4abf6f8 drivers:staging:iio Fix typos and comments in staging iio. by Justin P. Mattock · 12 years ago
  59. 5f420b4 staging:iio: Add extended IIO channel info by Lars-Peter Clausen · 12 years ago
  60. ac917a8 staging:iio:core set the iio_dev.info pointer to null on unregister under lock. by Jonathan Cameron · 13 years ago
  61. 0a769a9 staging:iio: Factor out event handling into its own file by Lars-Peter Clausen · 13 years ago
  62. 16a39b7 staging:iio: Update iio_event_interface documentation by Lars-Peter Clausen · 13 years ago
  63. 7933514 staging:iio: Drop {mark,unmark}_in_use callbacks by Lars-Peter Clausen · 13 years ago
  64. bb01443 staging:iio: Make sure a device is only opened once at a time by Lars-Peter Clausen · 13 years ago
  65. 407f3fd Merge 3.2-rc5 into staging-next by Greg Kroah-Hartman · 13 years ago
  66. 5fb21c8 staging:iio:find iio channel from scan index util function by Jonathan Cameron · 13 years ago
  67. d83fb18 staging: iio: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  68. df94aba staging:iio: filter description - low pass 3db frequency. by Jonathan Cameron · 13 years ago
  69. 43c0364 staging:iio: Make write_event_value callback optional by Lars-Peter Clausen · 13 years ago
  70. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  71. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  72. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  73. f791cec Subject: fix build breakage in drivers/staging/iio/industrialio-core.c by Greg Kroah-Hartman · 13 years ago
  74. dc8f526 staging:iio:events: Make sure userspace buffer is large enough by Lars-Peter Clausen · 13 years ago
  75. 0403e0d staging:iio:core shared attrs do not work with modifier. by Jonathan Cameron · 13 years ago
  76. aaa0b4f iio: iio_event_getfd -- fix ev_int build failure by Andy Whitcroft · 13 years ago
  77. b464133 iio: fix a leak due to improper use of anon_inode_getfd() by Al Viro · 13 years ago
  78. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  79. f8c6f4e staging:iio:core:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  80. 41ea040 staging:iio: rename gyro channels to anglvel by Jonathan Cameron · 13 years ago
  81. 30eb82f staging:iio: Prevent reading from buffer chrdev when device has no buffer. by Jonathan Cameron · 13 years ago
  82. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago
  83. ec3afa4 staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED by Jonathan Cameron · 13 years ago
  84. a9e39f9 staging:iio: move id and device name setting to iio_device_allocate. by Jonathan Cameron · 13 years ago
  85. ade7ef7 staging:iio: Differential channel handling - use explicit flag rather than types. by Jonathan Cameron · 13 years ago
  86. 8ce7375 staging:iio:add adaptive event types and missing extract_type macro. by Jonathan Cameron · 13 years ago
  87. 66dbe70 staging:iio: Add capacitance type and average_raw chan info. by Jonathan Cameron · 13 years ago
  88. c04ea8a staging:iio:naming in the EV_BIT macro fix. by Jonathan Cameron · 13 years ago
  89. e614a54 staging:iio:attrs - make address a u64 to allow event codes to be used. by Jonathan Cameron · 13 years ago
  90. 26d25ae staging:iio: rework of attribute registration. by Jonathan Cameron · 13 years ago
  91. 330c6c5 staging:iio:events - new 64 bit code structure and push out drivers. by Jonathan Cameron · 13 years ago
  92. c6fc806 staging:iio: ABI rework - add in_ or out_ prefix to channnels by Jonathan Cameron · 13 years ago
  93. 9dd1cb3 staging:iio: push "sysfs.h" and linux/irq.h out of iio.h by Jonathan Cameron · 13 years ago
  94. 1e8dfcc staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED. by Jonathan Cameron · 13 years ago
  95. 9019309 staging:iio: remove defunct iio_put and iio_get. by Jonathan Cameron · 13 years ago
  96. 47c24fd staging:iio: use ida_simple_get and ida_simple_remove + merge ids by Jonathan Cameron · 13 years ago
  97. 5aa9618 staging:iio: remove broken support for multiple event interfaces. by Jonathan Cameron · 13 years ago
  98. f625cb9 staging: iio: remove now defunct header definitions and add some statics by Jonathan Cameron · 13 years ago
  99. 1aa0427 staging: iio: push the main buffer chrdev down to the top level. by Jonathan Cameron · 13 years ago
  100. 6356463 staging: iio: squash chrdev handler remains into users. by Jonathan Cameron · 13 years ago