Re: [PATCH 07/13] powerpc/xive: Add a debug_show handler to the XIVE irq_domain

2020-12-09 Thread Cédric Le Goater
On 12/9/20 4:50 PM, Greg Kurz wrote: > On Tue, 8 Dec 2020 16:11:18 +0100 > Cédric Le Goater wrote: > >> Full state of the Linux interrupt descriptors can be dumped under >> debugfs when compiled with CONFIG_GENERIC_IRQ_DEBUGFS. Add support for >> the XIVE interrupt controller. >> >> Signed-off-by

Re: [PATCH 07/13] powerpc/xive: Add a debug_show handler to the XIVE irq_domain

2020-12-09 Thread Greg Kurz
On Tue, 8 Dec 2020 16:11:18 +0100 Cédric Le Goater wrote: > Full state of the Linux interrupt descriptors can be dumped under > debugfs when compiled with CONFIG_GENERIC_IRQ_DEBUGFS. Add support for > the XIVE interrupt controller. > > Signed-off-by: Cédric Le Goater > --- > arch/powerpc/sysde

[PATCH 07/13] powerpc/xive: Add a debug_show handler to the XIVE irq_domain

2020-12-08 Thread Cédric Le Goater
Full state of the Linux interrupt descriptors can be dumped under debugfs when compiled with CONFIG_GENERIC_IRQ_DEBUGFS. Add support for the XIVE interrupt controller. Signed-off-by: Cédric Le Goater --- arch/powerpc/sysdev/xive/common.c | 58 +++ 1 file changed, 58 i