1. f1afda1 iio: adis16260: Add ADIS16266 support by Lars-Peter Clausen · 9 years ago
  2. 82695ef iio: adis: Switch sampling frequency attr to core support. by Jonathan Cameron · 10 years ago
  3. 356e9fa iio: gyro: adis16260: Remove redundant break by Sachin Kamat · 11 years ago
  4. 827b14a iio: gyro: adis16260: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  5. 555d5a9 staging:iio:adis16260: Move out of staging by Lars-Peter Clausen · 11 years ago[Renamed from drivers/staging/iio/gyro/adis16260_core.c]
  6. 446e0ee staging:iio:adis16260: Remove sampling_frequency_available attribute by Lars-Peter Clausen · 11 years ago
  7. e4ddf31 staging:iio:adis16260: Add proper range checks to write_frequency() by Lars-Peter Clausen · 11 years ago
  8. 2a34013 staging:iio:adis16260: Remove unused includes by Lars-Peter Clausen · 11 years ago
  9. ebdee94 staging:iio:adis16260: Add scale for the inclination channel by Lars-Peter Clausen · 11 years ago
  10. 9aa5aad staging:iio:adis16260: Remove 'SPS' suffix from samplerate attribute by Lars-Peter Clausen · 11 years ago
  11. 8aa55d1 staging:iio:adis16260: Fix minor style issue by Lars-Peter Clausen · 11 years ago
  12. 73149ba staging:iio:adis16260: Simplify calibscale and caliboffset reading by Lars-Peter Clausen · 11 years ago
  13. b45ae32 staging:iio:adis16260: Use sign_extend32() instead of open-coding it by Lars-Peter Clausen · 11 years ago
  14. f4f87d0 staging:iio:adis16260: Add value range check for calibscale/-bias by Lars-Peter Clausen · 11 years ago
  15. 988c79a staging:iio:adis16260: Remove separate header by Lars-Peter Clausen · 11 years ago
  16. 4dcef4a staging:iio:adis16260: Don't set default scan mask by Lars-Peter Clausen · 11 years ago
  17. e1b83f4 staging:iio:adis16260: Remove support for orientation mapping by Lars-Peter Clausen · 11 years ago
  18. 6389216 staging:iio:adis16260: Drop unused 'negate' property by Lars-Peter Clausen · 11 years ago
  19. f153041 staging:iio:adis16260: Fix reading calibscale by Lars-Peter Clausen · 11 years ago
  20. b841f8a staging:iio:accel:adis move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  21. e543acf staging: iio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  22. 447d4f2 staging: iio: remove use of __devexit by Bill Pemberton · 12 years ago
  23. 4ae1c61 staging: iio: remove use of __devinit by Bill Pemberton · 12 years ago
  24. aacff89 staging:iio:adis: Preallocate transfer message by Lars-Peter Clausen · 12 years ago
  25. 9d5e9fd staging:iio:adis16260: Use adis library by Lars-Peter Clausen · 12 years ago
  26. cb1f626 Merge 3.7-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  27. 7e72a54 staging:iio: Fix adis16260 channel offsets and scales by Lars-Peter Clausen · 12 years ago
  28. 48edf8e staging:iio: Remove unused DRIVER_NAME defines by Lars-Peter Clausen · 12 years ago
  29. 73327b4 drivers/staging/iio: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  30. bea3e8a staging:iio:adis16200: Do not return a error in remove function by Lars-Peter Clausen · 12 years ago
  31. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  32. 50d4b30 staging:iio: prevent divide by zero bugs by Dan Carpenter · 12 years ago
  33. 8e82875 staging:iio: Add missing __devinit and __devexit annotations by Lars-Peter Clausen · 12 years ago
  34. 97271c3 staging:iio:adis16260: Fix drvdata inconsistency by Lars-Peter Clausen · 12 years ago
  35. 15a1a75 staging:iio:gyro:adis16260 drop sysfs interface for manual device reset. by Jonathan Cameron · 12 years ago
  36. eaedfa5 staging: iio: Remove superfluous flush_scheduled_work by Lars-Peter Clausen · 12 years ago
  37. f72e083 staging:iio:gyro: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  38. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  39. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  40. fbaff21 staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers. by Jonathan Cameron · 12 years ago
  41. bbdb955 staging:iio:gyro:adis16260 unwind use of IIO_CHAN macro. by Jonathan Cameron · 12 years ago
  42. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  43. f79a909 staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer. by Jonathan Cameron · 13 years ago
  44. 55e4390 staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS by Lars-Peter Clausen · 13 years ago
  45. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  46. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  47. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  48. ae6ae6f staging:iio: Use module_spi_driver to register SPI driver by Lars-Peter Clausen · 13 years ago
  49. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  50. 3e2c96e staging:iio: gpio build dependency fixing by Jonathan Cameron · 13 years ago
  51. 41ea040 staging:iio: rename gyro channels to anglvel by Jonathan Cameron · 13 years ago
  52. 6835cb6 staging:iio: unwind the IIO_IN -> IIO_VOLTAGE define by Jonathan Cameron · 13 years ago
  53. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago
  54. 3811cd6 staging:iio: rename ring_generic.h -> buffer_generic.h by Jonathan Cameron · 13 years ago
  55. 26d25ae staging:iio: rework of attribute registration. by Jonathan Cameron · 13 years ago
  56. bd94c6a staging:iio:various move default scan mask setting after ring register or remove by Jonathan Cameron · 13 years ago
  57. 3e39440 staging:iio:fix using iio_priv or iio_dev after iio_unregister_device by Jonathan Cameron · 13 years ago
  58. c009f7e staging:iio:buffering cleanup ring_buffer_register_ex naming. by Jonathan Cameron · 13 years ago
  59. 1aa0427 staging: iio: push the main buffer chrdev down to the top level. by Jonathan Cameron · 13 years ago
  60. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 13 years ago
  61. bc8ea46 staging:iio:gyro:adis16260 remove some unused headers by Jonathan Cameron · 13 years ago
  62. 8f89615 Staging: iio: add some unlocks to raw_read() functions by Dan Carpenter · 13 years ago
  63. 7bcf302 staging:iio:gyro:adis16260 fix missing num_channels setup. by Jonathan Cameron · 13 years ago
  64. d088ab8 staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv to access. by Jonathan Cameron · 13 years ago
  65. 6fe8135 staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. by Jonathan Cameron · 13 years ago
  66. 29b7f43 staging:iio:gyro:adis16260 move to chan_spec based setup. by Jonathan Cameron · 13 years ago
  67. 845bd12 staging:iio: use the new central name attribute creation code by Jonathan Cameron · 13 years ago
  68. ab8d48d4 staging:iio:adis16260 replace unnecessary event line registration. by Jonathan Cameron · 13 years ago
  69. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 13 years ago
  70. 03d1b7d staging:iio:gyro: add adis16251 support to adis16260 driver by Jonathan Cameron · 13 years ago
  71. fe34604 staging: iio: adis16260 add suppport for adis16255 and adis16250. by Jonathan Cameron · 14 years ago
  72. a967295 staging: iio: adis16260 add id table support by Jonathan Cameron · 14 years ago
  73. f733d02 staging: iio: gyro: make sure grep can find the ADIS16265 support by Michael Hennerich · 14 years ago
  74. 1755b0a staging: iio: adc add numbers to naming of all adc channels as needed to associate events with them. by Jonathan Cameron · 14 years ago
  75. 4f64b80 staging: iio sync scale units by Manuel Stahl · 14 years ago
  76. 51a0a5b staging: iio sync drivers with current ABI by Manuel Stahl · 14 years ago
  77. 2662051 staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubs by Jonathan Cameron · 14 years ago
  78. 1cb6c1f Staging: iio: pull in slab.h for kmalloc funcs by Mike Frysinger · 14 years ago
  79. 089a419 staging: iio: adis16260 digital gyro driver by Barry Song · 14 years ago