diff mbox series

powerpc/mpic: Fix dead link to fsl/mpic.txt

Message ID 20251203191706.58901-1-sohammetha01@gmail.com (mailing list archive)
State New
Headers show
Series powerpc/mpic: Fix dead link to fsl/mpic.txt | expand

Commit Message

Soham Metha Dec. 3, 2025, 7:17 p.m. UTC
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(-)

Comments

Soham Metha Jan. 23, 2026, 7:53 p.m. UTC | #1
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
>
>
Soham Metha Jan. 23, 2026, 8:05 p.m. UTC | #2
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
diff mbox series

Patch

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: