1. db7c17e Merge tag 'iio-for-3.17c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 10 years ago
  2. 3b1cae7 staging:iio:ad7291: Move out of staging by Lars-Peter Clausen · 10 years ago[Renamed (99%) from drivers/staging/iio/adc/ad7291.c]
  3. cfa71bf staging:iio:ad7291 define alert register bits by Hartmut Knaack · 10 years ago
  4. 8a32f65 staging:iio:ad7291 faciliate ad7291_read_event_config() by Hartmut Knaack · 10 years ago
  5. 5714d0c staging:iio:ad7291 cleanup defines by Hartmut Knaack · 10 years ago
  6. 975d98c staging:iio:ad7291 fix coding style by Hartmut Knaack · 10 years ago
  7. 48d58a5 staging:iio:ad7291 remove double define by Hartmut Knaack · 10 years ago
  8. cb95585 iio: Remove support for the legacy event config interface by Lars-Peter Clausen · 11 years ago
  9. ec87197 staging:iio:ad7291: Use event spec for threshold hysteresis by Lars-Peter Clausen · 11 years ago
  10. b80a674 staging:iio:ad7291: Switch to new event config interface by Lars-Peter Clausen · 11 years ago
  11. 3e70bad staging: iio: ad7291: Use devm_* APIs by Sachin Kamat · 11 years ago
  12. bb37796 staging:iio:ad7291: add missing .driver_module to struct iio_info by Wei Yongjun · 11 years ago
  13. 1df9d1d staging:iio:ad7291: Rework regulator handling by Lars-Peter Clausen · 11 years ago
  14. 88198d2 staging:iio:ad7291: Use sign_extend32 instead of open-coding it by Lars-Peter Clausen · 11 years ago
  15. 7bd49fe1 staging:iio:ad7291: Use i2c_smbus_{read,write}_word_swapped instead of open-coding it by Lars-Peter Clausen · 11 years ago
  16. 3f8db0d staging:iio:ad7291: Simplify threshold register lookup by Lars-Peter Clausen · 11 years ago
  17. 08d7a70 staging:iio:ad7291: Remove unnecessary dev_info() from probe() by Lars-Peter Clausen · 11 years ago
  18. 83740d5 staging:iio:ad7291: Remove userspace reset by Lars-Peter Clausen · 11 years ago
  19. 73a4445 staging:iio:ad7291: Use IIO_VAL_FRACTIONAL_LOG2 by Lars-Peter Clausen · 11 years ago
  20. 0325948 staging:iio:adc:ad7291 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 12 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. 62c5183 staging:iio:adc: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  25. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  26. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  27. b11f98f staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers. by Jonathan Cameron · 12 years ago
  28. da36716 staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHAN by Lars-Peter Clausen · 13 years ago
  29. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  30. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  31. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  32. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  33. 6e5af18 staging:iio: Use module_i2c_driver to register I2C drivers by Lars-Peter Clausen · 13 years ago
  34. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  35. 84f79ec staging:iio:adc:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  36. 6835cb6 staging:iio: unwind the IIO_IN -> IIO_VOLTAGE define by Jonathan Cameron · 13 years ago
  37. a3ef65d staging:iio:adc:ad7192: return len and fix out of range checking by Michael Hennerich · 13 years ago
  38. e68b1db staging:iio:adc:ad7192: add temp_scale attribute, change module description by Michael Hennerich · 13 years ago
  39. c11f02e staging:iio:adc:ad7291: reset device and setup irq before it is enabled by Michael Hennerich · 13 years ago
  40. 06420c2 staging:iio:adc:ad7291: fix channel mapping for event enables by Michael Hennerich · 13 years ago
  41. b576590 staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordingly by Michael Hennerich · 13 years ago
  42. 94c93db staging:iio:adc:ad7291: fix mask bit generation by Michael Hennerich · 13 years ago
  43. 81e2edb staging:iio:adc:ad7291: don't swab results twice and introduce more register defines by Michael Hennerich · 13 years ago
  44. 3b424f3 staging:iio:adc:ad7291: Add regulator, reference voltage and scale handling by Michael Hennerich · 13 years ago
  45. 00feefb staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASK by Michael Hennerich · 13 years ago
  46. f22c1cf staging:iio:adc:ad7291: Fix typos, change kconfig description and file header by Michael Hennerich · 13 years ago
  47. e70ab21 staging:iio:adc:ad7291: fix channel mapping by Michael Hennerich · 13 years ago
  48. 4fd2424 staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion. by Jonathan Cameron · 13 years ago
  49. 26d25ae staging:iio: rework of attribute registration. by Jonathan Cameron · 13 years ago
  50. 3e39440 staging:iio:fix using iio_priv or iio_dev after iio_unregister_device by Jonathan Cameron · 13 years ago
  51. 5aa9618 staging:iio: remove broken support for multiple event interfaces. by Jonathan Cameron · 13 years ago
  52. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 13 years ago
  53. 03bda05 Staging: iio: some uninitialized variable bugs by Dan Carpenter · 13 years ago
  54. d439797 staging:iio:adc:ad7291: allocate chip state with iio_dev and use iio_priv for access. by Jonathan Cameron · 13 years ago
  55. 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
  56. b206c3b staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost sane by Jonathan Cameron · 13 years ago
  57. 845bd12 staging:iio: use the new central name attribute creation code by Jonathan Cameron · 13 years ago
  58. 58c0323 staging:iio:ad7291 move from old event system to current. by Jonathan Cameron · 13 years ago
  59. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 13 years ago
  60. ddaecd5 staging: iio: adc: new driver for AD7291 devices by Sonic Zhang · 14 years ago