PCI quirks: call boot IRQ quirks at end of device init and during resume
authorOlaf Dabrunz <od@suse.de>
Tue, 8 Jul 2008 13:59:48 +0000 (15:59 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Jul 2008 20:59:47 +0000 (22:59 +0200)
commit88d1dce3a74367291f65a757fbdcaf17f042f30c
tree95c82db6837299610bed8171f193d64c72627cbc
parent542622da899be17250b8cae2ef5203025b91230a
PCI quirks: call boot IRQ quirks at end of device init and during resume

It is not necessary to call boot IRQ quirks before the BARs of the bridges are
probed. The normal case is to use DECLARE_PCI_FIXUP_FINAL, so we use this
instead now.

After a resume, we need to call the quirks again.

Signed-off-by: Olaf Dabrunz <od@suse.de>
Signed-off-by: Stefan Assmann <sassmann@suse.de>
Cc: Jon Masters <jonathan@jonmasters.org>
Cc: Olaf Dabrunz <od@suse.de>
Cc: Stefan Assmann <sassmann@suse.de>
Cc: Ihno Krumreich <ihno@suse.de>
Cc: Sven Dietrich <sdietrich@suse.de>
Cc: Daniel Gollub <dgollub@suse.de>
Cc: Felix Foerster <ffoerster@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/pci/quirks.c