1. 26 2月, 2015 1 次提交
  2. 04 2月, 2015 1 次提交
  3. 30 1月, 2015 1 次提交
  4. 29 1月, 2015 1 次提交
  5. 26 12月, 2014 1 次提交
  6. 12 12月, 2014 2 次提交
    • L
      iio: ad799x: Fix ad7991/ad7995/ad7999 config setup · 2eacc608
      Lars-Peter Clausen 提交于
      The ad7991/ad7995/ad7999 does not have a configuration register like the
      other devices that can be written and read. The configuration is written as
      part of the conversion sequence.
      
      Fixes: 0f7ddcc1 ("iio:adc:ad799x: Write default config on probe and reset alert status on probe")
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Tested-by: NMike Looijmans <mike.looijmans@topic.nl>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      2eacc608
    • L
      iio: Move buffer registration to the core · 3e1b6c95
      Lars-Peter Clausen 提交于
      Originally device and buffer registration were kept as separate operations
      in IIO to allow to register two distinct sets of channels for buffered and
      non-buffered operations. This has since already been further restricted and
      the channel set registered for the buffer needs to be a subset of the
      channel set registered for the device. Additionally the possibility to not
      have a raw (or processed) attribute for a channel which was registered for
      the device was added a while ago. This means it is possible to not register
      any device level attributes for a channel even if it is registered for the
      device. Also if a channel's scan_index is set to -1 and the channel is
      registered for the buffer it is ignored.
      
      So in summary it means it is possible to register the same channel array for
      both the device and the buffer yet still end up with distinctive sets of
      channels for both of them. This makes the argument for having to have to
      manually register the channels for both the device and the buffer invalid.
      Considering that the vast majority of all drivers want to register the same
      set of channels for both the buffer and the device it makes sense to move
      the buffer registration into the core to avoid some boiler-plate code in the
      device driver setup path.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      3e1b6c95
  7. 18 11月, 2014 2 次提交
  8. 16 11月, 2014 1 次提交
  9. 05 11月, 2014 2 次提交
  10. 26 10月, 2014 1 次提交
  11. 23 10月, 2014 1 次提交
  12. 20 10月, 2014 1 次提交
  13. 10 10月, 2014 1 次提交
  14. 07 10月, 2014 1 次提交
  15. 04 10月, 2014 3 次提交
  16. 21 9月, 2014 2 次提交
  17. 15 9月, 2014 2 次提交
  18. 30 8月, 2014 2 次提交
  19. 27 8月, 2014 1 次提交
  20. 26 8月, 2014 1 次提交
  21. 20 8月, 2014 1 次提交
  22. 08 8月, 2014 2 次提交
  23. 07 8月, 2014 3 次提交
  24. 24 7月, 2014 2 次提交
  25. 14 7月, 2014 4 次提交