]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
MIPS: Octeon: Add PCIe2 support in arch_setup_msi_irq()
authorEunbong Song <eunb.song@samsung.com>
Fri, 11 Apr 2014 08:32:54 +0000 (08:32 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 28 May 2014 09:03:39 +0000 (11:03 +0200)
commitd19648d7f3b047bac9922fe097f62afbb48fee62
tree3d9da969f5facd34263574b7073001295de29239
parentb8bca000f6d43f772628a72b325bdefe431129f6
MIPS: Octeon: Add PCIe2 support in arch_setup_msi_irq()

In arch_setup_msi_irq(), there is no case for PCIe2. So board which have PCIe2 functionality
fails to boot with "Kernel panic - not syncing: arch_setup_msi_irq: Invalid octeon_dma_bar_type"
message. This patch solve this problem.

Signed-off-by: Eunbong Song <eunb.song@samsung.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/6747/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/msi-octeon.c