1. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  2. 2155971 iio: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  3. e3019c2 iio:dac:ad5446 replaces IIO_ST macro with explicit entries to struct scan_type by Jonathan Cameron · 11 years ago
  4. 0a99b60 iio:ad5446: Report scale as fractional value by Lars-Peter Clausen · 11 years ago
  5. 4fa2a9e iio: dac: ad5446: Add support for AD5641 by Aida Mynzhasova · 11 years ago
  6. 3704432 iio: refactor info mask and ext_info attribute creation. by Jonathan Cameron · 11 years ago
  7. ba72729 iio: dac: ad5446: Use devm_* APIs by Sachin Kamat · 11 years ago
  8. 2f6a4a4 iio:dac:ad5446 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  9. b87fc3e Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  10. fc52692 Drivers: iio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  11. 13e57ee iio: dac: ad5446: Don't set error code to voltage_uv by Axel Lin · 12 years ago
  12. bf83238 iio:ad5446: Add device ids for ad5301/ad5311/ad5321 by Lars-Peter Clausen · 12 years ago
  13. 2fafbce iio:ad5446: Add support for the ad5300/ad5310/ad5320 by Lars-Peter Clausen · 12 years ago
  14. 2e15c90 iio:ad5446: get rid of private header file by Jean-Francois Dagenais · 12 years ago
  15. 3ec36a2 iio:ad5446: Add support for I2C based DACs by Jean-Francois Dagenais · 12 years ago
  16. 779c0c4 iio:dac:ad5446: Add support for the AD5450/51/52/53 by Lars-Peter Clausen · 12 years ago
  17. dbdc025 staging:iio: Move DAC drivers out of staging by Lars-Peter Clausen · 12 years ago[Renamed from drivers/staging/iio/dac/ad5446.c]
  18. cadb695 staging:iio:dac: Remove unused dac.h includes by Lars-Peter Clausen · 12 years ago
  19. 09d48aa staging:iio:dac:ad5446: Use iio_enum for powerdown modes by Lars-Peter Clausen · 12 years ago
  20. fc6d113 iio: core: iio_chan_spec_ext_info: Add private handle by Michael Hennerich · 12 years ago
  21. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  22. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  23. 18e5ab3 staging:iio:dac:ad5446: Add support for the AD5662 by Lars-Peter Clausen · 12 years ago
  24. 5e06bdf staging:iio:dac:ad5446: Return cached value for 'raw' attribute by Lars-Peter Clausen · 12 years ago
  25. cae329e staging:iio:dac:ad5446: Consolidate store_sample and store_pwr_down functions by Lars-Peter Clausen · 12 years ago
  26. 83f0f57 staging:iio:dac:ad5446: Convert to extended channel attributes by Lars-Peter Clausen · 12 years ago
  27. 11a7df4 staging:iio:dac:ad5446: Remove duplicated chip_info entries by Lars-Peter Clausen · 12 years ago
  28. 4e5d3f9 staging:iio:dac:ad5446: Do not check for individual chip ids in probe by Lars-Peter Clausen · 12 years ago
  29. af836d9 staging:iio:dac:ad5446: Fix 24bit transfers by Lars-Peter Clausen · 12 years ago
  30. 5ff6a99 staging:iio:dac:ad5446: Remove duplicated write sample functions by Lars-Peter Clausen · 12 years ago
  31. 07ffd0d staging:iio:dac:ad5446: Do not exit powerdown when writing a sample by Lars-Peter Clausen · 12 years ago
  32. 09f4eb4 staging:iio:dac Add IIO_CHAN_INFO_RAW entries to all drivers. by Jonathan Cameron · 12 years ago
  33. 4abf6f8 drivers:staging:iio Fix typos and comments in staging iio. by Justin P. Mattock · 12 years ago
  34. 7389266 staging:iio:dac:ad5446 unwind use of is_visible for attrs. by Jonathan Cameron · 13 years ago
  35. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  36. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  37. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  38. 94386ab staging:iio: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  39. 55e4390 staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS by Lars-Peter Clausen · 13 years ago
  40. 33ad6b2 staging:iio:dac:ad5446: Convert to channel spec by Lars-Peter Clausen · 13 years ago
  41. ae6ae6f staging:iio: Use module_spi_driver to register SPI driver by Lars-Peter Clausen · 13 years ago
  42. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  43. 638e59f staging:iio:dac/dds/impedance dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  44. 322c956 staging:iio:tree wide. abi fixup for in_ out_ prefix introduction. by Jonathan Cameron · 13 years ago
  45. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 13 years ago
  46. 86729fc staging:iio:dac:ad5446: allocate chip state with iio_dev and use iio_priv for access. by Jonathan Cameron · 13 years ago
  47. 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
  48. 845bd12 staging:iio: use the new central name attribute creation code by Jonathan Cameron · 13 years ago
  49. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 13 years ago
  50. 67d1c1f staging: IIO: DAC: AD5446 add support for AD5541A devices by Michael Hennerich · 13 years ago
  51. 2b61535 staging: IIO: DAC: AD5446: Add support for AD5601/AD5611/AD5621 by Michael Hennerich · 13 years ago
  52. bbed4dc staging: IIO: DAC: AD5446: Add power down support by Michael Hennerich · 13 years ago
  53. bd51c0b staging: IIO: DAC: AD5446: Add missing ID table entries by Michael Hennerich · 13 years ago
  54. 0772268 staging: IIO: DAC: Add support for the AD5543/AD5553 by Michael Hennerich · 13 years ago
  55. 41135b1 Staging: iio: Aditional fixpoint formatted output bugfix by Roland Stigge · 14 years ago
  56. 4f76548 staging: iio: dac: ad5446: Remove unused sign member from chip specific information structure by Michael Hennerich · 14 years ago
  57. d846263 staging: iio: dac: ad5446: Enable driver support for AD5620/AD5640/AD5660 DA converters by Michael Hennerich · 14 years ago
  58. b5a4948 staging: iio: dac: Enable driver support for AD5444 and AD5446 DA converters by Michael Hennerich · 14 years ago