1. d536321 iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_free by Jacek Anaszewski · 11 years ago
  2. fbf8d71 Merge 3.11-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  3. 9bc5410 iio: Fix documentation of devm_iio_device_free() by Peter Meerwald · 11 years ago
  4. 9dabaf5 iio: core: implement devm_iio_device_alloc/devm_iio_device_free by Grygorii Strashko · 11 years ago
  5. 60b188f iio: Remove IIO_DEV_ATTR_RESET macro by Lars-Peter Clausen · 11 years ago
  6. 23cde4d iio: Added ST-sensors platform data to select the DRDY interrupt pin by Denis CIOCCA · 11 years ago
  7. a1a8e1d iio:trigger: Fix use_count race condition by Lars-Peter Clausen · 11 years ago
  8. 1c297a6 iio: Fix iio_channel_has_info by Alexandre Belloni · 11 years ago
  9. 607a568 iio:common: Removed stuff macros, added num_data_channels on st_sensors struct and added support on one-shot sysfs reads to 3 byte channel by Denis CIOCCA · 11 years ago
  10. 762011d iio:common: ST_SENSORS_LSM_CHANNELS macro changed by Denis CIOCCA · 11 years ago
  11. 0a4510a iio: frequency: adf4350: cast value to unsigned to make code checkers happy by Michael Hennerich · 11 years ago
  12. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  13. 5034bfc9 iio:trigger: Use dev_{set,get}_drvdata for private data management by Lars-Peter Clausen · 11 years ago
  14. 1e9663c iio:trigger: Introduce iio_tigger_{set,get}_drvdata by Lars-Peter Clausen · 11 years ago
  15. ef994fd Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  16. e6251fc itg3200: fix incorrect ifdef comment by Paul Bolle · 11 years ago
  17. b9606e2 iio:core drop info_mask from struct iio_info by Jonathan Cameron · 11 years ago
  18. b841f8a staging:iio:accel:adis move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  19. ea0c680 iio:adc:ad_sigma_delta move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  20. 5ea8649 iio:st_sensors move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  21. 8655cc4 iio: Add broken out info_mask fields for shared_by_type and separate by Jonathan Cameron · 11 years ago
  22. 5a4d729 iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not by Guenter Roeck · 11 years ago
  23. aaa3002 iio:triggers Protect functions in triggers.h from use when not compiled by Jonathan Cameron · 11 years ago
  24. 91ffbab iio:common: added allocate and deallocate trigger functions when trigger is disabled. by Denis CIOCCA · 11 years ago
  25. 5aa57f0 iio: Update iio_channel_get API to use consumer device pointer as argument by Guenter Roeck · 11 years ago
  26. 6cb2afd iio: Simplify iio_map_array_unregister API by Guenter Roeck · 11 years ago
  27. ca7d98d iio: Update iio_channel_get_all and iio_channel_get_all_cb API by Guenter Roeck · 11 years ago
  28. 4d2e4fc iio:common: removed unused functions outside st_sensors library by Denis CIOCCA · 11 years ago
  29. 9dbf091 iio: gyro: Add itg3200 by Manuel Stahl · 11 years ago
  30. 999517f staging:iio: Remove noop call to __iio_update_buffer by Lars-Peter Clausen · 11 years ago
  31. 23491b5 iio:common: Add STMicroelectronics common library by Denis Ciocca · 11 years ago
  32. 2f3abe6 iio:imu: Add support for the ADIS16480 and similar IMUs by Lars-Peter Clausen · 12 years ago
  33. 6807d72 iio: Factor out fixed point number parsing into its own function by Lars-Peter Clausen · 12 years ago
  34. c4f0c69 iio: Add pressure channel type by Lars-Peter Clausen · 12 years ago
  35. 484a0bf iio:imu:adis: Add paging support by Lars-Peter Clausen · 12 years ago
  36. 57a1228 iio:imu:adis: Add support for 32bit registers by Lars-Peter Clausen · 12 years ago
  37. 78026a6 iio:imu:adis: Add debugfs register access support by Lars-Peter Clausen · 12 years ago
  38. ec04cb0 staging:iio: Move adis library out of staging by Lars-Peter Clausen · 12 years ago
  39. 50d69b5 iio: Fix iio_buffer_register stub signature by Lars-Peter Clausen · 12 years ago
  40. 9f488ba IIO: fix build error in lp8788-charger.c by Greg Kroah-Hartman · 12 years ago
  41. 92d1079 staging:iio: add a callback buffer for in kernel push interface by Jonathan Cameron · 12 years ago
  42. 0464415 staging:iio:in kernel users: Add a data field for channel specific info. by Jonathan Cameron · 12 years ago
  43. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  44. cb1f626 Merge 3.7-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  45. 103d9fb iio: Add a logarithmic fractional value type by Lars-Peter Clausen · 12 years ago
  46. 9dbf8cc iio: Add some helper macros for unit conversion by Lars-Peter Clausen · 12 years ago
  47. 48e44ce iio:inkern: Add function to read the processed value by Lars-Peter Clausen · 12 years ago
  48. 45f010b iio: consumer.h: Fix kernel doc incosistency by Lars-Peter Clausen · 12 years ago
  49. 7985e7c iio: Introduce a new fractional value type by Lars-Peter Clausen · 12 years ago
  50. ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 12 years ago
  51. 7c9ab03 iio: core: Add hysteresis in channel spec by srinivas pandruvada · 12 years ago
  52. 99698b4 iio: whitespace cleanup and removal of semicolon after functions by Peter Meerwald · 12 years ago
  53. d25b380 iio: fix typos by Peter Meerwald · 12 years ago
  54. c3668a0 iio: document missing elements by Peter Meerwald · 12 years ago
  55. 161e7f6 iio:trigger_consumer.h: Add missing includes and forward declarations by Lars-Peter Clausen · 12 years ago
  56. 08d6005 iio: Add missing include guards to headers by Lars-Peter Clausen · 12 years ago
  57. 88238fe iio:consumer.h: Fix include guard by Lars-Peter Clausen · 12 years ago
  58. af30084 iio:adc: Add common code for ADI Sigma Delta devices by Lars-Peter Clausen · 12 years ago
  59. 2d66f38 iio: Introduce iio_device_{set,get}_drvdata() by Lars-Peter Clausen · 12 years ago
  60. 8857df3 iio: frequency: ADF4350: Fix potential reference div factor overflow. by Michael Hennerich · 12 years ago
  61. 21cd1fa IIO channel type and modifiers for CCT and RGBC data by Jon Brenner · 12 years ago
  62. 8163663 iio: Introduce iio_validate_scan_mask_onehot by Lars-Peter Clausen · 12 years ago
  63. 939546d iio: Add callback to check whether a scan mask is valid by Lars-Peter Clausen · 12 years ago
  64. 3bdff93 iio: cleanup buffer.h comments by Peter Meerwald · 12 years ago
  65. cf82cb8 IIO: Add a modifier for x^2+y^2+z^2 by Jonathan Cameron · 12 years ago
  66. 8f5879b IIO: Add a modifier for sqrt(x^2+y^2) by Jonathan Cameron · 12 years ago
  67. 314be14 iio: Rename _st_ functions to loose the bit that meant the staging version. by Jonathan Cameron · 12 years ago
  68. 19ea4752 iio: remove extra ; after function definition by Peter Meerwald · 12 years ago
  69. b90406f iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #define by Peter Meerwald · 12 years ago
  70. 9cc113b iio: typo in iio_chan_spec.ext_info comment by Peter Meerwald · 12 years ago
  71. 23f2d73 iio: Add helper function for initializing triggered buffers by Lars-Peter Clausen · 12 years ago
  72. fb1c4bc iio: iio/events.h typos by Peter Meerwald · 12 years ago
  73. 33e0c24 iio: iio/machine.h typo by Peter Meerwald · 12 years ago
  74. 7dcd7b6 iio: cleanup iio/iio.h by Peter Meerwald · 12 years ago
  75. f4c3493 iio: mark struct iio_enum elements with @ in comment by Peter Meerwald · 12 years ago
  76. a16561c iio: clarify channel and indexed in struct iio_chan_spec by Peter Meerwald · 12 years ago
  77. 1787948 iio: fix typos in iio.h by Peter Meerwald · 12 years ago
  78. 988bb03 iio: drop comment about 'real' channels by Peter Meerwald · 12 years ago
  79. cf35ad6 iio: add mcp4725 I2C DAC driver by Peter Meerwald · 12 years ago
  80. dbdc025 staging:iio: Move DAC drivers out of staging by Lars-Peter Clausen · 12 years ago
  81. 5212cc8 iio: Add helper functions for enum style channel attributes by Lars-Peter Clausen · 12 years ago
  82. e4e8b77 iio: Add iio_device_get() by Lars-Peter Clausen · 12 years ago
  83. e31166f iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers by Michael Hennerich · 12 years ago
  84. cd1678f iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator by Michael Hennerich · 12 years ago
  85. 7a7913f iio: Add dev_to_iio_dev() helper function by Lars-Peter Clausen · 12 years ago
  86. b65d621 iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN by Michael Hennerich · 12 years ago
  87. 67eedba iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB by Michael Hennerich · 12 years ago
  88. fc6d113 iio: core: iio_chan_spec_ext_info: Add private handle by Michael Hennerich · 12 years ago
  89. a6b1285 iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements by Michael Hennerich · 12 years ago
  90. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  91. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago