[patch V3 07/35] device: Move MSI related data into a struct

Arnd Bergmann arnd at arndb.de
Sun Dec 12 02:22:13 AEDT 2021


On Fri, Dec 10, 2021 at 11:18 PM Thomas Gleixner <tglx at linutronix.de> wrote:
>
> From: Thomas Gleixner <tglx at linutronix.de>
>
> The only unconditional part of MSI data in struct device is the irqdomain
> pointer. Everything else can be allocated on demand. Create a data
> structure and move the irqdomain pointer into it. The other MSI specific
> parts are going to be removed from struct device in later steps.
>
> Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
> Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Reviewed-by: Jason Gunthorpe <jgg at nvidia.com>

Acked-by: Arnd Bergmann <arnd at arndb.de>


More information about the Linuxppc-dev mailing list