1. 71b44ef iio: bmg160: reset chip when probing by Quentin Schulz · 7 years ago
  2. 1e6b503 iio: magnetometer: ak8974: remove incorrect __exit markups by Dmitry Torokhov · 7 years ago
  3. 9808ff1 iio: hid-sensor-trigger: Change get poll value function order to avoid sensor properties losing after resume from S3 by Song Hongyan · 7 years ago
  4. ec271b0 iio: adc: ti_am335x_adc: fix fifo overrun recovery by Michael Engl · 7 years ago
  5. a34546c iio: pressure: mpl3115: do not rely on structure field ordering by Peter Rosin · 7 years ago
  6. 602bd10 iio: pressure: mpl115: do not rely on structure field ordering by Peter Rosin · 7 years ago
  7. c6b0333 iio: health: max30100: fixed parenthesis around FIFO count check by Matt Ranostay · 7 years ago
  8. 12c2fcf iio: dht11: Use usleep_range instead of msleep for start signal by John Brooks · 7 years ago
  9. 7baa849 iio: health: afe4403: retrieve a valid iio_dev in suspend/resume by Alison Schofield · 7 years ago
  10. 5f0ee56 iio: health: afe4404: retrieve a valid iio_dev in suspend/resume by Alison Schofield · 7 years ago
  11. 54d2ccc iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resume by Alison Schofield · 7 years ago
  12. 96a0c8e iio: accel: st_accel: fix LIS3LV02 reading and scaling by Linus Walleij · 7 years ago
  13. ea991c8 iio: bmi160: Fix time needed to sleep after command execution by Marcin Niestroj · 8 years ago
  14. 7090b8d iio: max44000: correct value in illuminance_integration_time_available by Akinobu Mita · 7 years ago
  15. cf49219 iio: common: st_sensors: fix channel data parsing by Lorenzo Bianconi · 8 years ago
  16. d70674e iio: maxim_thermocouple: detect invalid storage size in read() by Arnd Bergmann · 8 years ago
  17. 6f77199 iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation. by Song Hongyan · 8 years ago
  18. 8af644a iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver) by Song Hongyan · 8 years ago
  19. d304286 iio: st_sensors: fix scale configuration for h3lis331dl by Lorenzo Bianconi · 8 years ago
  20. 8b77eb9 Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 8 years ago
  21. d1fe85e iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian value by Sandhya Bankar · 8 years ago
  22. 2967999 iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errors by Mika Westerberg · 8 years ago
  23. 41844e3 Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  24. 7a53eea Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  25. 231147e iio: maxim_thermocouple: Align 16 bit big endian value of raw reads by sayli karnik · 8 years ago
  26. ac45e57 iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient light, uv index and proximity sensors by Peter Meerwald-Stadler · 8 years ago
  27. 03b262f iio:pressure: initial zpa2326 barometer support by Gregor Boirie · 8 years ago
  28. 063e330 iio: accel: Add driver for the mCube MC3230 3-axis accelerometer by Hans de Goede · 8 years ago
  29. 5620318 iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c) by Hans de Goede · 8 years ago
  30. becf05e7 iio: common: ssp_sensors: gyro: constify iio_info structures by Julia Lawall · 8 years ago
  31. 52ceb77 iio: adc: men_z188_adc: constify iio_info structures by Julia Lawall · 8 years ago
  32. 7504dfc iio: common: ssp_sensors: accel: constify iio_info structures by Julia Lawall · 8 years ago
  33. 1288400 iio: accel: kxsd9: Support reading a mounting matrix by Linus Walleij · 8 years ago
  34. 9a9a369 iio: accel: kxsd9: Deploy system and runtime PM by Linus Walleij · 8 years ago
  35. 79383aa iio: accel: kxsd9: Replace "parent" with "dev" by Linus Walleij · 8 years ago
  36. 2bb4a02 iio: accel: kxsd9: Fetch and handle regulators by Linus Walleij · 8 years ago
  37. 11adc2b iio: accel: kxsd9: Deploy proper register bit defines by Linus Walleij · 8 years ago
  38. 0427a10 iio: accel: kxsd9: Add triggered buffer handling by Linus Walleij · 8 years ago
  39. 84e2f6f iio: accel: kxsd9: Fix up offset and scaling by Linus Walleij · 8 years ago
  40. dc6ac05 iio: accel: kxsd9: Drop the buffer lock by Linus Walleij · 8 years ago
  41. a483ab7 iio: accel: kxsd9: Add I2C transport by Linus Walleij · 8 years ago
  42. 0d1fb2d iio: accel: kxsd9: Convert to use regmap for transport by Linus Walleij · 8 years ago
  43. ab04f73 iio: accel: kxsd9: Do away with the write2 helper by Linus Walleij · 8 years ago
  44. bf96f6e iio: accel: kxsd9: Split out SPI transport by Linus Walleij · 8 years ago
  45. 154021a iio: accel: kxsd9: split out a common remove() function by Linus Walleij · 8 years ago
  46. 9f90797 iio: accel: kxsd9: Split out transport mechanism by Linus Walleij · 8 years ago
  47. 552edf8 Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  48. 1696566 iio: accel: mxc6255: Fix chip-id check by Hans de Goede · 8 years ago
  49. 8473054 Merge 4.8-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  50. 7ba4b88 iio: st_sensors: use the helper function by Linus Walleij · 8 years ago
  51. 702a7b8 iio: trigger: helpers to determine own trigger by Linus Walleij · 8 years ago
  52. 4b1a938 iio: iio_push_event(): Don't crash if the event interface is not registered by Lars-Peter Clausen · 8 years ago
  53. 72d508a Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 8 years ago
  54. 171c009 iio:core: fix IIO_VAL_FRACTIONAL sign handling by Gregor Boirie · 8 years ago
  55. 06777c5 iio: accel: mxc6255 add support for the mxc6225 by Hans de Goede · 8 years ago
  56. ede63aaf iio: adc: at91: Add support for Touchscreen Switches Closure Time by Nicolas Ferre · 8 years ago
  57. fbe84bd iio: devm_regulator_get_optional never returns NULL by Crt Mori · 8 years ago
  58. 6751607 iio: fetch and enable regulators unconditionally by Crt Mori · 8 years ago
  59. 5dba4b1 iio: ensure ret is initialized to zero before entering do loop by Colin Ian King · 8 years ago
  60. 9c2edd8 Merge 4.8-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  61. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  62. 70e4834 iio: add resource managed triggered buffer init helpers by Gregor Boirie · 8 years ago
  63. 9083325 iio:trigger: add resource managed (un)register by Gregor Boirie · 8 years ago
  64. 593ee4e Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  65. 307fe9d iio: accel: kxsd9: Fix scaling bug by Linus Walleij · 8 years ago
  66. 2535cc7 iio: chemical: vz89x: fix boolreturn.cocci warnings by kbuild test robot · 8 years ago
  67. 1c50084 iio: accel: bmc150: reset chip at init time by Olof Johansson · 8 years ago
  68. 1b246fc iio: st_sensors: fix errorcheck for regulators by Linus Walleij · 8 years ago
  69. 4075a283 iio: stx104: Add IIO support for the ADC channels by William Breathitt Gray · 8 years ago
  70. 36afb17 iio: fix pressure data output unit in hid-sensor-attributes by Kweh, Hock Leong · 8 years ago
  71. c060991 iio: adc: ina2xx: remove unused debug field from chip global data by Alison Schofield · 8 years ago
  72. c8cdf70 iio: trigger: allow immutable triggers to be assigned by Matt Ranostay · 8 years ago
  73. a5c8b11 iio: sx9500: add final devicetree support by Christoph Fritz · 8 years ago
  74. 50a6edb iio: adc: add ADC12130/ADC12132/ADC12138 ADC driver by Akinobu Mita · 8 years ago
  75. 832c823 misc: retire the old BMP085 driver by Linus Walleij · 8 years ago
  76. a565a03 fix:iio:common:st_sensors:st_sensors_trigger:mark symbols static where possible by Baoyou Xie · 8 years ago
  77. 96303e2 iio: magn: ak8974: remove .owner field for driver by Wei Yongjun · 8 years ago
  78. 5bc55ef iio: magn/ak8974: avoid unused function warning by Arnd Bergmann · 8 years ago
  79. 2e1f44d iio: hid-sensors: avoid unused function warning by Arnd Bergmann · 8 years ago
  80. 943bbe7 iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_config_of() by Wei Yongjun · 8 years ago
  81. 16335bc iio: temperature: fix non static symbol warnings by Wei Yongjun · 8 years ago
  82. aeb55ff iio: st_sensors: fetch and enable regulators unconditionally by Linus Walleij · 8 years ago
  83. 7f270bc iio: dac: AD8801: add Analog Devices AD8801/AD8803 support by Gwenhael Goavec-Merou · 8 years ago
  84. 9d1894cd iio: chemical: vz89x: prevent corrupted buffer from being read by Matt Ranostay · 8 years ago
  85. 0a735aa iio: chemical: vz89x: add support for VZ89TE part by Matt Ranostay · 8 years ago
  86. 8376882 iio: chemical: vz89x: abstract chip configuration by Matt Ranostay · 8 years ago
  87. 8c9e7b1 iio: adc: ltc2485: add support for Linear Technology LTC2485 ADC by Alison Schofield · 8 years ago
  88. 9d47964 iio: ad5755: fix off-by-one on devnr limit check by Colin Ian King · 8 years ago
  89. d5bd1eb Merge tag 'iio-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-testing by Greg Kroah-Hartman · 8 years ago
  90. 543852a iio: adc: rockchip_saradc: reset saradc controller before programming it by Caesar Wang · 8 years ago
  91. 7ac61a0 iio: accel: kxsd9: Fix raw read return by Linus Walleij · 8 years ago
  92. 7f6cf74 iio: hid-sensors: use asynchronous resume by Srinivas Pandruvada · 8 years ago
  93. ace4cdf iio: adc: mt2701: Add Mediatek auxadc driver for mt2701. by Zhiyong Tao · 8 years ago
  94. e245445 iio: temperature: add Kconfig selects for triggered buffer by Alison Schofield · 8 years ago
  95. 7175cce iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample by Vignesh R · 8 years ago
  96. 90c43ec iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access by Vignesh R · 8 years ago
  97. 197399d iio: magnetometer: mag3110: claim direct mode during raw reads by Alison Schofield · 8 years ago
  98. ca64d4b iio: chemical: atlas-ph-sensor: fix typo in val assignment by Colin Ian King · 8 years ago
  99. fcf68f3 iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING" by Brian Norris · 8 years ago
  100. ce08cc9 iio: chemical: atlas-ph-sensor: add ORP feature by Matt Ranostay · 8 years ago