1. 18 Feb, 2023 3 commits
  2. 13 Feb, 2023 21 commits
  3. 06 Feb, 2023 4 commits
    • Marc Zyngier's avatar
      Merge branch irq/misc-6.3 into irq/irqchip-next · df2d85d0
      Marc Zyngier authored
      * irq/misc-6.3:
        : .
        : - Cleanup Kconfig dependencies for LS_SCFG_MSI
        :
        : - Improve save/restore for the loongson-liointc irqchip
        :
        : - Correctly initialise status and enable registers for one
        :   of the ASpeed controllers
        : .
        irqchip/ls-scfg-msi: Simplify Kconfig dependencies
        irqchip/loongson-liointc: Save/restore int_edge/int_pol registers during S3/S4
        irqchip/aspeed-scu-ic: Correctly initialise status and enable registers
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      df2d85d0
    • Marc Zyngier's avatar
      Merge branch irq/refcount into irq/irqchip-next · 5f61c693
      Marc Zyngier authored
      * irq/refcount:
        : .
        : Set of OF refcount fixes from  Miaoqian Lin, adding an
        : of_node_put() call after of_irq_find_parent() calls.
        : .
        irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe
        irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
        irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains
        irqchip: Fix refcount leak in platform_irqchip_probe
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      5f61c693
    • Marc Zyngier's avatar
      Merge branch irq/ipi-mux into irq/irqchip-next · 6360ec8f
      Marc Zyngier authored
      * irq/ipi-mux:
        : .
        : Extract the IPI muxing facility from the Apple AIC driver and
        : move it over to core code. The riscv irqchip code will eventually
        : make use of this.
        : .
        genirq/ipi-mux: Use irq_domain_alloc_irqs()
        irqchip/apple-aic: Move over to core ipi-mux
        genirq: Add mechanism to multiplex a single HW IPI
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      6360ec8f
    • Marc Zyngier's avatar
      genirq/ipi-mux: Use irq_domain_alloc_irqs() · 3d812a0f
      Marc Zyngier authored
      Using __irq_domain_alloc_irqs() is an unnecessary complexity. Use
      irq_domain_alloc_irqs(), which is simpler and makes the code more
      readable.
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      3d812a0f
  4. 05 Feb, 2023 9 commits
  5. 15 Jan, 2023 3 commits