1. 03 Jun, 2014 4 commits
  2. 02 Jun, 2014 1 commit
  3. 23 May, 2014 1 commit
  4. 22 May, 2014 5 commits
  5. 21 May, 2014 1 commit
  6. 14 May, 2014 5 commits
  7. 12 May, 2014 2 commits
  8. 11 May, 2014 1 commit
    • Federico Vaga's avatar
      kernel: fix post-sample=1 acquisition · 33cfe823
      Federico Vaga authored
      The ADC start an acquisition only if post-samples > 0. So the acquired
      samples are always greater or equal 2. The driver previously tried to
      fix this by descrease the number of required post-samples directly in
      the hardware. But on user request of post-samples=1 this means request
      post-samples=0 to the ADC: so, it will not work.
      
      This patch leave unchanged the logic of the ADC and remove the extra
      samples directly from the acquired buffer.
      
      We are aware that this will waste 10ns of acquisition, but the software
      implementation to handle this issue is more expensive
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      33cfe823
  9. 09 May, 2014 3 commits
  10. 08 May, 2014 2 commits
  11. 07 May, 2014 1 commit
  12. 30 Apr, 2014 14 commits