Re: [patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN

From: Jason Gunthorpe
Date: Wed Nov 16 2022 - 12:54:50 EST


On Fri, Nov 11, 2022 at 02:54:40PM +0100, Thomas Gleixner wrote:
> Adjust to reality and remove another layer of pointless Kconfig
> indirection. CONFIG_GENERIC_MSI_IRQ is good enough to serve
> all purposes.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> drivers/base/Makefile | 2 +-
> drivers/bus/fsl-mc/Kconfig | 2 +-
> drivers/dma/Kconfig | 2 +-
> drivers/dma/qcom/hidma.c | 8 ++++----
> drivers/iommu/Kconfig | 2 +-
> drivers/irqchip/Kconfig | 6 +++---
> drivers/mailbox/Kconfig | 2 +-
> drivers/pci/Kconfig | 1 -
> drivers/perf/Kconfig | 2 +-
> drivers/soc/ti/Kconfig | 2 +-
> include/asm-generic/msi.h | 4 ++--
> include/linux/device.h | 8 +++-----
> include/linux/gpio/driver.h | 2 +-
> include/linux/msi.h | 10 ++--------
> kernel/irq/Kconfig | 7 +------
> kernel/irq/msi.c | 3 ---
> 16 files changed, 23 insertions(+), 40 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason