x86/ce4100: Fix PCI configuration register access for devices without interrupts
authorMaxime Bizon <mbizon@freebox.fr>
Mon, 29 Oct 2012 13:40:20 +0000 (14:40 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 30 Oct 2012 09:16:47 +0000 (10:16 +0100)
commit37aeec36220c39f1b2e7118287d951fd9cfdd6b7
tree3a1d4382ab7fe6a321be045877082b5890de24ab
parentd7959916026aaae60e1878ae33c7503b2cc4471d
x86/ce4100: Fix PCI configuration register access for devices without interrupts

Some CE4100 devices such as the:

 - DFX module (01:0b.7)
 - entertainment encryption device (01:10.0)
 - multimedia controller (01:12.0)

do not have a device interrupt at all.

This patch fixes the PCI controller code to declare the missing
PCI configuration register space, as well as a fixup method for
forcing the interrupt pin to be 0 for these devices. This is
required to ensure that pci drivers matching on these devices
will be able to honor the various PCI subsystem calls touching
the configuration space.

Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: rui.zhang@intel.com
Cc: alan@linux.intel.com
Link: http://lkml.kernel.org/r/1351518020-25556-4-git-send-email-ffainelli@freebox.fr
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/ce4100.c