1. 09 Aug, 2022 1 commit
  2. 08 Aug, 2022 1 commit
  3. 04 Aug, 2022 3 commits
  4. 25 Jul, 2022 2 commits
    • Marc Zyngier's avatar
      Merge branch irq/misc-5.20 into irq/irqchip-next · 2bd1753e
      Marc Zyngier authored
      * irq/misc-5.20:
        : .
        : Misc IRQ changes for 5.20:
        :
        : - Let irq_set_chip_handler_name_locked() take a const struct irq_chip *
        :
        : - Convert the ocelot irq_chip to being immutable (depends on the above)
        :
        : - Tidy-up the NOMAP irqdomain API variant
        :
        : - Teach action_show() to use for_each_action_of_desc()
        :
        : - Check ioremap() return value in the MIPS GIC driver
        :
        : - Move MMP driver init function declarations into the common .h
        :
        : - The obligatory typo fixes
        : .
        irqchip/mmp: Declare init functions in common header file
        irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()
        genirq: Use for_each_action_of_desc in actions_show()
        irqdomain: Use hwirq_max instead of revmap_size for NOMAP domains
        irqdomain: Report irq number for NOMAP domains
        irqchip/gic-v3: Fix comment typo
        pinctrl: ocelot: Make irq_chip immutable
        genirq: Allow irq_set_chip_handler_name_locked() to take a const irq_chip
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      2bd1753e
    • Ben Dooks's avatar
      irqchip/mmp: Declare init functions in common header file · 9d9b010f
      Ben Dooks authored
      The functions icu_init_irq and mmp2_init_icu are exported
      from this code, so declare them in the header file to avoid
      the following sparse warnings:
      
      drivers/irqchip/irq-mmp.c:248:13: warning: symbol 'icu_init_irq' was not declared. Should it be static?
      drivers/irqchip/irq-mmp.c:271:13: warning: symbol 'mmp2_init_icu' was not declared. Should it be static?
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      [maz: fixup commit message]
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      Link: https://lore.kernel.org/r/20220724222152.551850-1-ben-linux@fluff.org
      9d9b010f
  5. 24 Jul, 2022 1 commit
  6. 20 Jul, 2022 15 commits
  7. 19 Jul, 2022 5 commits
  8. 16 Jul, 2022 1 commit
  9. 11 Jul, 2022 2 commits
  10. 10 Jul, 2022 9 commits