Re: [PATCH 0/3] Simplify generic interrupt controller support

2021-06-18 Thread Chris Johns
On 18/6/21 5:20 pm, Sebastian Huber wrote: > This patch set simplifies the generic interrupt controller support a bit to > prepare for more complex follow up changes. This change touches a large number of BSPs in an important area. I spent some time this year fixing a 10+ year old IRQ bug related

[PATCH 0/3] Simplify generic interrupt controller support

2021-06-18 Thread Sebastian Huber
This patch set simplifies the generic interrupt controller support a bit to prepare for more complex follow up changes. Sebastian Huber (3): bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGE bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX bsps/aarch64/a53/inc