1. 4dac0a8 iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo by Viorel Suman · 9 years ago
  2. 70dddee iio: fix drivers that check buffer->scan_mask by Octavian Purdila · 9 years ago
  3. d582cb7 Merge tag 'iio-fixes-for-4.0a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 9 years ago
  4. a35c5d1 iio: imu: inv_mpu6050: Create mux clients for ACPI by Srinivas Pandruvada · 9 years ago
  5. b457f53 iio: improve usage of gpiod API by Uwe Kleine-König · 9 years ago
  6. a36385a iio: imu: kmx61: Drop odr_bits from kmx61_samp_freq_table by Daniel Baluta · 10 years ago
  7. 76cd2e7 imu: inv_mpu6050: cleanup on error check by Varka Bhadram · 10 years ago
  8. eec06b8 imu: inv_mpu6050: use devm_request_irq by Varka Bhadram · 10 years ago
  9. b3e9ad7 imu: inv_mpu6050: use devm_iio_trigger_alloc by Varka Bhadram · 10 years ago
  10. 19e353f iio: imu: adis16400: Fix sign extension by Rasmus Villemoes · 10 years ago
  11. df1fad8 iio kmx61 / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Daniel Baluta · 10 years ago
  12. 4f33fba iio: imu: inv_mpu6050: Prevent dereferencing NULL by Srinivas Pandruvada · 10 years ago
  13. 6a191c7 iio: imu: kmx61: Use correct base when reading data by Daniel Baluta · 10 years ago
  14. ea04d29 iio: imu: kmx61: Remove unnecessary REG_INS1 read by Daniel Baluta · 10 years ago
  15. dbdd0e2 iio: imu: kmx61: Fix device initialization when setting trigger state by Daniel Baluta · 10 years ago
  16. d4a4ae0 iio: imu: kmx61: Use false instead of 0 for ev_enable_state by Daniel Baluta · 10 years ago
  17. 0475c68 iio: imu: kmx61: Drop unused device parameter by Daniel Baluta · 10 years ago
  18. dfb12ed iio: imu: kmx61: Fixup parameters alignment by Daniel Baluta · 10 years ago
  19. 28ff344 iio: imu: kmx61: Enhance error handling by Daniel Baluta · 10 years ago
  20. a3da4fa iio: imu: kmx61: Don't ignore kmx61_set_power_state errors by Daniel Baluta · 10 years ago
  21. 4e84397 iio: imu: kmx61: Save odr_bits for later use by Daniel Baluta · 10 years ago
  22. 6ed5ac5 iio: imu: inv_mpu6050: ACPI enumeration by Srinivas Pandruvada · 10 years ago
  23. ebd1636 iio: imu: kmx61: kmx61_set_wake_up_odr() can be static by kbuild test robot · 10 years ago
  24. fd3ae7a iio: imu: kmx61: Add support for any motion trigger by Daniel Baluta · 10 years ago
  25. c3a23ecc iio: imu: kmx61: Add support for data ready triggers by Daniel Baluta · 10 years ago
  26. 3b9c40e iio: imu: kmx61: Add PM sleep support by Daniel Baluta · 10 years ago
  27. aff8609 iio: imu: kmx61: Add PM runtime support by Daniel Baluta · 10 years ago
  28. b25862c iio: imu: kmx61: Add acpi support by Daniel Baluta · 10 years ago
  29. 20ffac2 iio: imu: Add support for Kionix KMX61 sensor by Daniel Baluta · 10 years ago
  30. 3909a07 Revert "iio: imu: Add support for Kionix KMX61 sensor" by Jonathan Cameron · 10 years ago
  31. 3a2ecc3 iio: imu: inv_mpu6050: Add i2c mux for by pass by Srinivas Pandruvada · 10 years ago
  32. d7d787d iio: imu: Add support for Kionix KMX61 sensor by Daniel Baluta · 10 years ago
  33. d84a2b0 Merge 3.17-rc6 into staging-next. by Greg Kroah-Hartman · 10 years ago
  34. 63d1157 iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer by Jingoo Han · 10 years ago
  35. b07e3b3 iio: inv_mpu6050: Fix indio_dev->trig assignment by Srinivas Pandruvada · 10 years ago
  36. e4f9593 iio: imu: adis16480 switch sampling frequency attr to core support by Jonathan Cameron · 10 years ago
  37. a07a97d iio: imu: adis16400 switch sampling frequency attr to core support. by Jonathan Cameron · 10 years ago
  38. a9fbbbd iio: adis16400: Remove unused variable by Sachin Kamat · 10 years ago
  39. 69c1f05 Merge 3.15-rc6 into staging-next. by Greg Kroah-Hartman · 10 years ago
  40. b9b3a41 iio:imu:mpu6050: Fixed segfault in Invensens MPU driver due to null dereference by Atilla Filiz · 10 years ago
  41. 6f174fd iio: imu: inv_mpu6050: Add compatibity with MPU6500 by Srinivas Pandruvada · 10 years ago
  42. e5b9c05 Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 10 years ago
  43. 7da773e iio: imu: inv_mpu6050: Fix typo and formatting by Manuel Stahl · 10 years ago
  44. ed10557 iio: imu: mpu6050: Move config entry into IMU menu by Manuel Stahl · 10 years ago
  45. c76782d iio: adis16400: Set timestamp as the last element in chan_spec by Marcus Folkesson · 11 years ago
  46. 7638c2e iio:imu:adis16400 remove an unneeded check by Dan Carpenter · 10 years ago
  47. 36eb8cc iio: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  48. 3425c0f iio:imu:adis16400 fix pressure channel scan type by Jonathan Cameron · 11 years ago
  49. 01901d4 iio:mpu6050: Use iio_push_to_buffers_with_timestamp() by Lars-Peter Clausen · 11 years ago
  50. 419d8ce iio:adis_lib: Use iio_push_to_buffers_with_timestamp() by Lars-Peter Clausen · 11 years ago
  51. 8c7b032 iio:adis16400: Use iio_push_to_buffers_with_timestamp() by Lars-Peter Clausen · 11 years ago
  52. 452204a iio: imu: inv_mpu6050: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  53. 297c887 iio: imu: adis16480: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  54. 5b778b9 iio: imu: adis16400: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  55. 3edc84e iio: Add a comment to about alphabetical order to Kconfigs and Makefiles by Lars-Peter Clausen · 11 years ago
  56. 2ffdcd3 iio: use I2C_FUNC_SMBUS_I2C_BLOCK macro by Peter Meerwald · 11 years ago
  57. 1e9663c iio:trigger: Introduce iio_tigger_{set,get}_drvdata by Lars-Peter Clausen · 11 years ago
  58. 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
  59. 6c23811 using kfifo_in_spinlocked instead of separate code. by Ge Gao · 11 years ago
  60. 0b1f8da iio:imu:mpu6050 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  61. 86b64c9 iio:imu:adis16480 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  62. 19a7c88 iio:imu:adis16400 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  63. da0d4ef iio/imu: inv_mpu6050 depends on IIO_BUFFER by Guenter Roeck · 11 years ago
  64. 09a642b Invensense MPU6050 Device Driver. by Ge Gao · 11 years ago
  65. 76ada52 iio:adis16400: Add support for the adis16448 by Lars-Peter Clausen · 12 years ago
  66. 1db18bb iio:adis16400: Expose some debug information in debugfs by Lars-Peter Clausen · 12 years ago
  67. 7ba8a04 iio:adis16400: Add support for the 52.85 Hz base sampling rate by Lars-Peter Clausen · 12 years ago
  68. b24150e iio:adis16400: Increase samplerate precession by Lars-Peter Clausen · 12 years ago
  69. d6b09bd staging:iio: Move adis16400 out of staging by Lars-Peter Clausen · 12 years ago
  70. 583f2de iio: imu: adis16480: remove duplicated include from adis16480.c by Wei Yongjun · 12 years ago
  71. afc3a57 iio:imu: adis16480: show_firmware() buffer too small by Dan Carpenter · 12 years ago
  72. 2f3abe6 iio:imu: Add support for the ADIS16480 and similar IMUs by Lars-Peter Clausen · 12 years ago
  73. 484a0bf iio:imu:adis: Add paging support by Lars-Peter Clausen · 12 years ago
  74. 57a1228 iio:imu:adis: Add support for 32bit registers by Lars-Peter Clausen · 12 years ago
  75. 78026a6 iio:imu:adis: Add debugfs register access support by Lars-Peter Clausen · 12 years ago
  76. ec04cb0 staging:iio: Move adis library out of staging by Lars-Peter Clausen · 12 years ago