1. dcdb0a7 iio: accel: st_accel: add support to lng2dm by Lorenzo Bianconi · 8 years ago
  2. b0d8019 iio: si7020: Add devicetree support and trivial bindings by Paul Kocialkowski · 8 years ago
  3. d1c6753 iio: humidity: remove duplicated include from hts221_buffer.c by Wei Yongjun · 8 years ago
  4. 32cb7d2 iio: maxim_thermocouple: detect invalid storage size in read() by Arnd Bergmann · 8 years ago
  5. 3089ec2 staging: iio: cdc/ad7746: fix missing return value by Arnd Bergmann · 8 years ago
  6. 3904b28 iio: gyro: Add driver for the MPU-3050 gyroscope by Linus Walleij · 8 years ago
  7. e0549df iio: gyro: Add MPU-3050 device tree bindings by Linus Walleij · 8 years ago
  8. 49b9137 staging: greybus: audio: remove redundant slot field by Pankaj Bharadiya · 8 years ago
  9. 73270bb Staging: Greybus: Fix trailing */ in block comments by Rahul Krishnan · 8 years ago
  10. 7fec2bc staging: greybus: es2: fix arpc request size by Rui Miguel Silva · 8 years ago
  11. f9a21a3 staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single variable conversion. by Elise Lennion · 8 years ago
  12. 5bc45c9d staging: xgifb: Remove unnecessary parentheses. by Elise Lennion · 8 years ago
  13. 596f144 staging: vt6656: Remove unnecessary parentheses. by Elise Lennion · 8 years ago
  14. a0f204a Staging: android: ion: Make a read-only structure by Mihaela Muraru · 8 years ago
  15. 9fdd532 staging: android: Remove unnecessary parentheses. by Elise Lennion · 8 years ago
  16. f9bee6d staging: vc04_services: Add casts to remove warnings in vchiq_core.c by Michael Zoran · 8 years ago
  17. 8e8e2e3 staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI_SERVICE_HANDLE_T by Michael Zoran · 8 years ago
  18. 24a4262 staging: vc04_services: Convert pointers in shared state to offsets by Michael Zoran · 8 years ago
  19. e64568b staging: vc04_services: Change fields of page list structure to fixed length by Michael Zoran · 8 years ago
  20. 35b7ebd staging: vc04_services: Convert dsb() to dsb(sy) by Michael Zoran · 8 years ago
  21. c7c88e9 Merge tag 'iio-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  22. 30df2d1 iio: dac: mcp4725: fix odd_ptr_err.cocci warnings by Julia Lawall · 8 years ago
  23. dbdef9b staging:iio:ad7606: fix ptr_ret.cocci warnings by kbuild test robot · 8 years ago
  24. a84a6a8 iio: proximity: pulsedlight-lidar-lite-v2: cleanup power management by Matt Ranostay · 8 years ago
  25. 815bbc8 iio: ti-adc0832: add triggered buffer support by Akinobu Mita · 8 years ago
  26. 16bf793 iio: humidity: hdc100x: add triggered buffer support for HDC100X by Alison Schofield · 9 years ago
  27. 88e39a8 iio: dac: mcp4725: add devicetree support by Tomas Novotny · 8 years ago
  28. 29157c6 iio: dac: mcp4725: support voltage reference selection by Tomas Novotny · 8 years ago
  29. 8b0ee39 Documentation: dt: iio: add mcp4725/6 dac device binding by Tomas Novotny · 8 years ago
  30. 6a31c22 iio: dac: mcp4725: fix incorrect comment by Tomas Novotny · 8 years ago
  31. f087921 staging: iio: ad7606: rework regulator handling by Eva Rachel Retuya · 8 years ago
  32. 12edb97 staging: iio: ad7606: set proper supply name to devm_regulator_get() by Eva Rachel Retuya · 8 years ago
  33. fa23105 staging:iio:ad7606: Move buffer code to main source file by Lars-Peter Clausen · 8 years ago
  34. 722407a staging:iio:ad7606: Use GPIO descriptor API by Lars-Peter Clausen · 8 years ago
  35. f526667 staging:iio:ad7606: Run trigger handler only once per trigger event by Lars-Peter Clausen · 8 years ago
  36. a866058 staging:iio:ad7606: Let common remove function take a struct device * by Lars-Peter Clausen · 8 years ago
  37. 71faca7 staging:iio:ad7606: Let the common probe function return int by Lars-Peter Clausen · 8 years ago
  38. 382a477 staging:iio:ad7606: Move set_drvdata() into common code by Lars-Peter Clausen · 8 years ago
  39. 91b7334 staging:iio:ad7606: Factor out common code between periodic and one-shot capture by Lars-Peter Clausen · 8 years ago
  40. f915f7a staging:iio:ad7606: Avoid allocating buffer for each data capture by Lars-Peter Clausen · 8 years ago
  41. e79e802 staging:iio:ad7606: Use oversampling ratio of 1 for no oversampling by Lars-Peter Clausen · 8 years ago
  42. aa96026 staging:iio:ad7606: Remove out-of-band error reporting by Lars-Peter Clausen · 8 years ago
  43. 9f72520 staging:iio:ad7606: Remove default device configuration from platform data by Lars-Peter Clausen · 8 years ago
  44. 063a51c staging:iio:ad7606: Remove redundant name field from ad7606_chip_info by Lars-Peter Clausen · 8 years ago
  45. 36534b4 staging:iio:ad7606: Remove unused int_vref_mv field by Lars-Peter Clausen · 8 years ago
  46. 7c5fe41 tools: iio: iio_generic_buffer: drop unneeded parentheses by Eva Rachel Retuya · 8 years ago
  47. 71ccbe5 tools: iio: iio_generic_buffer: rename and change type of force variable by Eva Rachel Retuya · 8 years ago
  48. 0b0feb3 Documentation: dt: iio: humidity: add hts221 sensor device binding by Lorenzo Bianconi · 8 years ago
  49. e4a70e3 iio: humidity: add support to hts221 rh/temp combo device by Lorenzo Bianconi · 8 years ago
  50. 4aee987 iio: light: ltr501: claim direct mode during raw writes by Alison Schofield · 8 years ago
  51. 218e95e iio: light: ltr501: claim direct mode during select raw reads by Alison Schofield · 8 years ago
  52. d62e5fe staging:iio:accel:sca3000 Move out of staging. by Jonathan Cameron · 8 years ago
  53. 2ccf614 staging:iio:accel:sca3000 kernel docify comments that were nearly kernel doc. by Jonathan Cameron · 8 years ago
  54. 389c583 staging:iio:accel:sca3000 small checkpatch fixes (alignment etc) by Jonathan Cameron · 8 years ago
  55. 9a4936d staging:iio:accel:sca3000 Tidy up probe order to avoid a race. by Jonathan Cameron · 8 years ago
  56. 7ab9fa005 staging:iio:accel:sca3000 replace non standard revision attr with dev_info on probe by Jonathan Cameron · 8 years ago
  57. 6831c17 staging:iio:accel:sca3000 Drop custom measurement mode attributes by Jonathan Cameron · 8 years ago
  58. 626f971 staging:iio:accel:sca3000 Add write support to the low pass filter control by Jonathan Cameron · 8 years ago
  59. 74bdc94 staging:iio:accel:sca3000: Fix off by one error in axis due to IIO_NO_MOD by Jonathan Cameron · 8 years ago
  60. 085fe1b staging:iio:accel:sca3000 add readback of the 3db low pass filter frequency by Jonathan Cameron · 8 years ago
  61. 9bc11d3 staging:iio:accel:sca3000 Clean up register defines. by Jonathan Cameron · 8 years ago
  62. 45ae556 staging:iio:accel:sca3000 use a 'fake' channel to handle freefall event registration. by Jonathan Cameron · 8 years ago
  63. 2600e12 staging:iio:accel:sca3000 drop some unused variables. by Jonathan Cameron · 8 years ago
  64. 152a6a8 staging:iio:accel:sca3000 move to hybrid hard / soft buffer design. by Jonathan Cameron · 8 years ago
  65. c19a025 staging:iio:accel:sca3000 Drop custom ABI for watersheds. by Jonathan Cameron · 8 years ago
  66. 271a25f staging:iio:accel:sca3000 Fix clearing of flag + setting of size of scan. by Jonathan Cameron · 8 years ago
  67. d1bf1a8 staging:iio:accel:sca3000 drop sca3000_register_ring_funcs by Jonathan Cameron · 8 years ago
  68. ced5c03 staging:iio:accel:sca3000 merge files into one. by Jonathan Cameron · 8 years ago
  69. e3ef753 staging:iio:accel:sca3000 Fix a use before setting of the indio_dev->buffer pointer. by Jonathan Cameron · 8 years ago
  70. a575041 staging: iio: isl29018: move out of staging by Brian Masney · 8 years ago
  71. af06437 staging: iio: isl29018: add ABI documentation for infrared suppression by Brian Masney · 8 years ago
  72. ac13980 iio: pressure: mpl3115: claim direct mode during raw reads by Alison Schofield · 8 years ago
  73. 79de2ee iio: accel: mma8452: claim direct mode during write raw by Jonathan Cameron · 8 years ago
  74. 4d9b041 iio: accel: mma8452: claim direct mode during raw reads by Alison Schofield · 8 years ago
  75. 4e2cf0e tools: iio: iio_generic_buffer: add -A to force-enable all channels by Eva Rachel Retuya · 8 years ago
  76. b440f1d iio: dac: mcp4725: use regulator framework by Tomas Novotny · 8 years ago
  77. 3f5def6 iio: ms65611_core: Fixes dereferencing regulator pointer by Crt Mori · 8 years ago
  78. d5d4602 Staging: iio: fix a MAINTAINERS entry by Dan Carpenter · 8 years ago
  79. dd4ba3f iio: bmi160_core: Fix sparse warning due to incorrect type in assignment by sayli karnik · 8 years ago
  80. bac80fd staging: iio: isl29018: rename description in Kconfig for consistency by Brian Masney · 8 years ago
  81. b2f85b0 staging: iio: isl29018: remove blank line for consistency by Brian Masney · 8 years ago
  82. aba1a8d staging: iio: isl29018: combine two return statements into one by Brian Masney · 8 years ago
  83. 19a00a9 staging: iio: isl29018: fix multiline comment syntax by Brian Masney · 8 years ago
  84. 8281101 staging: iio: isl29018: fix poorly named function by Brian Masney · 8 years ago
  85. 744ef62 staging: iio: isl29018: add newlines to improve readability by Brian Masney · 8 years ago
  86. 92da01a staging:iio:TODO drop outdated entries in this todo. by Jonathan Cameron · 8 years ago
  87. f08a150 staging: iio: cdc: ad7152: Replace mlock with a local mutex lock by sayli karnik · 8 years ago
  88. 2296c06 staging: iio: cdc: ad7746: implement IIO_CHAN_INFO_SAMP_FREQ by Eva Rachel Retuya · 8 years ago
  89. 6572389 staging: iio: cdc: ad7152: Implement IIO_CHAN_INFO_SAMP_FREQ attribute by sayli karnik · 8 years ago
  90. 26f64a6 Staging: vt6655: Replace dwIoBase by iobase by Varsha Rao · 8 years ago
  91. 00162ea staging: rtl8188eu: core: constify local structure by Elizabeth Ferdman · 8 years ago
  92. a98753b staging: rtl8192e: Compress return logic into one line. by Elise Lennion · 8 years ago
  93. dcb9360 staging: xgifb: Compress return logic into one line. by Elise Lennion · 8 years ago
  94. ce439c4 staging: vt6656: Compress return logic into one line. by Elise Lennion · 8 years ago
  95. a2d1e42 Staging: unisys: visorbus: Make a read-only structure by Mihaela Muraru · 8 years ago
  96. bd46a80 staging: ks7010: Remove braces around single statement blocks by Sabitha George · 8 years ago
  97. ab1effc staging: ks7010: Add blank line after declarations by Sabitha George · 8 years ago
  98. 68a30a635 staging: wilc1000: Remove unnecessary extern variables. by Elise Lennion · 8 years ago
  99. ee705c3 Staging: vt6656: Make a read-only structure by Mihaela Muraru · 8 years ago
  100. ae71909 staging: unisys: visorbus: add missing include by Laurent Navet · 8 years ago