Re: [PATCH 1/3] powernv/pci: Use pnv_phb as the private data for debugfs entries

2020-01-28 Thread Michael Ellerman
On Thu, 2019-09-12 at 05:29:43 UTC, Oliver O'Halloran wrote: > Use the pnv_phb structure as the private data pointer for the debugfs > files. This lets us delete some code and an open-coded use of > hose->private_data. > > Signed-off-by: Oliver O'Halloran Series applied to powerpc next,

Re: [PATCH 1/3] powernv/pci: Use pnv_phb as the private data for debugfs entries

2019-09-23 Thread Alexey Kardashevskiy
On 12/09/2019 15:29, Oliver O'Halloran wrote: > Use the pnv_phb structure as the private data pointer for the debugfs > files. This lets us delete some code and an open-coded use of > hose->private_data. > > Signed-off-by: Oliver O'Halloran Reviewed-by: Alexey Kardashevskiy > --- >

[PATCH 1/3] powernv/pci: Use pnv_phb as the private data for debugfs entries

2019-09-11 Thread Oliver O'Halloran
Use the pnv_phb structure as the private data pointer for the debugfs files. This lets us delete some code and an open-coded use of hose->private_data. Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/pci-ioda.c | 11 ++- 1 file changed, 2 insertions(+), 9