git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22057c
)
powerpc/eeh: Remove eeh device from OF node
author
Gavin Shan
<shangw@linux.vnet.ibm.com>
Tue, 20 Mar 2012 21:30:27 +0000
(21:30 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 28 Mar 2012 00:31:57 +0000
(11:31 +1100)
Originally, the PCI sensitive OF node is tracing the eeh device
through struct device_node->edev. However, it was regarded as
bad idea.
The patch removes struct device_node->edev and uses PCI_DN to
trace the corresponding eeh device according to BenH's comments.
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found