1. d2f0a48 iio: Wakeup poll and blocking reads when the device is unregistered by Lars-Peter Clausen · 11 years ago
  2. f18e7a0 iio: Return -ENODEV for file operations if the device has been unregistered by Lars-Peter Clausen · 11 years ago
  3. 9e69c93 iio: Add reference counting for buffers by Lars-Peter Clausen · 11 years ago
  4. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  5. 183f417 iio: Pass scan mask as unsigned long by Peter Meerwald · 11 years ago
  6. a87c82e iio: Stop sampling when the device is removed by Lars-Peter Clausen · 11 years ago
  7. d66e045 iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL by Peter Meerwald · 11 years ago
  8. 9572588 iio: Minor cleanups of industrialio-buffer by Peter Meerwald · 11 years ago
  9. 5d65d92 iio: iio_push_to_buffers(): Change type of 'data' to const void * by Lars-Peter Clausen · 11 years ago
  10. 3704432 iio: refactor info mask and ext_info attribute creation. by Jonathan Cameron · 11 years ago
  11. 705ee2c iio:buffer: Simplify iio_buffer_is_active() by Lars-Peter Clausen · 11 years ago
  12. bec1889 iio: buffer: cleanup messages in iio_update_buffers() by Michał Mirosław · 11 years ago
  13. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  14. 948ad20 iio: Use strict_strtouint instead of kstrtoul by Lars-Peter Clausen · 12 years ago
  15. ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 12 years ago
  16. 99698b4 iio: whitespace cleanup and removal of semicolon after functions by Peter Meerwald · 12 years ago
  17. bd972ff Merge tag 'togreg-3.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 12 years ago
  18. 8163663 iio: Introduce iio_validate_scan_mask_onehot by Lars-Peter Clausen · 12 years ago
  19. 939546d iio: Add callback to check whether a scan mask is valid by Lars-Peter Clausen · 12 years ago
  20. e1dc7be iio: iio_buffer_register: Use correct channel when calculating masklength by Lars-Peter Clausen · 12 years ago
  21. f5b81dd iio: iio_buffer_register: Skip channels with negative scan index by Lars-Peter Clausen · 12 years ago
  22. aff1eb4 iio: buffer: Fix NULL pointer deref caused by empty scan mask by Lars-Peter Clausen · 12 years ago
  23. e53f5ac iio: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  24. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 12 years ago[Renamed from drivers/staging/iio/industrialio-buffer.c]
  25. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  26. 842cd10 staging:iio: pull out demux cleanup for a particular buffer. by Jonathan Cameron · 12 years ago
  27. fd6487f staging:iio: Add caching of scan_timestamp to the core as well as buffers. by Jonathan Cameron · 12 years ago
  28. 420fe2e staging:iio: add caching of the number of bytes in a scan. by Jonathan Cameron · 12 years ago
  29. f126480 staging:iio: scan_index_timestamp move to iio_dev from buffer by Jonathan Cameron · 12 years ago
  30. 6b3b58e staging:iio:buffer: pull computation of scan length into a utility function. by Jonathan Cameron · 12 years ago
  31. a714af2 staging:iio:buffer trivial use of strtobool to remove dodgy equivalent. by Jonathan Cameron · 12 years ago
  32. cd4361c iio: core: constitfy available_scan_mask by Michael Hennerich · 12 years ago
  33. 7933514 staging:iio: Drop {mark,unmark}_in_use callbacks by Lars-Peter Clausen · 13 years ago
  34. 869871b staging:iio: Drop buffer mark_param_change callback by Lars-Peter Clausen · 13 years ago
  35. 68bc730 staging:iio: Drop buffer busy flag by Lars-Peter Clausen · 13 years ago
  36. e38c79e staging:iio: Disallow modifying buffer size when buffer is enabled by Lars-Peter Clausen · 13 years ago
  37. 5fd6218 staging:iio: Disallow changing scan elements in all buffered modes by Lars-Peter Clausen · 13 years ago
  38. d4a6882 staging:iio: Use iio_buffer_enabled instead of open coding it by Lars-Peter Clausen · 13 years ago
  39. 50d82ad staging:iio: Remove unused variable by Lars-Peter Clausen · 13 years ago
  40. 106e7cf Merge branch 'work-next' into staging-next by Greg Kroah-Hartman · 13 years ago
  41. 5a2a6e1 staging:iio: Fix scan mask update by Lars-Peter Clausen · 13 years ago
  42. f79a909 staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer. by Jonathan Cameron · 13 years ago
  43. 550268ca staging:iio: scrap scan_count and ensure all drivers use active_scan_mask by Jonathan Cameron · 13 years ago
  44. 1612244 staging:iio:buffer move setup ops from buffer instance to iio_dev by Jonathan Cameron · 13 years ago
  45. 3771a0a staging:iio: remove userspace access to bytes per datum. by Jonathan Cameron · 13 years ago
  46. 5ada4ea staging:iio: add demux optionally to path from device to buffer by Jonathan Cameron · 13 years ago
  47. 959d295 staging:iio: make iio_sw_buffer_preenable much more general. by Jonathan Cameron · 13 years ago
  48. beb8060 staging:iio:buffer add a cache of the timestamp scan index. by Jonathan Cameron · 13 years ago
  49. d83fb18 staging: iio: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  50. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  51. 96e00f1 staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present. by Jonathan Cameron · 13 years ago
  52. 8e336a7 staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users. by Paul Gortmaker · 13 years ago
  53. f8c6f4e staging:iio:core:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  54. 9d5d115 staging: iio: if(__LITTLE_ENDIAN) -> #ifdef __LITTLE_ENDIAN by Jonathan Cameron · 13 years ago
  55. 30eb82f staging:iio: Prevent reading from buffer chrdev when device has no buffer. by Jonathan Cameron · 13 years ago
  56. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago