1. 418880f Staging: iio: use the BIT macro in adc by Haneen Mohammed · 9 years ago
  2. 56ae98a drivers:staging:iio: fix checkpatch complaint about space before comma by Zachary Warren · 10 years ago
  3. 29aeb33 Staging: iio: adc: Fix line over 80 characters by Vaishali Thakkar · 10 years ago
  4. bb49a0f Staging: iio: adc: Use usleep_range instead of msleep by Vaishali Thakkar · 10 years ago
  5. 1e319ce staging: iio: ad7192: Use devm_* APIs and fix a memory leak by Sachin Kamat · 11 years ago
  6. f86f836 staging:iio:adc: Use kstrtol()/kstrtoul() by Aida Mynzhasova · 11 years ago
  7. e543acf staging: iio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  8. 447d4f2 staging: iio: remove use of __devexit by Bill Pemberton · 12 years ago
  9. 4ae1c61 staging: iio: remove use of __devinit by Bill Pemberton · 12 years ago
  10. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  11. 50d4b30 staging:iio: prevent divide by zero bugs by Dan Carpenter · 12 years ago
  12. 8e82875 staging:iio: Add missing __devinit and __devexit annotations by Lars-Peter Clausen · 12 years ago
  13. 3f7c330 staging:iio:ad7192: Use common Sigma Delta library by Lars-Peter Clausen · 12 years ago
  14. 49f8812 staging:iio:ad7192: Remove unused platform_data from device state struct by Lars-Peter Clausen · 12 years ago
  15. 8f8b77b Merge 3.6-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  16. 4fcbcf9 staging:iio:ad7192: Report offset and scale for temperature channel by Lars-Peter Clausen · 12 years ago
  17. 58cdff6 staging:iio:ad7192: Report channel offset by Lars-Peter Clausen · 12 years ago
  18. a684a0c staging:iio:ad7192: Mark channels as unsigned by Lars-Peter Clausen · 12 years ago
  19. 74aa933 staging:iio:ad7192: Fix setting ACX by Lars-Peter Clausen · 12 years ago
  20. f09906f staging:iio:ad7192: Add missing break in switch statement by Lars-Peter Clausen · 12 years ago
  21. f4e4b95 staging:iio: Constify static iio_chan_spec arrays by Lars-Peter Clausen · 12 years ago
  22. f6aea55 staging:iio:ad7192: Use iio_validate_scan_mask_onehot by Lars-Peter Clausen · 12 years ago
  23. a648232 staging:iio:adc:ad7192: Use new triggered buffer setup helper function by Lars-Peter Clausen · 12 years ago
  24. 62c5183 staging:iio:adc: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  25. f316983 staging: iio: adc: convert ADI drivers to use kfifo. by Michael Hennerich · 12 years ago
  26. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  27. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  28. fd6487f staging:iio: Add caching of scan_timestamp to the core as well as buffers. by Jonathan Cameron · 12 years ago
  29. 2150489 staging:iio:adc:ad7192 make use of iio_sw_buffer_preenable. by Jonathan Cameron · 12 years ago
  30. b11f98f staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers. by Jonathan Cameron · 12 years ago
  31. 15bbb77 staging:iio:adc:ad7192 unwind use of is_visible for attribute group. by Jonathan Cameron · 13 years ago
  32. 7e63234 staging:iio: Setup buffer access functions when allocating the buffer by Lars-Peter Clausen · 13 years ago
  33. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  34. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  35. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  36. c0fdbe1 staging:iio: iio_trigger contains defunct owner field. Remove it. by Jonathan Cameron · 13 years ago
  37. 8324e86 staging:iio: Make sure all triggers have a trigger_ops for the owner field. by Jonathan Cameron · 13 years ago
  38. e0f0dda staging:iio:adc:ad7192 scrap read from buffer for sysfs access. by Jonathan Cameron · 13 years ago
  39. 550268ca staging:iio: scrap scan_count and ensure all drivers use active_scan_mask by Jonathan Cameron · 13 years ago
  40. 1612244 staging:iio:buffer move setup ops from buffer instance to iio_dev by Jonathan Cameron · 13 years ago
  41. 55e4390 staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS by Lars-Peter Clausen · 13 years ago
  42. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  43. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  44. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  45. e15fbc9 iio: introduce type casts to avoid __ucmpdi2 calls by Michael Hennerich · 13 years ago
  46. ae6ae6f staging:iio: Use module_spi_driver to register SPI driver by Lars-Peter Clausen · 13 years ago
  47. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  48. 84f79ec staging:iio:adc:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  49. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago
  50. 3811cd6 staging:iio: rename ring_generic.h -> buffer_generic.h by Jonathan Cameron · 13 years ago
  51. ec3afa4 staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED by Jonathan Cameron · 13 years ago
  52. 3b99fb7 staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_* by Jonathan Cameron · 13 years ago
  53. 322c956 staging:iio:tree wide. abi fixup for in_ out_ prefix introduction. by Jonathan Cameron · 13 years ago
  54. ade7ef7 staging:iio: Differential channel handling - use explicit flag rather than types. by Jonathan Cameron · 13 years ago
  55. 32b5eec staging:iio: Switch the channel masks to bitmaps so as to allow for more channels. by Jonathan Cameron · 13 years ago
  56. c009f7e staging:iio:buffering cleanup ring_buffer_register_ex naming. by Jonathan Cameron · 13 years ago
  57. 1aa0427 staging: iio: push the main buffer chrdev down to the top level. by Jonathan Cameron · 13 years ago
  58. 3f72395 staging:iio: spit trigger.h into provider and consumer parts. by Jonathan Cameron · 13 years ago
  59. f60c4a0 staging:iio: prevent removal of module connected to trigger. by Jonathan Cameron · 13 years ago
  60. e65bc6a staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev. by Jonathan Cameron · 13 years ago
  61. 7a27b04 IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC by Michael Hennerich · 13 years ago