linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
@ 2019-07-28  9:30 Bin Meng
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bin Meng @ 2019-07-28  9:30 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

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


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

* [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
  2019-07-28  9:30 [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
@ 2019-07-28  9:30 ` Bin Meng
  2019-08-01  9:53   ` Bin Meng
  2019-08-16 21:56   ` Rob Herring
  2019-08-01  9:53 ` [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
  2019-08-16 21:54 ` Rob Herring
  2 siblings, 2 replies; 10+ messages in thread
From: Bin Meng @ 2019-07-28  9:30 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

The unit-address must match the first address specified in the
reg property of the node.

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

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

diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
index 9b3cc81..b73d839 100644
--- a/Documentation/devicetree/bindings/pci/pci-msi.txt
+++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
@@ -201,7 +201,7 @@ Example (5)
 		#msi-cells = <1>;
 	};
 
-	pci: pci@c {
+	pci: pci@f {
 		reg = <0xf 0x1>;
 		compatible = "vendor,pcie-root-complex";
 		device_type = "pci";
-- 
2.7.4


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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
  2019-07-28  9:30 [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
@ 2019-08-01  9:53 ` Bin Meng
  2019-08-08  3:25   ` Bin Meng
  2019-08-16 21:54 ` Rob Herring
  2 siblings, 1 reply; 10+ messages in thread
From: Bin Meng @ 2019-08-01  9:53 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

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?

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

* Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
@ 2019-08-01  9:53   ` Bin Meng
  2019-08-08  3:26     ` Bin Meng
  2019-08-16 21:56   ` Rob Herring
  1 sibling, 1 reply; 10+ messages in thread
From: Bin Meng @ 2019-08-01  9:53 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

On Sun, Jul 28, 2019 at 5:30 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> The unit-address must match the first address specified in the
> reg property of the node.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
> index 9b3cc81..b73d839 100644
> --- a/Documentation/devicetree/bindings/pci/pci-msi.txt
> +++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
> @@ -201,7 +201,7 @@ Example (5)
>                 #msi-cells = <1>;
>         };
>
> -       pci: pci@c {
> +       pci: pci@f {
>                 reg = <0xf 0x1>;
>                 compatible = "vendor,pcie-root-complex";
>                 device_type = "pci";
> --

Ping?

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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
  2019-08-01  9:53 ` [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
@ 2019-08-08  3:25   ` Bin Meng
  0 siblings, 0 replies; 10+ messages in thread
From: Bin Meng @ 2019-08-08  3:25 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

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?

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

* Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
  2019-08-01  9:53   ` Bin Meng
@ 2019-08-08  3:26     ` Bin Meng
  0 siblings, 0 replies; 10+ messages in thread
From: Bin Meng @ 2019-08-08  3:26 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

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 unit-address must match the first address specified in the
> > reg property of the node.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> >
> >  Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/pci/pci-msi.txt b/Documentation/devicetree/bindings/pci/pci-msi.txt
> > index 9b3cc81..b73d839 100644
> > --- a/Documentation/devicetree/bindings/pci/pci-msi.txt
> > +++ b/Documentation/devicetree/bindings/pci/pci-msi.txt
> > @@ -201,7 +201,7 @@ Example (5)
> >                 #msi-cells = <1>;
> >         };
> >
> > -       pci: pci@c {
> > +       pci: pci@f {
> >                 reg = <0xf 0x1>;
> >                 compatible = "vendor,pcie-root-complex";
> >                 device_type = "pci";
> > --
>
> Ping?

Ping?

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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
  2019-07-28  9:30 [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
  2019-08-01  9:53 ` [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
@ 2019-08-16 21:54 ` Rob Herring
  2020-03-13 14:05   ` Bin Meng
  2 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2019-08-16 21:54 UTC (permalink / raw)
  To: Bin Meng; +Cc: Mark Rutland, devicetree, LKML

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

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

* Re: [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
  2019-08-01  9:53   ` Bin Meng
@ 2019-08-16 21:56   ` Rob Herring
  1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2019-08-16 21:56 UTC (permalink / raw)
  To: Bin Meng; +Cc: Mark Rutland, devicetree, LKML

On Sun, 28 Jul 2019 02:30:19 -0700, Bin Meng wrote:
> The unit-address must match the first address specified in the
> reg property of the node.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> 
>  Documentation/devicetree/bindings/pci/pci-msi.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Rob

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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
  2019-08-16 21:54 ` Rob Herring
@ 2020-03-13 14:05   ` Bin Meng
  2020-03-30 18:43     ` Rob Herring
  0 siblings, 1 reply; 10+ messages in thread
From: Bin Meng @ 2020-03-13 14:05 UTC (permalink / raw)
  To: Rob Herring; +Cc: Mark Rutland, devicetree, LKML

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

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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
  2020-03-13 14:05   ` Bin Meng
@ 2020-03-30 18:43     ` Rob Herring
  0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2020-03-30 18:43 UTC (permalink / raw)
  To: Bin Meng; +Cc: Mark Rutland, devicetree, LKML

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

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

end of thread, other threads:[~2020-03-30 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28  9:30 [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
2019-08-01  9:53   ` Bin Meng
2019-08-08  3:26     ` Bin Meng
2019-08-16 21:56   ` Rob Herring
2019-08-01  9:53 ` [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
2019-08-08  3:25   ` Bin Meng
2019-08-16 21:54 ` Rob Herring
2020-03-13 14:05   ` Bin Meng
2020-03-30 18:43     ` Rob Herring

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).