Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdfc61c6 authored by Hemant Kumar's avatar Hemant Kumar Committed by Paras Sharma
Browse files

pci: pci-msm-msi: Re-name irq chip name for the driver



Rename msm_pci_msi to gic_msm_pci_msi. This allows irq
load balancer to take care of msi load balancing across
different core. Currently all msi interrupts are pinned
to core0.

Change-Id: I76877b61d84598a7794a4f70d0877b1203cbcc0a
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
Signed-off-by: default avatarParas Sharma <quic_parass@quicinc.com>
parent 75db4733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static void msm_msi_unmask_irq(struct irq_data *data)
}

static struct irq_chip msm_msi_irq_chip = {
	.name = "msm_pci_msi",
	.name = "gic_msm_pci_msi",
	.irq_enable = msm_msi_unmask_irq,
	.irq_disable = msm_msi_mask_irq,
	.irq_mask = msm_msi_mask_irq,