commit | 2f170814bdd26289e9daaa4ae359290f854e5dcf | [log] [tgz] |
---|---|---|
author | Barry Song <song.bao.hua@hisilicon.com> | Fri Aug 13 15:56:27 2021 +1200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Aug 24 09:16:20 2021 +0200 |
tree | b71f8e9a56f635cd8c35265fbd81ee7cbc61db37 | |
parent | 88ffe2d0a55a165e55cedad1693f239d47e3e17e [diff] |
genirq/msi: Move MSI sysfs handling from PCI to MSI core Move PCI's MSI sysfs code to the irq core so that other busses such as platform can reuse it. Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210813035628.6844-2-21cnbao@gmail.com