commit | 9c0e1ecbe19540c23f941c1fdb59e79b16c17d55 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Fri May 20 16:41:39 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 21 15:30:57 2016 +1000 |
tree | 01b7a346e67f3d5ba1cae7db8d93d683c95732e7 | |
parent | ebe2253127395b884e1ace5fb48598e1eb4de689 [diff] |
powerpc/powernv: Use PCI slot reset infrastructure The (OPAL) firmware might provide the PCI slot reset capability which is identified by property "ibm,reset-by-firmware" on the PCI slot associated device node. This routes the reset request to firmware if "ibm,reset-by-firmware" exists in the PCI slot device node. Otherwise, the reset is done inside kernel as before. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>