Re: [PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers

2023-05-11 Thread Kai-Heng Feng
On Fri, May 5, 2023 at 11:37 PM Jonathan Cameron wrote: > > On Mon, 24 Apr 2023 13:52:47 +0800 > Kai-Heng Feng wrote: > > > There are many places that enable and disable AER interrput, so move > > interrupt Thanks, will correct that in next revision. Kai-Heng > > > them into helpers. > >

Re: [PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers

2023-05-05 Thread Jonathan Cameron
On Mon, 24 Apr 2023 13:52:47 +0800 Kai-Heng Feng wrote: > There are many places that enable and disable AER interrput, so move interrupt > them into helpers. Otherwise looks like a good clean up to me. FWIW Reviewed-by: Jonathan Cameron > > Reviewed-by: Mika Westerberg > Reviewed-by:

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers

2023-04-23 Thread Kai-Heng Feng
There are many places that enable and disable AER interrput, so move them into helpers. Reviewed-by: Mika Westerberg Reviewed-by: Kuppuswamy Sathyanarayanan Signed-off-by: Kai-Heng Feng --- drivers/pci/pcie/aer.c | 45 +- 1 file changed, 27