Re: [PATCH 12/14] PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl

2016-07-04 Thread Andrew Donnellan
On 05/07/16 10:03, Gavin Shan wrote: Andrew/Ian, it seems HOTPLUG_PCI_POWERNV_BASE isn't defined and we needn't it. Argh, thanks for picking that up! I removed that option and all its occurrences in the code based on your earlier private feedback but forgot to drop this. Will fix in V2.

Re: [PATCH 12/14] PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl

2016-07-04 Thread Gavin Shan
On Mon, Jul 04, 2016 at 11:22:10PM +1000, Ian Munsie wrote: >From: Andrew Donnellan > >The cxl driver will use infrastructure from pnv_php to handle device tree >updates when switching bi-modal CAPI cards into CAPI mode. > >To enable this, export pnv_php_find_slot()

[PATCH 12/14] PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl

2016-07-04 Thread Ian Munsie
From: Andrew Donnellan The cxl driver will use infrastructure from pnv_php to handle device tree updates when switching bi-modal CAPI cards into CAPI mode. To enable this, export pnv_php_find_slot() and pnv_php_set_slot_power_state(), and add corresponding