public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt
@ 2025-12-03 19:17 Soham Metha
  2026-01-23 19:53 ` Soham Metha
  2026-01-23 20:05 ` Soham Metha
  0 siblings, 2 replies; 3+ messages in thread
From: Soham Metha @ 2025-12-03 19:17 UTC (permalink / raw)
  To: linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Soham Metha, Madhavan Srinivasan,
	Michael Ellerman, Nicholas Piggin, Christophe Leroy,
	Thomas Gleixner, Jiri Slaby (SUSE), Ricardo B. Marlière,
	Thorsten Blum, linuxppc-dev

Update the reference to the old 'fsl/mpic.txt' binding, which was removed in
commit 326d25198112 ("dt-bindings: powerpc: Drop duplicate fsl/mpic.txt").

Signed-off-by: Soham Metha <sohammetha01@gmail.com>
---
No functional changes.

 arch/powerpc/sysdev/mpic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c
index ad7310bba00b..b6c7b7dc1622 100644
--- a/arch/powerpc/sysdev/mpic.c
+++ b/arch/powerpc/sysdev/mpic.c
@@ -1105,7 +1105,7 @@ static int mpic_host_xlate(struct irq_domain *h, struct device_node *ct,
 		 * First two cells are as usual.  Third specifies
 		 * an "interrupt type".  Fourth is type-specific data.
 		 *
-		 * See Documentation/devicetree/bindings/powerpc/fsl/mpic.txt
+		 * See Documentation/devicetree/bindings/interrupt-controller/chrp,open-pic.yaml
 		 */
 		switch (intspec[2]) {
 		case 0:
-- 
2.34.1



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

* Re: [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt
  2025-12-03 19:17 [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt Soham Metha
@ 2026-01-23 19:53 ` Soham Metha
  2026-01-23 20:05 ` Soham Metha
  1 sibling, 0 replies; 3+ messages in thread
From: Soham Metha @ 2026-01-23 19:53 UTC (permalink / raw)
  To: linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Madhavan Srinivasan, Michael Ellerman,
	Nicholas Piggin, Christophe Leroy, Thomas Gleixner,
	Jiri Slaby (SUSE), Ricardo B. Marlière, Thorsten Blum,
	linuxppc-dev

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

Hi,

Just a gentle ping on this documentation patch in case it was missed.
Please let me know if any changes are needed.

Thanks!
Soham

On Thu, 4 Dec 2025, 12:47 am Soham Metha, <sohammetha01@gmail.com> wrote:

> Update the reference to the old 'fsl/mpic.txt' binding, which was removed
> in
> commit 326d25198112 ("dt-bindings: powerpc: Drop duplicate fsl/mpic.txt").
>
> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
> ---
> No functional changes.
>
>  arch/powerpc/sysdev/mpic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c
> index ad7310bba00b..b6c7b7dc1622 100644
> --- a/arch/powerpc/sysdev/mpic.c
> +++ b/arch/powerpc/sysdev/mpic.c
> @@ -1105,7 +1105,7 @@ static int mpic_host_xlate(struct irq_domain *h,
> struct device_node *ct,
>                  * First two cells are as usual.  Third specifies
>                  * an "interrupt type".  Fourth is type-specific data.
>                  *
> -                * See
> Documentation/devicetree/bindings/powerpc/fsl/mpic.txt
> +                * See
> Documentation/devicetree/bindings/interrupt-controller/chrp,open-pic.yaml
>                  */
>                 switch (intspec[2]) {
>                 case 0:
> --
> 2.34.1
>
>

[-- Attachment #2: Type: text/html, Size: 1980 bytes --]

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

* Re: [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt
  2025-12-03 19:17 [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt Soham Metha
  2026-01-23 19:53 ` Soham Metha
@ 2026-01-23 20:05 ` Soham Metha
  1 sibling, 0 replies; 3+ messages in thread
From: Soham Metha @ 2026-01-23 20:05 UTC (permalink / raw)
  To: linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Madhavan Srinivasan, Michael Ellerman,
	Nicholas Piggin, Christophe Leroy, Thomas Gleixner,
	Jiri Slaby (SUSE), Ricardo B. Marlière, Thorsten Blum,
	linuxppc-dev



On 04/12/25 00:47, Soham Metha wrote:
> Update the reference to the old 'fsl/mpic.txt' binding, which was removed in
> commit 326d25198112 ("dt-bindings: powerpc: Drop duplicate fsl/mpic.txt").
> 
> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
> ---
> No functional changes.
> 
>  arch/powerpc/sysdev/mpic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c
> index ad7310bba00b..b6c7b7dc1622 100644
> --- a/arch/powerpc/sysdev/mpic.c
> +++ b/arch/powerpc/sysdev/mpic.c
> @@ -1105,7 +1105,7 @@ static int mpic_host_xlate(struct irq_domain *h, struct device_node *ct,
>  		 * First two cells are as usual.  Third specifies
>  		 * an "interrupt type".  Fourth is type-specific data.
>  		 *
> -		 * See Documentation/devicetree/bindings/powerpc/fsl/mpic.txt
> +		 * See Documentation/devicetree/bindings/interrupt-controller/chrp,open-pic.yaml
>  		 */
>  		switch (intspec[2]) {
>  		case 0:

Hi,

Just a gentle ping on this documentation patch in case it was missed.
Please let me know if any changes are needed.

Thanks,
Soham


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

end of thread, other threads:[~2026-01-23 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 19:17 [PATCH] powerpc/mpic: Fix dead link to fsl/mpic.txt Soham Metha
2026-01-23 19:53 ` Soham Metha
2026-01-23 20:05 ` Soham Metha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox