1. 03 Mar, 2016 1 commit
    • Federico Vaga's avatar
      Revert "kernel: fix memory leakage" · 40e31179
      Federico Vaga authored
      This reverts commit 0598de40.
      
      This was not a memory leakage because the fmc-bus release that
      pointer for us. Is it good?
      
      We allocate and it is someone else us free, it lacks of simmetry.
      Probably the register function should be called devm_ like all
      the others in the kernel who relase for your the memory. In this
      way it is clear the behaviour.
      40e31179
  2. 10 Feb, 2016 7 commits
  3. 01 Dec, 2015 1 commit
  4. 30 Nov, 2015 1 commit
  5. 20 Nov, 2015 3 commits
  6. 13 Nov, 2015 13 commits
  7. 25 Aug, 2015 1 commit
  8. 07 May, 2015 2 commits
  9. 27 Apr, 2015 1 commit
  10. 20 Apr, 2015 3 commits
  11. 24 Feb, 2015 1 commit
    • Federico Vaga's avatar
      wr-nic-gpio: do not check on gpiochip_remove · 2b85fda2
      Federico Vaga authored
      Since kernel 3.18 the gpiochip_remove function return void and not an
      error code as before. In case the gpiochip is removed while there is a
      requested gpio, the kernel will print an error message.
      
      By applying this patch without any control on the kernel version we are
      going to loose the error message in case of trouble with old kernels
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      2b85fda2
  12. 20 Jan, 2015 1 commit
  13. 18 Sep, 2014 1 commit
  14. 13 Aug, 2014 4 commits