Re: [RFC PATCH V3 07/17] ppc/pnv: Add function to deconfig a PE

2014-06-23 Thread Wei Yang
On Mon, Jun 23, 2014 at 03:27:21PM +1000, Gavin Shan wrote: >On Tue, Jun 10, 2014 at 09:56:29AM +0800, Wei Yang wrote: >>On PowerNV platform, it will support dynamic PE allocation and deallocation. >> >>This patch adds a function to release those resources related to a PE. >> >>Signed-off-by: Wei Y

Re: [RFC PATCH V3 07/17] ppc/pnv: Add function to deconfig a PE

2014-06-22 Thread Gavin Shan
On Tue, Jun 10, 2014 at 09:56:29AM +0800, Wei Yang wrote: >On PowerNV platform, it will support dynamic PE allocation and deallocation. > >This patch adds a function to release those resources related to a PE. > >Signed-off-by: Wei Yang >--- > arch/powerpc/platforms/powernv/pci-ioda.c | 77 +

[RFC PATCH V3 07/17] ppc/pnv: Add function to deconfig a PE

2014-06-09 Thread Wei Yang
On PowerNV platform, it will support dynamic PE allocation and deallocation. This patch adds a function to release those resources related to a PE. Signed-off-by: Wei Yang --- arch/powerpc/platforms/powernv/pci-ioda.c | 77 + 1 file changed, 77 insertions(+) diff