Skip to content
Snippets Groups Projects
  1. Jul 02, 2014
    • Federico Vaga's avatar
      kernel: do not cleanup what should be already cleaned up · 7790dc40
      Federico Vaga authored
      
      On spec driver remove, do not clean-up VIC stuff. The VIC should be cleaned
      by the mezzanine driver when it release all its handlers (see patch f7ee35460).
      Just leave a reminder for driver developer when something goes wrong.
      
      Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
      7790dc40
    • Federico Vaga's avatar
      kernel: bugfix IRQ release · 60dc7cd5
      Federico Vaga authored
      
      Interrupt resources are not properly released. Mainly two problems:
      
        1. on IRQ free the driver was using the IRQ number instead of the the
           component base address. So, the component IRQ handlers were never
           released
      
        2. on IRQ free, supposing that the first problem was not there, when
           all component's IRQ handlers were released the PCI IRQ handler (VIC
           dispatcher) should have released, but it was not. In consequence of this
           even if the driver was removed an interrupt can be handled by a
           ghost handler.
      
      Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
      60dc7cd5
  2. Jun 12, 2014
  3. Jun 11, 2014
  4. Feb 28, 2014
  5. Feb 14, 2014
  6. Feb 12, 2014
  7. Feb 11, 2014
  8. Nov 18, 2013
  9. Nov 04, 2013
  10. Jul 02, 2013
  11. Jun 07, 2013
  12. May 31, 2013
  13. May 20, 2013
  14. May 16, 2013