]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: mvebu - The bridge secondary status register should be 0
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Tue, 15 Oct 2013 20:16:30 +0000 (14:16 -0600)
committerJason Cooper <jason@lakedaemon.net>
Thu, 17 Oct 2013 13:11:01 +0000 (13:11 +0000)
commitca02ce7f863f7ff022b4adfa02639feeb108ebab
treead3a466780ccd1c7ee9365c44d9ab6145991845d
parentb09d7cdf75dc2e81362d0c18c025f168e10cd881
PCI: mvebu - The bridge secondary status register should be 0

There are no writable bits in the secondary status register, only
write 1 to clear bits. The driver never sets any of the write 1 to
clear bits so the status register should always be 0, just remove
the set from the write path.

Someday the write 1 to clear bits should be copied/cleared directly
from registers in the HW.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/pci/host/pci-mvebu.c