[Skiboot] [PATCH 1/2] pci: Mkae PCI slot state as incremental to base number

Russell Currey ruscur at russell.cc
Fri Oct 21 16:48:57 AEDT 2016


On Thu, 2016-10-20 at 14:17 +1100, Gavin Shan wrote:
> Various backends define their own PCI slot states for flexibility
> with numbers [A]. PCI core also defines its PCI slot states [B].
> For one specific PCI slot state, the major number of [A] and [B]
> should be same so that the corresponding operation can be found.
> It means [A] and [B] are relavent to some extent, but the code
> where defines the PCI slots in backends doesn't reflect it.
> 
> This makes the major PCI slot state defined in backend same to
> the corresponding one defined in PCI core. The minor PCI slot
> states are made to be incremental to their base number (major
> PCI slot state). No functional changes introduced.
> 
> Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>

Typo in the commit name, other than that:

Acked-by: Russell Currey <ruscur at russell.cc>


More information about the Skiboot mailing list