[PATCH] MIPS: Octeon: Add PCIe2 support in arch_setup_msi_irq()

2014-04-11 Thread Eunbong Song
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 --- arch/mips/pci/msi-octeon.c |

[PATCH] MIPS: Octeon: Add PCIe2 support in arch_setup_msi_irq()

2014-04-11 Thread Eunbong Song
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.s...@samsung.com ---