1. f78a823 Merge 4.11-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  2. 862d1d8 iio: accel: hid-sensor-accel-3d: Fix duplicate scan index error by Srinivas Pandruvada · 8 years ago
  3. f1c088a iio: accel: mma7660: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  4. f414bb1 iio: accel: mma7455_i2c: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  5. 16f1b4f iio: accel: bma180: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  6. 7fa6790 iio: accel: Prefer unsigned int to bare use of unsigned by Miguel Robles · 8 years ago
  7. fb0e525 iio: accel: adxl345: Add SPI support by Eva Rachel Retuya · 8 years ago
  8. 5170512 iio: accel: adxl345: Split driver into core and I2C by Eva Rachel Retuya · 8 years ago
  9. 31fd2c7 iio: accel: adxl345: Use I2C regmap instead of direct I2C access by Eva Rachel Retuya · 8 years ago
  10. c623607 iio: accel: Add driver for the Analog Devices ADXL345 3-axis accelerometer by Eva Rachel Retuya · 8 years ago
  11. fa4c115 iio: common: ssp_sensors: accel: use devm_iio_device_register() by Wei Yongjun · 8 years ago
  12. ed8959f iio: accel: fix Kconfig warning by Linus Walleij · 8 years ago
  13. 4463c3e Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  14. 8abd5ba iio:kfifo_buf header include push down. by Jonathan Cameron · 8 years ago
  15. 9f46677 iio:buffer: Introduced a function to assign the buffer specific attrs. by Jonathan Cameron · 8 years ago
  16. 7622277 iio: accel: st_accel: handle deprecated bindings by Linus Walleij · 8 years ago
  17. 0e377f3 iio: Add gravity sensor support by Song Hongyan · 8 years ago
  18. 65e4345 iio: accel: st_accel: fix LIS3LV02 reading and scaling by Linus Walleij · 8 years ago
  19. a96cd0f iio: accel: hid-sensor-accel-3d: Add timestamp by Srinivas Pandruvada · 8 years ago
  20. 32b2807 iio: accel: mma8452: define unsigned return values where appropriate by Martin Kepplinger · 8 years ago
  21. 89a2a93f iio: st_accel: Support sensor i2c probe using acpi by Shrirang Bagul · 8 years ago
  22. 9049531 iio: accel: st_accel: inline per-sensor data by Linus Walleij · 8 years ago
  23. ce0347c Merge 4.9-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  24. dcdb0a7 iio: accel: st_accel: add support to lng2dm by Lorenzo Bianconi · 8 years ago
  25. d304286 iio: st_sensors: fix scale configuration for h3lis331dl by Lorenzo Bianconi · 8 years ago
  26. d62e5fe staging:iio:accel:sca3000 Move out of staging. by Jonathan Cameron · 8 years ago
  27. 79de2ee iio: accel: mma8452: claim direct mode during write raw by Jonathan Cameron · 8 years ago
  28. 4d9b041 iio: accel: mma8452: claim direct mode during raw reads by Alison Schofield · 8 years ago
  29. f225951 iio: accel: Add driver for the MiraMEMS DA280 3-axis 14-bit digital accelerometer by Hans de Goede · 8 years ago
  30. 598893e iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerometer by Hans de Goede · 8 years ago
  31. 569906e iio: accel: Add driver for dmard10 3-axis Accelerometer by Hans de Goede · 8 years ago
  32. 19808e0 iio:mma8452: Use new iio_trigger_validate_own_device() helper by Lars-Peter Clausen · 8 years ago
  33. 1b14adc iio: accel: mma7660: fix non static symbol warning by Wei Yongjun · 8 years ago
  34. 063e330 iio: accel: Add driver for the mCube MC3230 3-axis accelerometer by Hans de Goede · 8 years ago
  35. 5620318 iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c) by Hans de Goede · 8 years ago
  36. 7504dfc iio: common: ssp_sensors: accel: constify iio_info structures by Julia Lawall · 8 years ago
  37. 1288400 iio: accel: kxsd9: Support reading a mounting matrix by Linus Walleij · 8 years ago
  38. 9a9a369 iio: accel: kxsd9: Deploy system and runtime PM by Linus Walleij · 8 years ago
  39. 79383aa iio: accel: kxsd9: Replace "parent" with "dev" by Linus Walleij · 8 years ago
  40. 2bb4a02 iio: accel: kxsd9: Fetch and handle regulators by Linus Walleij · 8 years ago
  41. 11adc2b iio: accel: kxsd9: Deploy proper register bit defines by Linus Walleij · 8 years ago
  42. 0427a10 iio: accel: kxsd9: Add triggered buffer handling by Linus Walleij · 8 years ago
  43. 84e2f6f iio: accel: kxsd9: Fix up offset and scaling by Linus Walleij · 8 years ago
  44. dc6ac05 iio: accel: kxsd9: Drop the buffer lock by Linus Walleij · 8 years ago
  45. a483ab7 iio: accel: kxsd9: Add I2C transport by Linus Walleij · 8 years ago
  46. 0d1fb2d iio: accel: kxsd9: Convert to use regmap for transport by Linus Walleij · 8 years ago
  47. ab04f73 iio: accel: kxsd9: Do away with the write2 helper by Linus Walleij · 8 years ago
  48. bf96f6e iio: accel: kxsd9: Split out SPI transport by Linus Walleij · 8 years ago
  49. 154021a iio: accel: kxsd9: split out a common remove() function by Linus Walleij · 8 years ago
  50. 9f90797 iio: accel: kxsd9: Split out transport mechanism by Linus Walleij · 8 years ago
  51. 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
  52. 1696566 iio: accel: mxc6255: Fix chip-id check by Hans de Goede · 8 years ago
  53. 8473054 Merge 4.8-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  54. 06777c5 iio: accel: mxc6255 add support for the mxc6225 by Hans de Goede · 8 years ago
  55. 9c2edd8 Merge 4.8-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  56. 307fe9d iio: accel: kxsd9: Fix scaling bug by Linus Walleij · 8 years ago
  57. 1c50084 iio: accel: bmc150: reset chip at init time by Olof Johansson · 8 years ago
  58. 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
  59. 7ac61a0 iio: accel: kxsd9: Fix raw read return by Linus Walleij · 8 years ago
  60. a4fa650 iio: accel: add support for the Domintech DMARD09 3-axis accelerometer by Jelle van der Waa · 8 years ago
  61. b1b79f5 iio: accel: Add support for Domintech DMARD06 accelerometer by Aleksei Mamlin · 8 years ago
  62. b75b58b iio: accel: bma180: use iio helper function to guarantee direct mode by Alison Schofield · 8 years ago
  63. 193e2d4 iio: add Kconfig selects needed for triggered buffer compiles by Alison Schofield · 8 years ago
  64. b234f68 iio: accel: bma220_spi: set up buffer timestamps for non-zero values by Alison Schofield · 8 years ago
  65. 4d19c48 iio: accel: kxcjk-1013: add the "KIOX000A" ACPI id by Christophe Chapuis · 8 years ago
  66. 6c71ee3 Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  67. 0ddfd85 drivers:iio:accel:mma8452: removed unwanted return statements by Bijosh Thykkoottathil · 8 years ago
  68. 1a965d4 drivers:iio:accel:mma8452: added cleanup provision in case of failure. by Bijosh Thykkoottathil · 8 years ago
  69. 4e68cfb iio: accel: st_accel: Add lis3l02dq support by Jonathan Cameron · 9 years ago
  70. 7813029 Merge 4.7-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  71. bc2b7da iio:core: timestamping clock selection support by Gregor Boirie · 9 years ago
  72. 3c9a679 Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  73. 0c1f91b iio: accel: kxsd9: fix the usage of spi_w8r8() by Linus Walleij · 8 years ago
  74. af52739 Merge 4.7-rc4 into staging-next by Greg Kroah-Hartman · 8 years ago
  75. f26ab1a iio: mma8452: update Freescale company information by Martin Kepplinger · 9 years ago
  76. 16df666 iio: mma8452: update device description in header comments by Martin Kepplinger · 9 years ago
  77. 40836bc iio: mma8452: update contact information for Martin Kepplinger by Martin Kepplinger · 9 years ago
  78. aabb4060 Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 9 years ago
  79. 65925b6 iio: st_sensors: switch to a threaded interrupt by Linus Walleij · 9 years ago
  80. 14f295c iio:st_sensors: fix power regulator usage by Gregor Boirie · 9 years ago
  81. 194dc4c iio: accel: Add triggered buffer support for BMA220 by Tiberiu Breana · 9 years ago
  82. bf2a560 iio: accel: Add support for Bosch BMA220 by Tiberiu Breana · 9 years ago
  83. ed859fc iio: mma8452: add support for oversampling ratio by Martin Kepplinger · 9 years ago
  84. 32133be iio: accel: Add support for Freescale MMA7660FC by Constantin Musca · 9 years ago
  85. 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 · 9 years ago
  86. 0ef4c31 iio: accel: bmc150: use regmap to retrieve struct device by Alison Schofield · 9 years ago
  87. 0e6f687 iio: st_sensors: support open drain mode by Linus Walleij · 9 years ago
  88. 97865fe iio: st_sensors: verify interrupt event to status by Linus Walleij · 9 years ago
  89. 5f47992 Merge 4.6-rc3 into staging-next by Greg Kroah-Hartman · 9 years ago
  90. c455e58 iio: accel: mma7455: use regmap to retrieve struct device by Alison Schofield · 9 years ago
  91. 486294f iio: accel: bmc150: use common definition for regmap conf by Irina Tirdea · 9 years ago
  92. 2215f31 iio: accel: bmc150: fix endianness when reading axes by Irina Tirdea · 9 years ago
  93. fb12b6c iio: remove gpio interrupt probing from drivers that use a single interrupt by Irina Tirdea · 9 years ago
  94. b153290 iio: remove unused gpio consumer.h include by Irina Tirdea · 9 years ago
  95. 65ae47b iio: accel: kxcjk-1013: optimize i2c transfers in trigger handler by Adriana Reus · 9 years ago
  96. 09cf1b3 iio: accel: kxcjk-1013: use available_scan_masks by Adriana Reus · 9 years ago
  97. 1715e0c iio: accel: bmc150: optimize transfers in trigger handler by Irina Tirdea · 9 years ago
  98. 23e758b iio: accel: bmc150: use available_scan_masks by Irina Tirdea · 9 years ago
  99. bce59b6 iio: mma8452: use runtime pm instead of device specific autosleep by Martin Kepplinger · 9 years ago
  100. ddb851a iio: mma8452: add i2c_device_id for mma8451 by Martin Kepplinger · 9 years ago