From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rrTvC3YXxzDqyr for ; Fri, 15 Jul 2016 20:53:27 +1000 (AEST) 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) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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