From fa12b773b7fb5830469086d36eb5be9f6b512f4d Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Fri, 21 Mar 2014 15:20:31 +0000 Subject: [PATCH] MIPS: Malta: Setup PM I/O region on boot This patch ensures that the kernel sets a sane base address for the PIIX4 PM I/O register region during boot. Without this the kernel may not successfully claim the region as a resource if the bootloader didn't configure the region. With this patch the kernel will always succeed with: pci 0000:00:0a.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI The lack of the resource claiming is easily reproducible without this patch using current versions of QEMU. Signed-off-by: Paul Burton Tested-by: James Hogan Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6641/ Signed-off-by: Ralf Baechle --- Reading git-format-patch failed