]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch irq/misc-5.20 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Mon, 25 Jul 2022 08:45:34 +0000 (09:45 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 25 Jul 2022 08:45:34 +0000 (09:45 +0100)
commitb71d9bcd5d91ed237a0236294d636e610c0b7d53
tree40a1b6615b61ccaba207882cbdff4cc2d81d3fbb
parent1930a02456282257cb2078ce02828eab29f60cd0
parente4a184d69108660d0cfb5b9f3c3236037129cef3
Merge branch irq/misc-5.20 into irq/irqchip-next

* 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: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-gic-v3.c
drivers/irqchip/irq-mips-gic.c