[5 PATCH] Update motorola_power to irq-generic interrupt management

2021-02-15 Thread chrisj
From: Chris Johns - Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an opt in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by porting

Re: [PATCH] Update motorola_power to irq-generic interrupt management

2021-02-12 Thread Chris Johns
On 13/2/21 7:35 am, Gedare Bloom wrote: > On Fri, Feb 12, 2021 at 1:00 PM wrote: >> >> From: Chris Johns >> >> - Add support to the BSP to enable irq-generic management >> >> - Update the powerpc shared irq code to support irq-generic. This >> is an option in option for existing powerpc bsps. T

Re: [PATCH] Update motorola_power to irq-generic interrupt management

2021-02-12 Thread Gedare Bloom
On Fri, Feb 12, 2021 at 1:00 PM wrote: > > From: Chris Johns > > - Add support to the BSP to enable irq-generic management > > - Update the powerpc shared irq code to support irq-generic. This > is an option in option for existing powerpc bsps. This change > should be simpler now > > - Fix a

[PATCH] Update motorola_power to irq-generic interrupt management

2021-02-12 Thread chrisj
From: Chris Johns - Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an option in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by portin