devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Docs: dt: update binding for Freescale Management Complex
@ 2015-09-25 21:08 Stuart Yoder
  2015-09-25 21:08 ` [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-parent Stuart Yoder
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stuart Yoder @ 2015-09-25 21:08 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	german.rivera-KZfg59tc24xl57MIdRCFDg,
	bhupesh.sharma-KZfg59tc24xl57MIdRCFDg,
	itai.katz-KZfg59tc24xl57MIdRCFDg, Stuart Yoder

Update the binding for the Freescale Management Complex to include definition
of ranges, msi-parent, and dpmac subnodes.

Stuart Yoder (3):
  Docs: dt: fsl-mc: update binding to include msi-parent
  Docs: dt: fsl-mc update binding to include definition of ranges
  Docs: dt: fsl-mc: update binding to define dpmac subnodes

 .../devicetree/bindings/misc/fsl,qoriq-mc.txt      | 81 +++++++++++++++++++++-
 1 file changed, 80 insertions(+), 1 deletion(-)

-- 
2.3.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-parent
  2015-09-25 21:08 [PATCH 0/3] Docs: dt: update binding for Freescale Management Complex Stuart Yoder
@ 2015-09-25 21:08 ` Stuart Yoder
       [not found]   ` <1443215286-3126-2-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
       [not found] ` <1443215286-3126-1-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  2015-09-25 21:08 ` [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac subnodes Stuart Yoder
  2 siblings, 1 reply; 7+ messages in thread
From: Stuart Yoder @ 2015-09-25 21:08 UTC (permalink / raw)
  To: robh+dt, mark.rutland
  Cc: devicetree, linux-kernel, german.rivera, bhupesh.sharma,
	itai.katz, Stuart Yoder

The Freescale Management Complex and all associated objects
use message interrupts, and thus an msi-parent is required.

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---
 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
index c7a26ca..6aac955 100644
--- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
+++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
@@ -30,11 +30,17 @@ Required properties:
                         region may not be present in some scenarios, such
                         as in the device tree presented to a virtual machine.
 
+    - msi-parent
+        Value type: <phandle>
+        Definition: Must be present and point to the MSI controller node
+                    handling message interrupts for the MC.
+
 Example:
 
         fsl_mc: fsl-mc@80c000000 {
                 compatible = "fsl,qoriq-mc";
                 reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal base */
                       <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
+                msi-parent = <&its>;
         };
 
-- 
2.3.3

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

* [PATCH 2/3] Docs: dt: fsl-mc update binding to include definition of ranges
       [not found] ` <1443215286-3126-1-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-09-25 21:08   ` Stuart Yoder
       [not found]     ` <1443215286-3126-3-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Stuart Yoder @ 2015-09-25 21:08 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	german.rivera-KZfg59tc24xl57MIdRCFDg,
	bhupesh.sharma-KZfg59tc24xl57MIdRCFDg,
	itai.katz-KZfg59tc24xl57MIdRCFDg, Stuart Yoder

Define a ranges property to specify the mapping between
the MC address space and the system address space.

Signed-off-by: Stuart Yoder <stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
 .../devicetree/bindings/misc/fsl,qoriq-mc.txt      | 30 +++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
index 6aac955..848975f 100644
--- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
+++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
@@ -35,6 +35,26 @@ Required properties:
         Definition: Must be present and point to the MSI controller node
                     handling message interrupts for the MC.
 
+    - ranges
+        Value type: <prop-encoded-array>
+        Definition: A standard property.  Defines the mapping between the child
+                    MC address space and the parent system address space.
+
+                    The MC address space is defined by 3 components:
+                       <region type> <offset hi> <offset lo>
+
+                    Valid values for region type are
+                       0x0 - MC portals
+                       0x1 - QBMAN portals
+
+    - #address-cells
+        Value type: <u32>
+        Definition: Must be 3.  (see definition in 'ranges' property)
+
+    - #size-cells
+        Value type: <u32>
+        Definition: Must be 1.
+
 Example:
 
         fsl_mc: fsl-mc@80c000000 {
@@ -42,5 +62,13 @@ Example:
                 reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal base */
                       <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
                 msi-parent = <&its>;
-        };
+                #address-cells = <3>;
+                #size-cells = <1>;
 
+                /*
+                 * Region type 0x0 - MC portals
+                 * Region type 0x1 - QBMAN portals
+                 */
+                ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000
+                          0x1 0x0 0x0 0x8 0x18000000 0x8000000>;
+        };
-- 
2.3.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac subnodes
  2015-09-25 21:08 [PATCH 0/3] Docs: dt: update binding for Freescale Management Complex Stuart Yoder
  2015-09-25 21:08 ` [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-parent Stuart Yoder
       [not found] ` <1443215286-3126-1-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-09-25 21:08 ` Stuart Yoder
  2015-09-29 19:21   ` Jose Rivera
  2 siblings, 1 reply; 7+ messages in thread
From: Stuart Yoder @ 2015-09-25 21:08 UTC (permalink / raw)
  To: robh+dt, mark.rutland
  Cc: devicetree, linux-kernel, german.rivera, bhupesh.sharma,
	itai.katz, Stuart Yoder

The fsl-mc node may optionally have dpmac sub-nodes that describe
the relationship between the Ethernet MACs which belong to the MC
and the Ethernet PHYs on the system board.

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---
 .../devicetree/bindings/misc/fsl,qoriq-mc.txt      | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
index 848975f..6611a7c 100644
--- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
+++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
@@ -55,6 +55,40 @@ Required properties:
         Value type: <u32>
         Definition: Must be 1.
 
+Sub-nodes:
+
+        The fsl-mc node may optionally have dpmac sub-nodes that describe
+        the relationship between the Ethernet MACs which belong to the MC
+        and the Ethernet PHYs on the system board.
+
+        The dpmac nodes must be under a node named "dpmacs" which contains
+        the following properties:
+
+            - #address-cells
+              Value type: <u32>
+              Definition: Must be present if dpmac sub-nodes are defined and must
+                          have a value of 1.
+
+            - #size-cells
+              Value type: <u32>
+              Definition: Must be present if dpmac sub-nodes are defined and must
+                          have a value of 0.
+
+        These nodes must have the following properties:
+
+            - compatible
+              Value type: <string>
+              Definition: Must be "fsl,qoriq-mc-dpmac".
+
+            - reg
+              Value type: <prop-encoded-array>
+              Definition: Specifies the id of the dpmac.
+
+            - phy-handle
+              Value type: <phandle>
+              Definition: Specifies the phandle to the PHY device node associated
+                          with the this dpmac.
+
 Example:
 
         fsl_mc: fsl-mc@80c000000 {
@@ -71,4 +105,15 @@ Example:
                  */
                 ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000
                           0x1 0x0 0x0 0x8 0x18000000 0x8000000>;
+
+                dpmacs {
+                    #address-cells = <1>;
+                    #size-cells = <0>;
+
+                    dpmac@1 {
+                        compatible = "fsl,qoriq-mc-dpmac";
+                        reg = <1>;
+                        phy-handle = <&mdio0_phy0>;
+                    }
+                }
         };
-- 
2.3.3

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

* RE: [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-parent
       [not found]   ` <1443215286-3126-2-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-09-29 19:21     ` Jose Rivera
  0 siblings, 0 replies; 7+ messages in thread
From: Jose Rivera @ 2015-09-29 19:21 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Sharma Bhupesh, Katz Itai, Stuart Yoder

> -----Original Message-----
> From: Stuart Yoder [mailto:stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org]
> Sent: Friday, September 25, 2015 4:08 PM
> To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org; mark.rutland-5wv7dgnIgG8@public.gmane.org
> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Rivera
> Jose-B46482; Sharma Bhupesh-B45370; katz Itai-RM05202; Yoder Stuart-
> B08248
> Subject: [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-
> parent
> 
> The Freescale Management Complex and all associated objects use message
> interrupts, and thus an msi-parent is required.
> 
> Signed-off-by: Stuart Yoder <stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> index c7a26ca..6aac955 100644
> --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> @@ -30,11 +30,17 @@ Required properties:
>                          region may not be present in some scenarios,
> such
>                          as in the device tree presented to a virtual
> machine.
> 
> +    - msi-parent
> +        Value type: <phandle>
> +        Definition: Must be present and point to the MSI controller node
> +                    handling message interrupts for the MC.
> +
>  Example:
> 
>          fsl_mc: fsl-mc@80c000000 {
>                  compatible = "fsl,qoriq-mc";
>                  reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal
> base */
>                        <0x00000000 0x08340000 0 0x40000>; /* MC control
> reg */
> +                msi-parent = <&its>;
>          };
> 
> --
> 2.3.3

Acked-by: J. German Rivera <German.Rivera-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH 2/3] Docs: dt: fsl-mc update binding to include definition of ranges
       [not found]     ` <1443215286-3126-3-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-09-29 19:21       ` Jose Rivera
  0 siblings, 0 replies; 7+ messages in thread
From: Jose Rivera @ 2015-09-29 19:21 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Sharma Bhupesh, Katz Itai, Stuart Yoder

> -----Original Message-----
> From: Stuart Yoder [mailto:stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org]
> Sent: Friday, September 25, 2015 4:08 PM
> To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org; mark.rutland-5wv7dgnIgG8@public.gmane.org
> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Rivera
> Jose-B46482; Sharma Bhupesh-B45370; katz Itai-RM05202; Yoder Stuart-
> B08248
> Subject: [PATCH 2/3] Docs: dt: fsl-mc update binding to include
> definition of ranges
> 
> Define a ranges property to specify the mapping between the MC address
> space and the system address space.
> 
> Signed-off-by: Stuart Yoder <stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---
>  .../devicetree/bindings/misc/fsl,qoriq-mc.txt      | 30
> +++++++++++++++++++++-
>  1 file changed, 29 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> index 6aac955..848975f 100644
> --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> @@ -35,6 +35,26 @@ Required properties:
>          Definition: Must be present and point to the MSI controller node
>                      handling message interrupts for the MC.
> 
> +    - ranges
> +        Value type: <prop-encoded-array>
> +        Definition: A standard property.  Defines the mapping between
> the child
> +                    MC address space and the parent system address
> space.
> +
> +                    The MC address space is defined by 3 components:
> +                       <region type> <offset hi> <offset lo>
> +
> +                    Valid values for region type are
> +                       0x0 - MC portals
> +                       0x1 - QBMAN portals
> +
> +    - #address-cells
> +        Value type: <u32>
> +        Definition: Must be 3.  (see definition in 'ranges' property)
> +
> +    - #size-cells
> +        Value type: <u32>
> +        Definition: Must be 1.
> +
>  Example:
> 
>          fsl_mc: fsl-mc@80c000000 {
> @@ -42,5 +62,13 @@ Example:
>                  reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal
> base */
>                        <0x00000000 0x08340000 0 0x40000>; /* MC control
> reg */
>                  msi-parent = <&its>;
> -        };
> +                #address-cells = <3>;
> +                #size-cells = <1>;
> 
> +                /*
> +                 * Region type 0x0 - MC portals
> +                 * Region type 0x1 - QBMAN portals
> +                 */
> +                ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000
> +                          0x1 0x0 0x0 0x8 0x18000000 0x8000000>;
> +        };
> --
> 2.3.3

Acked-by: J. German Rivera <German.Rivera-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac subnodes
  2015-09-25 21:08 ` [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac subnodes Stuart Yoder
@ 2015-09-29 19:21   ` Jose Rivera
  0 siblings, 0 replies; 7+ messages in thread
From: Jose Rivera @ 2015-09-29 19:21 UTC (permalink / raw)
  To: robh+dt@kernel.org, mark.rutland@arm.com
  Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Sharma Bhupesh, Katz Itai, Stuart Yoder

> -----Original Message-----
> From: Stuart Yoder [mailto:stuart.yoder@freescale.com]
> Sent: Friday, September 25, 2015 4:08 PM
> To: robh+dt@kernel.org; mark.rutland@arm.com
> Cc: devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; Rivera
> Jose-B46482; Sharma Bhupesh-B45370; katz Itai-RM05202; Yoder Stuart-
> B08248
> Subject: [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac
> subnodes
> 
> The fsl-mc node may optionally have dpmac sub-nodes that describe the
> relationship between the Ethernet MACs which belong to the MC and the
> Ethernet PHYs on the system board.
> 
> Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
> ---
>  .../devicetree/bindings/misc/fsl,qoriq-mc.txt      | 45
> ++++++++++++++++++++++
>  1 file changed, 45 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> index 848975f..6611a7c 100644
> --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> @@ -55,6 +55,40 @@ Required properties:
>          Value type: <u32>
>          Definition: Must be 1.
> 
> +Sub-nodes:
> +
> +        The fsl-mc node may optionally have dpmac sub-nodes that
> describe
> +        the relationship between the Ethernet MACs which belong to the
> MC
> +        and the Ethernet PHYs on the system board.
> +
> +        The dpmac nodes must be under a node named "dpmacs" which
> contains
> +        the following properties:
> +
> +            - #address-cells
> +              Value type: <u32>
> +              Definition: Must be present if dpmac sub-nodes are defined
> and must
> +                          have a value of 1.
> +
> +            - #size-cells
> +              Value type: <u32>
> +              Definition: Must be present if dpmac sub-nodes are defined
> and must
> +                          have a value of 0.
> +
> +        These nodes must have the following properties:
> +
> +            - compatible
> +              Value type: <string>
> +              Definition: Must be "fsl,qoriq-mc-dpmac".
> +
> +            - reg
> +              Value type: <prop-encoded-array>
> +              Definition: Specifies the id of the dpmac.
> +
> +            - phy-handle
> +              Value type: <phandle>
> +              Definition: Specifies the phandle to the PHY device node
> associated
> +                          with the this dpmac.
> +
>  Example:
> 
>          fsl_mc: fsl-mc@80c000000 {
> @@ -71,4 +105,15 @@ Example:
>                   */
>                  ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000
>                            0x1 0x0 0x0 0x8 0x18000000 0x8000000>;
> +
> +                dpmacs {
> +                    #address-cells = <1>;
> +                    #size-cells = <0>;
> +
> +                    dpmac@1 {
> +                        compatible = "fsl,qoriq-mc-dpmac";
> +                        reg = <1>;
> +                        phy-handle = <&mdio0_phy0>;
> +                    }
> +                }
>          };
> --
> 2.3.3

Acked-by: J. German Rivera <German.Rivera@freescale.com>

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

end of thread, other threads:[~2015-09-29 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 21:08 [PATCH 0/3] Docs: dt: update binding for Freescale Management Complex Stuart Yoder
2015-09-25 21:08 ` [PATCH 1/3] Docs: dt: fsl-mc: update binding to include msi-parent Stuart Yoder
     [not found]   ` <1443215286-3126-2-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-09-29 19:21     ` Jose Rivera
     [not found] ` <1443215286-3126-1-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-09-25 21:08   ` [PATCH 2/3] Docs: dt: fsl-mc update binding to include definition of ranges Stuart Yoder
     [not found]     ` <1443215286-3126-3-git-send-email-stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-09-29 19:21       ` Jose Rivera
2015-09-25 21:08 ` [PATCH 3/3] Docs: dt: fsl-mc: update binding to define dpmac subnodes Stuart Yoder
2015-09-29 19:21   ` Jose Rivera

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