1. 04 8月, 2022 2 次提交
  2. 25 7月, 2022 2 次提交
    • M
      Merge branch irq/misc-5.20 into irq/irqchip-next · 2bd1753e
      Marc Zyngier 提交于
      * 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: NMarc Zyngier <maz@kernel.org>
      2bd1753e
    • B
      irqchip/mmp: Declare init functions in common header file · 9d9b010f
      Ben Dooks 提交于
      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: NBen Dooks <ben-linux@fluff.org>
      [maz: fixup commit message]
      Signed-off-by: NMarc Zyngier <maz@kernel.org>
      Link: https://lore.kernel.org/r/20220724222152.551850-1-ben-linux@fluff.org
      9d9b010f
  3. 24 7月, 2022 1 次提交
  4. 20 7月, 2022 15 次提交
  5. 19 7月, 2022 5 次提交
  6. 16 7月, 2022 1 次提交
  7. 11 7月, 2022 2 次提交
  8. 10 7月, 2022 11 次提交
  9. 08 7月, 2022 1 次提交