linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released
@ 2020-04-08 11:22 Oliver O'Halloran
  2020-04-09  7:02 ` Sam Bobroff
  2020-06-09  5:29 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Oliver O'Halloran @ 2020-04-08 11:22 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Oliver O'Halloran

Quite useful to know in some cases.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 arch/powerpc/platforms/powernv/pci-ioda.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c
index 3d81c01..82e5098 100644
--- a/arch/powerpc/platforms/powernv/pci-ioda.c
+++ b/arch/powerpc/platforms/powernv/pci-ioda.c
@@ -3475,6 +3475,8 @@ static void pnv_ioda_release_pe(struct pnv_ioda_pe *pe)
 	struct pnv_phb *phb = pe->phb;
 	struct pnv_ioda_pe *slave, *tmp;
 
+	pe_info(pe, "Releasing PE\n");
+
 	mutex_lock(&phb->ioda.pe_list_mutex);
 	list_del(&pe->list);
 	mutex_unlock(&phb->ioda.pe_list_mutex);
-- 
2.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released
  2020-04-08 11:22 [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released Oliver O'Halloran
@ 2020-04-09  7:02 ` Sam Bobroff
  2020-06-09  5:29 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Bobroff @ 2020-04-09  7:02 UTC (permalink / raw)
  To: Oliver O'Halloran; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

On Wed, Apr 08, 2020 at 09:22:13PM +1000, Oliver O'Halloran wrote:
> Quite useful to know in some cases.
> 
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>

Agreed.
Reviewed-by: Sam Bobroff <sbobroff@linux.ibm.com>

> ---
>  arch/powerpc/platforms/powernv/pci-ioda.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c
> index 3d81c01..82e5098 100644
> --- a/arch/powerpc/platforms/powernv/pci-ioda.c
> +++ b/arch/powerpc/platforms/powernv/pci-ioda.c
> @@ -3475,6 +3475,8 @@ static void pnv_ioda_release_pe(struct pnv_ioda_pe *pe)
>  	struct pnv_phb *phb = pe->phb;
>  	struct pnv_ioda_pe *slave, *tmp;
>  
> +	pe_info(pe, "Releasing PE\n");
> +
>  	mutex_lock(&phb->ioda.pe_list_mutex);
>  	list_del(&pe->list);
>  	mutex_unlock(&phb->ioda.pe_list_mutex);
> -- 
> 2.9.5
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released
  2020-04-08 11:22 [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released Oliver O'Halloran
  2020-04-09  7:02 ` Sam Bobroff
@ 2020-06-09  5:29 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2020-06-09  5:29 UTC (permalink / raw)
  To: Oliver O'Halloran, linuxppc-dev

On Wed, 8 Apr 2020 21:22:13 +1000, Oliver O'Halloran wrote:
> Quite useful to know in some cases.

Applied to powerpc/next.

[1/1] powerpc/powernv: Add a print indicating when an IODA PE is released
      https://git.kernel.org/powerpc/c/e5500ab657c51bec5af8dcf564a096de48e7a132

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-09  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08 11:22 [PATCH] powerpc/powernv: Add a print indicating when an IODA PE is released Oliver O'Halloran
2020-04-09  7:02 ` Sam Bobroff
2020-06-09  5:29 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).