1. 68b356e iio:ad7266: Fix probe deferral for vref by Mark Brown · 8 years ago
  2. e5511c8 iio:ad7266: Fix support for optional regulators by Mark Brown · 8 years ago
  3. 6b7f4e2 iio:ad7266: Fix broken regulator error handling by Mark Brown · 8 years ago
  4. 0c1f91b iio: accel: kxsd9: fix the usage of spi_w8r8() by Linus Walleij · 8 years ago
  5. df01321 Merge tag 'iio-fixes-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 8 years ago
  6. a50094a Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  7. 75897b7 iio: stx104: Allow build for X86_64 by William Breathitt Gray · 8 years ago
  8. 6e85dbe iio: inv_mpu6050: Fix use-after-free in ACPI code by Crestez Dan Leonard · 8 years ago
  9. 03cce00 Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 8 years ago
  10. 94bef00 iio: hudmidity: hdc100x: fix incorrect shifting and scaling by Matt Ranostay · 8 years ago
  11. 590b92a iio: light apds9960: Add the missing dev.parent by Yong Li · 8 years ago
  12. 9954382 iio: Fix error handling in iio_trigger_attach_poll_func by Crestez Dan Leonard · 8 years ago
  13. 9914760 iio: st_sensors: Disable DRDY at init time by Crestez Dan Leonard · 8 years ago
  14. ff05916 iio: st_sensors: Init trigger before irq request by Crestez Dan Leonard · 8 years ago
  15. 65925b6 iio: st_sensors: switch to a threaded interrupt by Linus Walleij · 8 years ago
  16. 0dd09ca iio: light: bh1780: assign a static name by Linus Walleij · 8 years ago
  17. 13c27e9 iio: bh1780: dereference the client properly by Linus Walleij · 8 years ago
  18. 09bc0dda iio: humidity: hdc100x: fix IIO_TEMP channel reporting by Matt Ranostay · 8 years ago
  19. d43a411 iio:st_pressure: fix sampling gains (bring inline with ABI) by Gregor Boirie · 8 years ago
  20. 37b1ba2 iio: proximity: as3935: fix buffer stack trashing by Matt Ranostay · 8 years ago
  21. 7d06436 iio: proximity: as3935: remove triggered buffer processing by Matt Ranostay · 8 years ago
  22. 5138806 iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output by Matt Ranostay · 8 years ago
  23. 14f2461 max44000: Remove scale from proximity by Crestez Dan Leonard · 8 years ago
  24. 1cb0d06 iio: humidity: am2315: Remove a stray unlock by Dan Carpenter · 8 years ago
  25. 0e35cf5 iio: humidity: hdc100x: correct humidity integration time mask by Alison Schofield · 8 years ago
  26. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  27. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  28. 78975f2 Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  29. a3e5afe iio: pressure: bmp280: fix error message for wrong chip id by Akinobu Mita · 8 years ago
  30. 4096e64 Merge 4.6-rc7 into staging-next by Greg Kroah-Hartman · 8 years ago
  31. 1ffcfaf iio: imu: inv_mpu6050: change the i2c gate to be mux-locked by Peter Rosin · 8 years ago
  32. 53dfc3b iio: light: bh1780: return after write by Linus Walleij · 8 years ago
  33. 04bf021 iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels() by Dan Carpenter · 8 years ago
  34. c25d3f3 iio: bmi160: Fix ODR setting by Daniel Baluta · 8 years ago
  35. 5ec97ba iio: bmi160: Fix output data rate for accel by Daniel Baluta · 8 years ago
  36. 393dbe4 iio: imu: mpu6050: Fix name/chip_id when using ACPI by Daniel Baluta · 9 years ago
  37. 140afdd iio: imu: mpu6050: fix possible NULL dereferences by Matt Ranostay · 9 years ago
  38. 9c2cfc1 iio: stx104: Utilize the module_isa_driver and max_num_isa_dev macros by William Breathitt Gray · 8 years ago
  39. 136c956 iio: stx104: Add X86 dependency to STX104 Kconfig option by William Breathitt Gray · 8 years ago
  40. 5a45e01 Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testing by Greg Kroah-Hartman · 8 years ago
  41. fbced0e iio: inv_mpu6050: Add explicit support for MPU9150 by Crestez Dan Leonard · 8 years ago
  42. bf1eb91 iio: inv_mpu6050: Add spi_device_id for INV_MPU6500 by Crestez Dan Leonard · 8 years ago
  43. cec0154 iio: inv_mpu6050: Check WHO_AM_I register on probe by Crestez Dan Leonard · 8 years ago
  44. 7bdd31815 iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg by Crestez Dan Leonard · 8 years ago
  45. aadd307 iio: inv_mpu6050: Cleanup hw_info mapping by Crestez Dan Leonard · 8 years ago
  46. 6297990 iio: pressure: bmp280: add ability to control oversampling rate by Akinobu Mita · 8 years ago
  47. 6dba72e iio: pressure: bmp280: add support for BMP180 by Akinobu Mita · 8 years ago
  48. 06ad7ea max44000: Initial triggered buffer support by Crestez Dan Leonard · 8 years ago
  49. d5d8f49b max44000: Expose ambient sensor scaling by Crestez Dan Leonard · 8 years ago
  50. 237a378 max44000: Support controlling LED current output by Crestez Dan Leonard · 8 years ago
  51. 35b651f max44000: Initial support for proximity reading by Crestez Dan Leonard · 8 years ago
  52. b9567e6 max44000: Initial support by Crestez Dan Leonard · 8 years ago
  53. 0d96d5e iio: humidity: Add triggered buffer support for AM2315 by Tiberiu Breana · 8 years ago
  54. 366a327 iio: humidity: Add support for AM2315 by Tiberiu Breana · 8 years ago
  55. d8469e9 iio: pressure: hp03: Add Hope RF HP03 sensor support by Marek Vasut · 8 years ago
  56. 41c128c iio: st_gyro: Add lsm9ds0-gyro support by Crestez Dan Leonard · 8 years ago
  57. f211225 iio: light: apds9960: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  58. eb37984 iio:imu:mpu6050: enhance mounting matrix support by Gregor Boirie · 8 years ago
  59. 97eacb9 iio:ak8975: add mounting matrix support by Gregor Boirie · 8 years ago
  60. dfc5773 iio:core: mounting matrix support by Gregor Boirie · 8 years ago
  61. 51f97f6 iio: imu: inv_mpu6050: convert to use an explicit i2c mux core by Peter Rosin · 8 years ago
  62. dc2c571 iio: gyro: bmg160: use regmap to retrieve struct device by Alison Schofield · 8 years ago
  63. 0ef4c31 iio: accel: bmc150: use regmap to retrieve struct device by Alison Schofield · 8 years ago
  64. dfd2ab8 iio: Add Vishay VEML6070 UV A light sensor driver by Peter Meerwald-Stadler · 9 years ago
  65. efc2c01 iio: core: Add devm_ APIs for iio_channel_{get,release}_all by Laxman Dewangan · 8 years ago
  66. 8bf872d iio: core: Add devm_ APIs for iio_channel_{get,release} by Laxman Dewangan · 8 years ago
  67. 0e6f687 iio: st_sensors: support open drain mode by Linus Walleij · 8 years ago
  68. 97865fe iio: st_sensors: verify interrupt event to status by Linus Walleij · 9 years ago
  69. 6436db3 iio: st_sensors: read each channel individually by Linus Walleij · 9 years ago
  70. 850c25c iio: mxs-lradc: move STMP reset out of ADC init by Stefan Wahren · 8 years ago
  71. 9cf6fcc iio: mxs-lradc: move TS config into suitable function by Stefan Wahren · 8 years ago
  72. 534536a iio: magn: bmc150: Introduce SPI support by Daniel Baluta · 8 years ago
  73. 761b791 iio: magn: Split bmc150 driver in common/i2c parts by Daniel Baluta · 8 years ago
  74. 8e6cb47 iio:adc:at91-sama5d2: Repair crash on module removal by Marek Vasut · 8 years ago
  75. 05be8d4 iio: ak8975: fix maybe-uninitialized warning by Richard Leitner · 8 years ago
  76. 07d2390 iio: ak8975: Fix NULL pointer exception on early interrupt by Krzysztof Kozlowski · 8 years ago
  77. 922b3aa iio: adc: set INPUT_PROP_DIRECT by Ksenija Stanojevic · 8 years ago
  78. 08e05d1 ti-adc081c: Initial triggered buffer support by Crestez Dan Leonard · 8 years ago
  79. a6b5ec8 ti-adc081c: Add support for adc101c and adc121c by Crestez Dan Leonard · 8 years ago
  80. 98a5253 iio: frequency: ad9523: use unsigned int rather then bare unsigned by Slawomir Stepien · 8 years ago
  81. 1f0477f iio: light: new driver for the ROHM BH1780 by Linus Walleij · 8 years ago
  82. aa0eb88 iio: adc: Indent if statement by Ksenija Stanojevic · 8 years ago
  83. af8a412 iio:adis: Add support for manual self-test flag clear by Lars-Peter Clausen · 8 years ago
  84. 964d97b iio: pressure: ms5611: use tab for indention by Jonathan Cameron · 8 years ago
  85. 26b89d7 iio: magnetometer: ak8975: put else and brace at the same line by Slawomir Stepien · 8 years ago
  86. d23057e iio: common: hid-sensors: use tab for indention by Slawomir Stepien · 8 years ago
  87. f6aa8ea iio: common: ms_sensors: use tab for indention by Slawomir Stepien · 8 years ago
  88. 102447a iio: adc: ad799x: remove space before comma by Slawomir Stepien · 8 years ago
  89. 4c79dd0 iio: adc: at91_adc: fix errors reported by checkpatch.pl by Slawomir Stepien · 8 years ago
  90. 038a8b3 iio: adc: mcp3422: remove spaces before comma by Slawomir Stepien · 8 years ago
  91. 37dd441 iio: adc: vf610_adc: fix case label indent by Slawomir Stepien · 8 years ago
  92. fc0b817 iio: inkern: add a missing space before if by Slawomir Stepien · 8 years ago
  93. ebe1680 iio: light apds9960: fix wrong use of brace by Slawomir Stepien · 8 years ago
  94. 77c4ad2 iio: imu: Add initial support for Bosch BMI160 by Daniel Baluta · 8 years ago
  95. 5f47992 Merge 4.6-rc3 into staging-next by Greg Kroah-Hartman · 8 years ago
  96. ab4b649 iio: dht11: Improve logging by Harald Geyer · 9 years ago
  97. c455e58 iio: accel: mma7455: use regmap to retrieve struct device by Alison Schofield · 8 years ago
  98. 56ca9db iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs by Paul Cercueil · 8 years ago
  99. bc11ca4 iio:magnetometer:ak8975: triggered buffer support by Gregor Boirie · 8 years ago
  100. fbbc5e7 iio: potentiometer: add driver for Maxim Integrated DS1803 by Slawomir Stepien · 8 years ago