1. e407fd6 iio: Fix potential use after free by Lars-Peter Clausen · 12 years ago
  2. e53f5ac iio: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  3. b65d621 iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN by Michael Hennerich · 12 years ago
  4. 67eedba iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB by Michael Hennerich · 12 years ago
  5. abd5a2f IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() by Axel Lin · 12 years ago
  6. 5a28c87 IIO: industrialio-core: Use simple_open by Axel Lin · 12 years ago
  7. fc6d113 iio: core: iio_chan_spec_ext_info: Add private handle by Michael Hennerich · 12 years ago
  8. a6b1285 iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements by Michael Hennerich · 12 years ago
  9. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  10. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 12 years ago[Renamed from drivers/staging/iio/industrialio-core.c]
  11. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  12. 251640a staging:iio: drop procesed_val element of chan_spec. by Jonathan Cameron · 12 years ago
  13. 75a973c staging:iio: Make read / write attributes for channel values optional. by Jonathan Cameron · 12 years ago
  14. 5ccb3ad staging:iio: add a raw and processed elements to info_mask by Jonathan Cameron · 12 years ago
  15. ce85a1c staging: iio: add channel info for sampling frequency by Laxman Dewangan · 12 years ago
  16. 4fee7e1 staging:iio: Fix compile error without CONFIG_DEBUG_FS by Lars-Peter Clausen · 13 years ago
  17. 0f1acee staging: iio: core: Avoid NULL pointer de-ref in case indio_dev->setup_ops are not in use by Michael Hennerich · 13 years ago
  18. e553f18 staging: iio: core: Introduce debugfs support, add support for direct register access by Michael Hennerich · 13 years ago
  19. 4abf6f8 drivers:staging:iio Fix typos and comments in staging iio. by Justin P. Mattock · 13 years ago
  20. 5f420b4 staging:iio: Add extended IIO channel info by Lars-Peter Clausen · 13 years ago
  21. ac917a8 staging:iio:core set the iio_dev.info pointer to null on unregister under lock. by Jonathan Cameron · 13 years ago
  22. 0a769a9 staging:iio: Factor out event handling into its own file by Lars-Peter Clausen · 13 years ago
  23. 16a39b7 staging:iio: Update iio_event_interface documentation by Lars-Peter Clausen · 13 years ago
  24. 7933514 staging:iio: Drop {mark,unmark}_in_use callbacks by Lars-Peter Clausen · 13 years ago
  25. bb01443 staging:iio: Make sure a device is only opened once at a time by Lars-Peter Clausen · 13 years ago
  26. 407f3fd Merge 3.2-rc5 into staging-next by Greg Kroah-Hartman · 13 years ago
  27. 5fb21c8 staging:iio:find iio channel from scan index util function by Jonathan Cameron · 13 years ago
  28. d83fb18 staging: iio: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  29. df94aba staging:iio: filter description - low pass 3db frequency. by Jonathan Cameron · 13 years ago
  30. 43c0364 staging:iio: Make write_event_value callback optional by Lars-Peter Clausen · 13 years ago
  31. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  32. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  33. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  34. f791cec Subject: fix build breakage in drivers/staging/iio/industrialio-core.c by Greg Kroah-Hartman · 13 years ago
  35. dc8f526 staging:iio:events: Make sure userspace buffer is large enough by Lars-Peter Clausen · 13 years ago
  36. 0403e0d staging:iio:core shared attrs do not work with modifier. by Jonathan Cameron · 13 years ago
  37. aaa0b4f iio: iio_event_getfd -- fix ev_int build failure by Andy Whitcroft · 13 years ago
  38. b464133 iio: fix a leak due to improper use of anon_inode_getfd() by Al Viro · 13 years ago
  39. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  40. f8c6f4e staging:iio:core:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  41. 41ea040 staging:iio: rename gyro channels to anglvel by Jonathan Cameron · 13 years ago
  42. 30eb82f staging:iio: Prevent reading from buffer chrdev when device has no buffer. by Jonathan Cameron · 13 years ago
  43. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago
  44. ec3afa4 staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED by Jonathan Cameron · 13 years ago
  45. a9e39f9 staging:iio: move id and device name setting to iio_device_allocate. by Jonathan Cameron · 13 years ago
  46. ade7ef7 staging:iio: Differential channel handling - use explicit flag rather than types. by Jonathan Cameron · 13 years ago
  47. 8ce7375 staging:iio:add adaptive event types and missing extract_type macro. by Jonathan Cameron · 13 years ago
  48. 66dbe70 staging:iio: Add capacitance type and average_raw chan info. by Jonathan Cameron · 13 years ago
  49. c04ea8a staging:iio:naming in the EV_BIT macro fix. by Jonathan Cameron · 13 years ago
  50. e614a54 staging:iio:attrs - make address a u64 to allow event codes to be used. by Jonathan Cameron · 13 years ago
  51. 26d25ae staging:iio: rework of attribute registration. by Jonathan Cameron · 13 years ago
  52. 330c6c5 staging:iio:events - new 64 bit code structure and push out drivers. by Jonathan Cameron · 13 years ago
  53. c6fc806 staging:iio: ABI rework - add in_ or out_ prefix to channnels by Jonathan Cameron · 13 years ago
  54. 9dd1cb3 staging:iio: push "sysfs.h" and linux/irq.h out of iio.h by Jonathan Cameron · 13 years ago
  55. 1e8dfcc staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED. by Jonathan Cameron · 13 years ago
  56. 9019309 staging:iio: remove defunct iio_put and iio_get. by Jonathan Cameron · 13 years ago
  57. 47c24fd staging:iio: use ida_simple_get and ida_simple_remove + merge ids by Jonathan Cameron · 13 years ago
  58. 5aa9618 staging:iio: remove broken support for multiple event interfaces. by Jonathan Cameron · 13 years ago
  59. f625cb9 staging: iio: remove now defunct header definitions and add some statics by Jonathan Cameron · 13 years ago
  60. 1aa0427 staging: iio: push the main buffer chrdev down to the top level. by Jonathan Cameron · 13 years ago
  61. 6356463 staging: iio: squash chrdev handler remains into users. by Jonathan Cameron · 13 years ago
  62. 8e7d967 staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer. by Jonathan Cameron · 13 years ago
  63. 7ae8cf6 staging: iio: chrdev.h rationalization. by Jonathan Cameron · 13 years ago
  64. 6aea1c3 staging:iio:rename trigger_consumer.h to indicate it is core only. by Jonathan Cameron · 13 years ago
  65. df9c1c4 staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h. by Jonathan Cameron · 13 years ago
  66. 7d43817 staging:iio: add quadrature correction to chan info types. by Jonathan Cameron · 13 years ago
  67. 9aa1a16 staging:iio:core squash trivial wrappers and use ida allocation func. by Jonathan Cameron · 13 years ago
  68. 232b9cb staging:iio:core flatten convenience function that only has one user. by Jonathan Cameron · 13 years ago
  69. 9076faa staging:iio: in case of buggy drivers avoid using undefined mask. by Jonathan Cameron · 13 years ago
  70. f725687 staging:iio: dummy sysfs group for autogenerated base directories. by Jonathan Cameron · 13 years ago
  71. cc2439f staging:iio:core simplify and fix a bug in iio_device_(un)register_event_set. by Jonathan Cameron · 13 years ago
  72. f09f2c8 staging:iio: Add an iio channel type string to support proximity sensors. by Bryan Freed · 13 years ago
  73. 9bff02f staging:iio: Reorder channel type strings to match the iio.h enums. by Bryan Freed · 13 years ago
  74. ae19178 iio: industrialio-core: Add IIO_OUT type by Michael Hennerich · 13 years ago
  75. 5c04af0 iio: industrialio-core: iio_write_channel_info accept IIO_VAL_INT_PLUS_NANO by Michael Hennerich · 13 years ago
  76. 71646e2 iio: industrialio-core: introduce IIO_VAL_INT_PLUS_NANO by Michael Hennerich · 13 years ago
  77. 6fe8135 staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. by Jonathan Cameron · 13 years ago
  78. c74b0de staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle creation of event interface name. by Jonathan Cameron · 13 years ago
  79. 3b8ebfb staging:iio: iio_event_interfaces - clean out unused elements by Jonathan Cameron · 13 years ago
  80. 41c7752 staging:iio:core clean out unused elements. by Jonathan Cameron · 13 years ago
  81. faf290e staging:iio: Add channel types IIO_CURRENT and IIO_POWER. by Michael Hennerich · 13 years ago
  82. eb7fea5 staging:iio: Add chan info support for 'peak_raw' attributes. by Jonathan Cameron · 13 years ago
  83. 1b73288 staging:iio: Add core attribute handling for name of device. by Jonathan Cameron · 13 years ago
  84. aaf370d staging:iio: Remove legacy event handling. by Jonathan Cameron · 13 years ago
  85. 72b38e3 staging:iio: Push interrupt setup down into the drivers for event lines. by Jonathan Cameron · 13 years ago
  86. b9d40a9 staging:iio: remove legacy event chrdev for the buffers by Jonathan Cameron · 13 years ago
  87. 939606d staging:iio: remove ability to escalate events. by Jonathan Cameron · 13 years ago
  88. 1d89271 staging:iio: allow channels to be set up using a table of iio_channel_spec structures. by Jonathan Cameron · 13 years ago
  89. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 13 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  91. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  92. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  93. 0abd242 staging: iio: whitespace cleanup by Phillip Kurtenbach · 14 years ago
  94. b6e5d69 staging: iio: simplify logic in iio_interrupt_handler by Jonathan Cameron · 14 years ago
  95. b156cf7 staging: iio: convert idr to ida as pointer never provided by Jonathan Cameron · 14 years ago
  96. bf32963 staging: iio move scan_elements into ring buffer by Manuel Stahl · 14 years ago
  97. 3d550fb staging:iio: Remove unnecessary event_idr and all references by Jonathan Cameron · 14 years ago
  98. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  99. ba5c6fb staging:iio: Directory name changes to match new ABI. by Jonathan Cameron · 14 years ago
  100. 5cba220 staging:iio: Move event attributes into the event[n] device in sysfs by Jonathan Cameron · 14 years ago