2019-07-28 09:32:46

by Bin Meng

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

The base address of msi-controller@c should be set to c.

Signed-off-by: Bin Meng <[email protected]>
---

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 */
--
2.7.4



2019-08-01 10:03:24

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <[email protected]> wrote:
>
> The base address of msi-controller@c should be set to c.
>
> Signed-off-by: Bin Meng <[email protected]>
> ---
>
> 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?

2019-08-08 03:28:11

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

On Thu, Aug 1, 2019 at 5:53 PM Bin Meng <[email protected]> wrote:
>
> On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <[email protected]> wrote:
> >
> > The base address of msi-controller@c should be set to c.
> >
> > Signed-off-by: Bin Meng <[email protected]>
> > ---
> >
> > 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?

2019-08-16 21:55:26

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

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 <[email protected]>
> ---
>
> Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks.

Rob

2020-03-13 14:07:05

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

Hi Rob,

On Sat, Aug 17, 2019 at 5:54 AM Rob Herring <[email protected]> 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 <[email protected]>
> > ---
> >
> > 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

2020-03-30 18:44:43

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg

On Fri, Mar 13, 2020 at 8:06 AM Bin Meng <[email protected]> wrote:
>
> Hi Rob,
>
> On Sat, Aug 17, 2019 at 5:54 AM Rob Herring <[email protected]> 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 <[email protected]>
> > > ---
> > >
> > > 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