1. 20 Aug, 2019 2 commits
    • Marc Zyngier's avatar
      irqchip/gic-v3: Add INTID range and convertion primitives · e91b036e
      Marc Zyngier authored
      In the beginning, life was simple. The GIC driver mostly cared about
      PPIs, SPIs and LPIs, all with nicely layed out ranges.
      
      We're about to change all that, with new ranges such as EPPI and ESPI
      interleaved in the middle of the no-irq-land between the "special IDs"
      and the LPI range. Boo.
      
      In order to make our life less hellish, let's introduce a set of primitives
      that will allow ranges to be identified easily and offsets to be remapped.
      
      So far, there is no functionnal change.
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      e91b036e
    • Marc Zyngier's avatar
      irqchip/gic: Rework gic_configure_irq to take the full ICFGR base · 13d22e2e
      Marc Zyngier authored
      gic_configure_irq is currently passed the (re)distributor address,
      to which it applies an a fixed offset to get to the configuration
      registers. This offset is constant across all GICs, or rather it was
      until to v3.1...
      
      An easy way out is for the individual drivers to pass the base
      address of the configuration register for the considered interrupt.
      At the same time, move part of the error handling back to the
      individual drivers, as things are about to change on that front.
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      13d22e2e
  2. 07 Aug, 2019 8 commits
  3. 05 Aug, 2019 1 commit
  4. 04 Aug, 2019 10 commits
  5. 03 Aug, 2019 19 commits