diff mbox series

[1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

Message ID 1564306219-17439-1-git-send-email-bmeng.cn@gmail.com
State Accepted, archived
Headers show
Series [1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Bin Meng July 28, 2019, 9:30 a.m. UTC
The base address of msi-controller@c should be set to c.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng Aug. 1, 2019, 9:53 a.m. UTC | #1
On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> The base address of msi-controller@c should be set to c.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> index c60c034..c20b51d 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> @@ -98,7 +98,7 @@ Example
>         };
>
>         msi_c: msi-controller@c {
> -               reg = <0xb 0xf00>;
> +               reg = <0xc 0xf00>;
>                 compatible = "vendor-b,another-controller";
>                 msi-controller;
>                 /* Each device has some unique ID */
> --

Ping?
Bin Meng Aug. 8, 2019, 3:25 a.m. UTC | #2
On Thu, Aug 1, 2019 at 5:53 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > The base address of msi-controller@c should be set to c.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> >
> >  Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> > index c60c034..c20b51d 100644
> > --- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> > +++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
> > @@ -98,7 +98,7 @@ Example
> >         };
> >
> >         msi_c: msi-controller@c {
> > -               reg = <0xb 0xf00>;
> > +               reg = <0xc 0xf00>;
> >                 compatible = "vendor-b,another-controller";
> >                 msi-controller;
> >                 /* Each device has some unique ID */
> > --
>
> Ping?

Ping?
Rob Herring Aug. 16, 2019, 9:54 p.m. UTC | #3
On Sun, 28 Jul 2019 02:30:18 -0700, Bin Meng wrote:
> The base address of msi-controller@c should be set to c.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> 
>  Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Rob
Bin Meng March 13, 2020, 2:05 p.m. UTC | #4
Hi Rob,

On Sat, Aug 17, 2019 at 5:54 AM Rob Herring <robh@kernel.org> wrote:
>
> On Sun, 28 Jul 2019 02:30:18 -0700, Bin Meng wrote:
> > The base address of msi-controller@c should be set to c.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> >
> >  Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Applied, thanks.

This seems not be applied anywhere. Could you please check? Thanks!

Regards,
Bin
Rob Herring March 30, 2020, 6:43 p.m. UTC | #5
On Fri, Mar 13, 2020 at 8:06 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> Hi Rob,
>
> On Sat, Aug 17, 2019 at 5:54 AM Rob Herring <robh@kernel.org> wrote:
> >
> > On Sun, 28 Jul 2019 02:30:18 -0700, Bin Meng wrote:
> > > The base address of msi-controller@c should be set to c.
> > >
> > > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > > ---
> > >
> > >  Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> >
> > Applied, thanks.
>
> This seems not be applied anywhere. Could you please check? Thanks!

Sorry, not sure what happened there. Now queued for 5.7.

Rob
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
index c60c034..c20b51d 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
@@ -98,7 +98,7 @@  Example
 	};
 
 	msi_c: msi-controller@c {
-		reg = <0xb 0xf00>;
+		reg = <0xc 0xf00>;
 		compatible = "vendor-b,another-controller";
 		msi-controller;
 		/* Each device has some unique ID */