From: Thomas Gleixner Date: Sun, 23 Nov 2014 10:55:58 +0000 (+0100) Subject: PCI/MSI: Rename mask/unmask_msi_irq et al X-Git-Tag: omap-for-v3.20/drop-legacy-3517~74^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ed8d57f3b87520e045ba0e3a2340638b31198a;p=pandora-kernel.git PCI/MSI: Rename mask/unmask_msi_irq et al mask/unmask_msi_irq and __mask_msi/msix_irq are PCI/MSI specific functions and should be named accordingly. This is a preparatory patch to support MSI on non PCI devices. Rename mask/unmask_msi_irq to pci_msi_mask/unmask_irq and document the functions. Provide conversion helpers. Rename __mask_msi/msix_irq to __pci_msi/msix_desc_mask so its clear that they operated on msi_desc. Fixup the only user outside of pci/msi. Signed-off-by: Thomas Gleixner Cc: Bjorn Helgaas Cc: Jiang Liu Cc: Grant Likely Cc: Marc Zyngier Cc: Yijing Wang Cc: Heiko Carstens --- Reading git-diff-tree failed