mbox series

[0/3] irqchip: xilinx: Switch to generic domain handler

Message ID cover.1581496793.git.michal.simek@xilinx.com (mailing list archive)
Headers show
Series irqchip: xilinx: Switch to generic domain handler | expand

Message

Michal Simek Feb. 12, 2020, 8:39 a.m. UTC
Hi,

this series is based on cascade mode patch sent by Mubin
(https://lkml.org/lkml/2020/2/11/888 - v3 series).

The first patch is just fixing error patch. The second and the third are
converting microblaze do_IRQ() to generic IRQ handler with appropriate
changes in xilinx intc driver. I have done it in two steps to be visible
how it was done.

The last patch removes concurrent_irq global variable which wasn't wired
anywhere but it stores number of concurrent IRQs handled by one call. There
is option to get it back if needed but I haven't seen it in other archs
that's why I have removed it too.

Thanks,
Michal


Michal Simek (3):
  irqchip: xilinx: Fill error code when irq domain registration fails
  irqchip: xilinx: Enable generic irq multi handler
  irqchip: xilinx: Use handle_domain_irq()

 arch/microblaze/Kconfig           |  2 ++
 arch/microblaze/include/asm/irq.h |  3 ---
 arch/microblaze/kernel/irq.c      | 21 +------------------
 drivers/irqchip/irq-xilinx-intc.c | 35 ++++++++++++++++++-------------
 4 files changed, 24 insertions(+), 37 deletions(-)

Comments

Michal Simek Feb. 21, 2020, 10:36 a.m. UTC | #1
On 12. 02. 20 9:39, Michal Simek wrote:
> Hi,
> 
> this series is based on cascade mode patch sent by Mubin
> (https://lkml.org/lkml/2020/2/11/888 - v3 series).
> 
> The first patch is just fixing error patch. The second and the third are
> converting microblaze do_IRQ() to generic IRQ handler with appropriate
> changes in xilinx intc driver. I have done it in two steps to be visible
> how it was done.
> 
> The last patch removes concurrent_irq global variable which wasn't wired
> anywhere but it stores number of concurrent IRQs handled by one call. There
> is option to get it back if needed but I haven't seen it in other archs
> that's why I have removed it too.
> 
> Thanks,
> Michal
> 
> 
> Michal Simek (3):
>   irqchip: xilinx: Fill error code when irq domain registration fails
>   irqchip: xilinx: Enable generic irq multi handler
>   irqchip: xilinx: Use handle_domain_irq()
> 
>  arch/microblaze/Kconfig           |  2 ++
>  arch/microblaze/include/asm/irq.h |  3 ---
>  arch/microblaze/kernel/irq.c      | 21 +------------------
>  drivers/irqchip/irq-xilinx-intc.c | 35 ++++++++++++++++++-------------
>  4 files changed, 24 insertions(+), 37 deletions(-)
> 

Thomas/Marc: Can you please take a look at this series?

Thanks,
Michal