]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: Improve PCI config space writeback
authorDave Jones <davej@redhat.com>
Wed, 19 Apr 2006 04:06:51 +0000 (21:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 11 Jun 2006 21:02:27 +0000 (14:02 -0700)
commit73674a19e826f8ebfa248947272a9e81584eaf66
treee061dccae70aa1f2faec0171d8e23d56ad2b9a80
parentaf1585822a5a09a449ec03a0dd4c76589c7c2d74
[PATCH] PCI: Improve PCI config space writeback

At least one laptop blew up on resume from suspend with a black screen due
to a lack of this patch.  By only writing back config space that is
different, we minimise the possibility of accidents like this.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci.c