]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch irq/stm32-exti-updates into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Sun, 10 Jul 2022 08:48:26 +0000 (09:48 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 10 Jul 2022 08:48:26 +0000 (09:48 +0100)
commit257d428eb2d51ef278e181bdd7c0bb937dd8c09f
tree297ea62a48ee3127fe7ce60ae3983af347e225f9
parent8a5981735586ae7fa9f6179cb1e8f598868e5f8a
parentaa97fec02a41796c99cd5756c3391073287239e7
Merge branch irq/stm32-exti-updates into irq/irqchip-next

* irq/stm32-exti-updates:
  : .
  : stm32-exti updates courtesy of Antonio Borneo:
  :
  : "This series address some code fix for irq-stm32-exti driver and
  : simplifies the table that remaps the interrupts from exti to gic."
  :
  : Also comes with an additional change to irq_chip_request_resources_parent(),
  : making it possible to omit the callback in hierarchies.
  : .
  irqchip/stm32-exti: Simplify irq description table
  irqchip/stm32-exti: Read event trigger type from event_trg register
  irqchip/stm32-exti: Tag emr register as undefined for stm32mp15
  irqchip/stm32-exti: Prevent illegal read due to unbounded DT value
  irqchip/stm32-exti: Fix irq_mask/irq_unmask for direct events
  irqchip/stm32-exti: Fix irq_set_affinity return value
  genirq: Don't return error on missing optional irq_request_resources()

Signed-off-by: Marc Zyngier <maz@kernel.org>