From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org ([103.22.144.67]:44169 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932187AbcGOKx2 (ORCPT ); Fri, 15 Jul 2016 06:53:28 -0400 In-Reply-To: <1468444634-1866-14-git-send-email-imunsie@au.ibm.com> To: Ian Munsie , Michael Neuling , Frederic Barrat , Andrew Donnellan , linuxppc-dev@lists.ozlabs.org, Huy Nguyen From: Michael Ellerman Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, Ian Munsie , Gavin Shan Subject: Re: [13/15] PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl Message-Id: <3rrTvC2V9yz9ssM@ozlabs.org> Date: Fri, 15 Jul 2016 20:53:27 +1000 (AEST) Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, 2016-13-07 at 21:17:12 UTC, 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() and > pnv_php_set_slot_power_state(), and add corresponding declarations, as well > as the definition of struct pnv_php_slot, to asm/pnv-pci.h. > > Cc: Gavin Shan > Cc: linux-pci@vger.kernel.org > Cc: Bjorn Helgaas > Signed-off-by: Andrew Donnellan > Signed-off-by: Ian Munsie > Acked-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/89379f165a1be13aa9b4731a90 cheers