* [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
@ 2020-06-15 6:46 ` Mauro Carvalho Chehab
2020-06-15 7:38 ` Geert Uytterhoeven
2020-06-18 16:41 ` Rob Herring
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
` (3 subsequent siblings)
4 siblings, 2 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 6:46 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
Geert Uytterhoeven, Linus Walleij, Rob Herring,
Niklas Söderlund, linux-renesas-soc, linux-gpio, devicetree
This file was renamed, but its reference at pfc-pinctl.txt is
still pointing to the old file.
Fixes: 7f7d408e5a00 ("dt-bindings: gpio: rcar: Convert to json-schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
.../devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
index b68613188c19..1b8e8b4a6379 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -114,7 +114,7 @@ with values derived from the SoC user manual.
[flags]>
On other mach-shmobile platforms GPIO is handled by the gpio-rcar driver.
-Please refer to Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
+Please refer to Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
for documentation of the GPIO device tree bindings on those platforms.
--
2.26.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 13/29] dt: fix broken links due to txt->yaml renames
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
2020-06-15 6:46 ` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml Mauro Carvalho Chehab
@ 2020-06-15 6:46 ` Mauro Carvalho Chehab
2020-06-15 8:13 ` Thomas Bogendoerfer
` (2 more replies)
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
` (2 subsequent siblings)
4 siblings, 3 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 6:46 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
David Airlie, Daniel Vetter, Rob Herring, Sandy Huang,
Heiko Stübner, Sean Wang, David S. Miller, Jakub Kicinski,
Liam Girdwood, Mark Brown, Arnaud Pouliquen, Thomas Bogendoerfer,
Matthias Brugger, dri-devel, devicetree, linux-arm-kernel,
linux-rockchip, linux-bluetooth, linux-mediatek, netdev,
alsa-devel, linux-mips
There are some new broken doc links due to yaml renames
at DT. Developers should really run:
./scripts/documentation-file-ref-check
in order to solve those issues while submitting patches.
This tool can even fix most of the issues with:
./scripts/documentation-file-ref-check --fix
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +-
.../devicetree/bindings/display/rockchip/rockchip-drm.yaml | 2 +-
Documentation/devicetree/bindings/net/mediatek-bluetooth.txt | 2 +-
Documentation/devicetree/bindings/sound/audio-graph-card.txt | 2 +-
Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt | 2 +-
Documentation/mips/ingenic-tcu.rst | 2 +-
MAINTAINERS | 4 ++--
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/bridge/sii902x.txt b/Documentation/devicetree/bindings/display/bridge/sii902x.txt
index 6e14e087c0d0..0d1db3f9da84 100644
--- a/Documentation/devicetree/bindings/display/bridge/sii902x.txt
+++ b/Documentation/devicetree/bindings/display/bridge/sii902x.txt
@@ -37,7 +37,7 @@ Optional properties:
simple-card or audio-graph-card binding. See their binding
documents on how to describe the way the sii902x device is
connected to the rest of the audio system:
- Documentation/devicetree/bindings/sound/simple-card.txt
+ Documentation/devicetree/bindings/sound/simple-card.yaml
Documentation/devicetree/bindings/sound/audio-graph-card.txt
Note: In case of the audio-graph-card binding the used port
index should be 3.
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml
index ec8ae742d4da..7204da5eb4c5 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml
@@ -24,7 +24,7 @@ properties:
description: |
Should contain a list of phandles pointing to display interface port
of vop devices. vop definitions as defined in
- Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
+ Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
required:
- compatible
diff --git a/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt b/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
index 219bcbd0d344..9ef5bacda8c1 100644
--- a/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
+++ b/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
@@ -3,7 +3,7 @@ MediaTek SoC built-in Bluetooth Devices
This device is a serial attached device to BTIF device and thus it must be a
child node of the serial node with BTIF. The dt-bindings details for BTIF
-device can be known via Documentation/devicetree/bindings/serial/8250.txt.
+device can be known via Documentation/devicetree/bindings/serial/8250.yaml.
Required properties:
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-card.txt b/Documentation/devicetree/bindings/sound/audio-graph-card.txt
index 269682619a70..d5f6919a2d69 100644
--- a/Documentation/devicetree/bindings/sound/audio-graph-card.txt
+++ b/Documentation/devicetree/bindings/sound/audio-graph-card.txt
@@ -5,7 +5,7 @@ It is based on common bindings for device graphs.
see ${LINUX}/Documentation/devicetree/bindings/graph.txt
Basically, Audio Graph Card property is same as Simple Card.
-see ${LINUX}/Documentation/devicetree/bindings/sound/simple-card.txt
+see ${LINUX}/Documentation/devicetree/bindings/sound/simple-card.yaml
Below are same as Simple-Card.
diff --git a/Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt b/Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
index 4d51f3f5ea98..a6ffcdec6f6a 100644
--- a/Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
+++ b/Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
@@ -5,7 +5,7 @@ codec or external codecs.
sti sound drivers allows to expose sti SoC audio interface through the
generic ASoC simple card. For details about sound card declaration please refer to
-Documentation/devicetree/bindings/sound/simple-card.txt.
+Documentation/devicetree/bindings/sound/simple-card.yaml.
1) sti-uniperiph-dai: audio dai device.
---------------------------------------
diff --git a/Documentation/mips/ingenic-tcu.rst b/Documentation/mips/ingenic-tcu.rst
index c5a646b14450..2b75760619b4 100644
--- a/Documentation/mips/ingenic-tcu.rst
+++ b/Documentation/mips/ingenic-tcu.rst
@@ -68,4 +68,4 @@ and frameworks can be controlled from the same registers, all of these
drivers access their registers through the same regmap.
For more information regarding the devicetree bindings of the TCU drivers,
-have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.txt.
+have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.yaml.
diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d46614c..0617dd671c2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3946,7 +3946,7 @@ L: linux-crypto@vger.kernel.org
S: Supported
F: drivers/char/hw_random/cctrng.c
F: drivers/char/hw_random/cctrng.h
-F: Documentation/devicetree/bindings/rng/arm-cctrng.txt
+F: Documentation/devicetree/bindings/rng/arm-cctrng.yaml
W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
CEC FRAMEWORK
@@ -5490,7 +5490,7 @@ F: include/uapi/drm/r128_drm.h
DRM DRIVER FOR RAYDIUM RM67191 PANELS
M: Robert Chiras <robert.chiras@nxp.com>
S: Maintained
-F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt
+F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
--
2.26.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 14/29] dt: Fix broken references to renamed docs
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
2020-06-15 6:46 ` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml Mauro Carvalho Chehab
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
@ 2020-06-15 6:46 ` Mauro Carvalho Chehab
2020-06-15 7:48 ` Philipp Zabel
` (2 more replies)
2020-06-15 6:46 ` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Mauro Carvalho Chehab
2020-06-15 6:47 ` [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst Mauro Carvalho Chehab
4 siblings, 3 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 6:46 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Rob Herring,
Philipp Zabel, David Airlie, Daniel Vetter, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
NXP Linux Team, Andy Gross, Bjorn Andersson, Mark Brown,
devicetree, dri-devel, linux-arm-kernel, linux-arm-msm, linux-spi
Some files got renamed. Those were all fixed automatically by
./scripts/documentation-file-ref-check --fix
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 2 +-
Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 4 ++--
Documentation/devicetree/bindings/display/imx/ldb.txt | 4 ++--
Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt | 2 +-
MAINTAINERS | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index 715047444391..10b8459e49f8 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -47,7 +47,7 @@ Required properties:
&lsio_mu1 1 2
&lsio_mu1 1 3
&lsio_mu1 3 3>;
- See Documentation/devicetree/bindings/mailbox/fsl,mu.txt
+ See Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
for detailed mailbox binding.
Note: Each mu which supports general interrupt should have an alias correctly
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
index 5bf77f6dd19d..5a99490c17b9 100644
--- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
+++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
@@ -68,7 +68,7 @@ Required properties:
datasheet
- clocks : phandle to the PRE axi clock input, as described
in Documentation/devicetree/bindings/clock/clock-bindings.txt and
- Documentation/devicetree/bindings/clock/imx6q-clock.txt.
+ Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
- clock-names: should be "axi"
- interrupts: should contain the PRE interrupt
- fsl,iram: phandle pointing to the mmio-sram device node, that should be
@@ -94,7 +94,7 @@ Required properties:
datasheet
- clocks : phandles to the PRG ipg and axi clock inputs, as described
in Documentation/devicetree/bindings/clock/clock-bindings.txt and
- Documentation/devicetree/bindings/clock/imx6q-clock.txt.
+ Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
- clock-names: should be "ipg" and "axi"
- fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
PRE as the first entry and the muxable PREs following.
diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt
index 38c637fa39dd..8e6e7d797943 100644
--- a/Documentation/devicetree/bindings/display/imx/ldb.txt
+++ b/Documentation/devicetree/bindings/display/imx/ldb.txt
@@ -30,8 +30,8 @@ Required properties:
"di2_sel" - IPU2 DI0 mux
"di3_sel" - IPU2 DI1 mux
The needed clock numbers for each are documented in
- Documentation/devicetree/bindings/clock/imx5-clock.txt, and in
- Documentation/devicetree/bindings/clock/imx6q-clock.txt.
+ Documentation/devicetree/bindings/clock/imx5-clock.yaml, and in
+ Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
Optional properties:
- pinctrl-names : should be "default" on i.MX53, not used on i.MX6q
diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt b/Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt
index 790311a42bf1..c8c1e913f4e7 100644
--- a/Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt
+++ b/Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt
@@ -19,7 +19,7 @@ Required properties:
SPI Controller nodes must be child of GENI based Qualcomm Universal
Peripharal. Please refer GENI based QUP wrapper controller node bindings
-described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt.
+described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml.
SPI slave nodes must be children of the SPI master node and conform to SPI bus
binding as described in Documentation/devicetree/bindings/spi/spi-bus.txt.
diff --git a/MAINTAINERS b/MAINTAINERS
index 0617dd671c2d..452904d75228 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14561,8 +14561,8 @@ RENESAS R-CAR THERMAL DRIVERS
M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
L: linux-renesas-soc@vger.kernel.org
S: Supported
-F: Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
-F: Documentation/devicetree/bindings/thermal/rcar-thermal.txt
+F: Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
+F: Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
F: drivers/thermal/rcar_gen3_thermal.c
F: drivers/thermal/rcar_thermal.c
--
2.26.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
` (2 preceding siblings ...)
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
@ 2020-06-15 6:46 ` Mauro Carvalho Chehab
2020-06-16 8:20 ` Lubomir Rintel
2020-06-18 17:19 ` Rob Herring
2020-06-15 6:47 ` [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst Mauro Carvalho Chehab
4 siblings, 2 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 6:46 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Rob Herring,
Lubomir Rintel, devicetree
This file was converted and renamed.
Fixes: 7882d822b3f9 ("dt-bindings: spi: Convert spi-pxa2xx to json-schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
index 8c4d649cdd8f..2d7cdf19a0d0 100644
--- a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
+++ b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
@@ -8,7 +8,7 @@ The embedded controller requires the SPI controller driver to signal readiness
to receive a transfer (that is, when TX FIFO contains the response data) by
strobing the ACK pin with the ready signal. See the "ready-gpios" property of the
SSP binding as documented in:
-<Documentation/devicetree/bindings/spi/spi-pxa2xx.txt>.
+<Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml>.
Example:
&ssp3 {
--
2.26.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
` (3 preceding siblings ...)
2020-06-15 6:46 ` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Mauro Carvalho Chehab
@ 2020-06-15 6:47 ` Mauro Carvalho Chehab
2020-06-18 17:20 ` Rob Herring
4 siblings, 1 reply; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 6:47 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Rob Herring,
devicetree
There are two literal blocks that aren't mark as such. Mark them,
in order to make the document to produce a better html output.
While here, also add a SPDX header to it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/devicetree/writing-schema.rst | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/writing-schema.rst b/Documentation/devicetree/writing-schema.rst
index 220cf464ed77..8c74a99f95e2 100644
--- a/Documentation/devicetree/writing-schema.rst
+++ b/Documentation/devicetree/writing-schema.rst
@@ -1,4 +1,4 @@
-:orphan:
+.. SPDX-License-Identifier: GPL-2.0
Writing DeviceTree Bindings in json-schema
==========================================
@@ -124,9 +124,12 @@ dtc must also be built with YAML output support enabled. This requires that
libyaml and its headers be installed on the host system. For some distributions
that involves installing the development package, such as:
-Debian:
+Debian::
+
apt-get install libyaml-dev
-Fedora:
+
+Fedora::
+
dnf -y install libyaml-devel
Running checks
--
2.26.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* Re: [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml
2020-06-15 6:46 ` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml Mauro Carvalho Chehab
@ 2020-06-15 7:38 ` Geert Uytterhoeven
2020-06-18 16:41 ` Rob Herring
1 sibling, 0 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2020-06-15 7:38 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Linux Kernel Mailing List,
Jonathan Corbet, Geert Uytterhoeven, Linus Walleij, Rob Herring,
Niklas Söderlund, Linux-Renesas, open list:GPIO SUBSYSTEM,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
Hi Mauro,
On Mon, Jun 15, 2020 at 8:47 AM Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
> This file was renamed, but its reference at pfc-pinctl.txt is
pfc-pinctrl.txt
> still pointing to the old file.
>
> Fixes: 7f7d408e5a00 ("dt-bindings: gpio: rcar: Convert to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thanks!
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Note that the reference will go away with the pfc-pinctrl.txt json-schema
conversion.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 14/29] dt: Fix broken references to renamed docs
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
@ 2020-06-15 7:48 ` Philipp Zabel
2020-06-15 11:18 ` Mark Brown
2020-06-18 17:06 ` Rob Herring
2 siblings, 0 replies; 18+ messages in thread
From: Philipp Zabel @ 2020-06-15 7:48 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Linux Doc Mailing List
Cc: linux-kernel, Jonathan Corbet, Rob Herring, David Airlie,
Daniel Vetter, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, NXP Linux Team, Andy Gross, Bjorn Andersson,
Mark Brown, devicetree, dri-devel, linux-arm-kernel,
linux-arm-msm, linux-spi
On Mon, 2020-06-15 at 08:46 +0200, Mauro Carvalho Chehab wrote:
> Some files got renamed. Those were all fixed automatically by
>
> ./scripts/documentation-file-ref-check --fix
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 2 +-
> Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 4 ++--
> Documentation/devicetree/bindings/display/imx/ldb.txt | 4 ++--
> Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt | 2 +-
> MAINTAINERS | 4 ++--
> 5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> index 715047444391..10b8459e49f8 100644
> --- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> @@ -47,7 +47,7 @@ Required properties:
> &lsio_mu1 1 2
> &lsio_mu1 1 3
> &lsio_mu1 3 3>;
> - See Documentation/devicetree/bindings/mailbox/fsl,mu.txt
> + See Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> for detailed mailbox binding.
>
> Note: Each mu which supports general interrupt should have an alias correctly
> diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
> index 5bf77f6dd19d..5a99490c17b9 100644
> --- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
> +++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
> @@ -68,7 +68,7 @@ Required properties:
> datasheet
> - clocks : phandle to the PRE axi clock input, as described
> in Documentation/devicetree/bindings/clock/clock-bindings.txt and
> - Documentation/devicetree/bindings/clock/imx6q-clock.txt.
> + Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
> - clock-names: should be "axi"
> - interrupts: should contain the PRE interrupt
> - fsl,iram: phandle pointing to the mmio-sram device node, that should be
> @@ -94,7 +94,7 @@ Required properties:
> datasheet
> - clocks : phandles to the PRG ipg and axi clock inputs, as described
> in Documentation/devicetree/bindings/clock/clock-bindings.txt and
> - Documentation/devicetree/bindings/clock/imx6q-clock.txt.
> + Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
> - clock-names: should be "ipg" and "axi"
> - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
> PRE as the first entry and the muxable PREs following.
> diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt
> index 38c637fa39dd..8e6e7d797943 100644
> --- a/Documentation/devicetree/bindings/display/imx/ldb.txt
> +++ b/Documentation/devicetree/bindings/display/imx/ldb.txt
> @@ -30,8 +30,8 @@ Required properties:
> "di2_sel" - IPU2 DI0 mux
> "di3_sel" - IPU2 DI1 mux
> The needed clock numbers for each are documented in
> - Documentation/devicetree/bindings/clock/imx5-clock.txt, and in
> - Documentation/devicetree/bindings/clock/imx6q-clock.txt.
> + Documentation/devicetree/bindings/clock/imx5-clock.yaml, and in
> + Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
>
> Optional properties:
> - pinctrl-names : should be "default" on i.MX53, not used on i.MX6q
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
regards
Philipp
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
@ 2020-06-15 8:13 ` Thomas Bogendoerfer
2020-06-15 11:19 ` Mark Brown
2020-06-18 16:44 ` Rob Herring
2 siblings, 0 replies; 18+ messages in thread
From: Thomas Bogendoerfer @ 2020-06-15 8:13 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
David Airlie, Daniel Vetter, Rob Herring, Sandy Huang,
Heiko Stübner, Sean Wang, David S. Miller, Jakub Kicinski,
Liam Girdwood, Mark Brown, Arnaud Pouliquen, Matthias Brugger,
dri-devel, devicetree, linux-arm-kernel, linux-rockchip,
linux-bluetooth, linux-mediatek, netdev, alsa-devel, linux-mips
On Mon, Jun 15, 2020 at 08:46:52AM +0200, Mauro Carvalho Chehab wrote:
> There are some new broken doc links due to yaml renames
> at DT. Developers should really run:
>
> ./scripts/documentation-file-ref-check
>
> in order to solve those issues while submitting patches.
> This tool can even fix most of the issues with:
>
> ./scripts/documentation-file-ref-check --fix
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +-
> .../devicetree/bindings/display/rockchip/rockchip-drm.yaml | 2 +-
> Documentation/devicetree/bindings/net/mediatek-bluetooth.txt | 2 +-
> Documentation/devicetree/bindings/sound/audio-graph-card.txt | 2 +-
> Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt | 2 +-
> Documentation/mips/ingenic-tcu.rst | 2 +-
> MAINTAINERS | 4 ++--
> 7 files changed, 8 insertions(+), 8 deletions(-)
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 14/29] dt: Fix broken references to renamed docs
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
2020-06-15 7:48 ` Philipp Zabel
@ 2020-06-15 11:18 ` Mark Brown
2020-06-18 17:06 ` Rob Herring
2 siblings, 0 replies; 18+ messages in thread
From: Mark Brown @ 2020-06-15 11:18 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
Rob Herring, Philipp Zabel, David Airlie, Daniel Vetter,
Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
NXP Linux Team, Andy Gross, Bjorn Andersson, devicetree,
dri-devel, linux-arm-kernel, linux-arm-msm, linux-spi
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
On Mon, Jun 15, 2020 at 08:46:53AM +0200, Mauro Carvalho Chehab wrote:
> Some files got renamed. Those were all fixed automatically by
>
> ./scripts/documentation-file-ref-check --fix
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
2020-06-15 8:13 ` Thomas Bogendoerfer
@ 2020-06-15 11:19 ` Mark Brown
2020-06-15 11:57 ` Mauro Carvalho Chehab
2020-06-18 16:44 ` Rob Herring
2 siblings, 1 reply; 18+ messages in thread
From: Mark Brown @ 2020-06-15 11:19 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
David Airlie, Daniel Vetter, Rob Herring, Sandy Huang,
Heiko Stübner, Sean Wang, David S. Miller, Jakub Kicinski,
Liam Girdwood, Arnaud Pouliquen, Thomas Bogendoerfer,
Matthias Brugger, dri-devel, devicetree, linux-arm-kernel,
linux-rockchip, linux-bluetooth, linux-mediatek, netdev,
alsa-devel, linux-mips
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
On Mon, Jun 15, 2020 at 08:46:52AM +0200, Mauro Carvalho Chehab wrote:
> There are some new broken doc links due to yaml renames
> at DT. Developers should really run:
I also previously acked this one in 20200504100822.GA5491@sirena.org.uk.
Has anything changed here to cause the ack to be dropped?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-15 11:19 ` Mark Brown
@ 2020-06-15 11:57 ` Mauro Carvalho Chehab
2020-06-15 12:01 ` Mark Brown
0 siblings, 1 reply; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 11:57 UTC (permalink / raw)
To: Mark Brown
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
David Airlie, Daniel Vetter, Rob Herring, Sandy Huang,
Heiko Stübner, Sean Wang, David S. Miller, Jakub Kicinski,
Liam Girdwood, Arnaud Pouliquen, Thomas Bogendoerfer,
Matthias Brugger, dri-devel, devicetree, linux-arm-kernel,
linux-rockchip, linux-bluetooth, linux-mediatek, netdev,
alsa-devel, linux-mips
Hi Mark,
Em Mon, 15 Jun 2020 12:19:27 +0100
Mark Brown <broonie@kernel.org> escreveu:
> On Mon, Jun 15, 2020 at 08:46:52AM +0200, Mauro Carvalho Chehab wrote:
> > There are some new broken doc links due to yaml renames
> > at DT. Developers should really run:
>
> I also previously acked this one in 20200504100822.GA5491@sirena.org.uk.
> Has anything changed here to cause the ack to be dropped?
Both patches are the same. I forgot to add your acks on my tree.
My bad!
Thanks,
Mauro
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-15 11:57 ` Mauro Carvalho Chehab
@ 2020-06-15 12:01 ` Mark Brown
0 siblings, 0 replies; 18+ messages in thread
From: Mark Brown @ 2020-06-15 12:01 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
David Airlie, Daniel Vetter, Rob Herring, Sandy Huang,
Heiko Stübner, Sean Wang, David S. Miller, Jakub Kicinski,
Liam Girdwood, Arnaud Pouliquen, Thomas Bogendoerfer,
Matthias Brugger, dri-devel, devicetree, linux-arm-kernel,
linux-rockchip, linux-bluetooth, linux-mediatek, netdev,
alsa-devel, linux-mips
[-- Attachment #1: Type: text/plain, Size: 588 bytes --]
On Mon, Jun 15, 2020 at 01:57:39PM +0200, Mauro Carvalho Chehab wrote:
> Mark Brown <broonie@kernel.org> escreveu:
> > On Mon, Jun 15, 2020 at 08:46:52AM +0200, Mauro Carvalho Chehab wrote:
> > > There are some new broken doc links due to yaml renames
> > > at DT. Developers should really run:
> > I also previously acked this one in 20200504100822.GA5491@sirena.org.uk.
> > Has anything changed here to cause the ack to be dropped?
> Both patches are the same. I forgot to add your acks on my tree.
> My bad!
Ah, no worries - no wonder I couldn't spot the changes!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt
2020-06-15 6:46 ` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Mauro Carvalho Chehab
@ 2020-06-16 8:20 ` Lubomir Rintel
2020-06-18 17:19 ` Rob Herring
1 sibling, 0 replies; 18+ messages in thread
From: Lubomir Rintel @ 2020-06-16 8:20 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
Rob Herring, devicetree
On Mon, Jun 15, 2020 at 08:46:54AM +0200, Mauro Carvalho Chehab wrote:
> This file was converted and renamed.
>
> Fixes: 7882d822b3f9 ("dt-bindings: spi: Convert spi-pxa2xx to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thank you,
Reviewed-by: Lubomir Rintel <lkundrak@v3.sk>
I'm wondering -- which tree is this targetted for? I may end up
converting the XO-1.75 EC docs to YAML for 5.9, and I suppose I'd need
to base it on this and send it in the same direction.
Lubo
> ---
> Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
> index 8c4d649cdd8f..2d7cdf19a0d0 100644
> --- a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
> +++ b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
> @@ -8,7 +8,7 @@ The embedded controller requires the SPI controller driver to signal readiness
> to receive a transfer (that is, when TX FIFO contains the response data) by
> strobing the ACK pin with the ready signal. See the "ready-gpios" property of the
> SSP binding as documented in:
> -<Documentation/devicetree/bindings/spi/spi-pxa2xx.txt>.
> +<Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml>.
>
> Example:
> &ssp3 {
> --
> 2.26.2
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml
2020-06-15 6:46 ` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml Mauro Carvalho Chehab
2020-06-15 7:38 ` Geert Uytterhoeven
@ 2020-06-18 16:41 ` Rob Herring
1 sibling, 0 replies; 18+ messages in thread
From: Rob Herring @ 2020-06-18 16:41 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Jonathan Corbet, Rob Herring, Linux Doc Mailing List, devicetree,
linux-renesas-soc, Linus Walleij, linux-gpio,
Niklas Söderlund, linux-kernel, Geert Uytterhoeven
On Mon, 15 Jun 2020 08:46:51 +0200, Mauro Carvalho Chehab wrote:
> This file was renamed, but its reference at pfc-pinctl.txt is
> still pointing to the old file.
>
> Fixes: 7f7d408e5a00 ("dt-bindings: gpio: rcar: Convert to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> .../devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
2020-06-15 8:13 ` Thomas Bogendoerfer
2020-06-15 11:19 ` Mark Brown
@ 2020-06-18 16:44 ` Rob Herring
2 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2020-06-18 16:44 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Matthias Brugger, linux-mediatek, linux-mips, Sean Wang,
Liam Girdwood, linux-bluetooth, Linux Doc Mailing List,
devicetree, Rob Herring, linux-rockchip, Daniel Vetter,
David S. Miller, netdev, Mark Brown, David Airlie, linux-kernel,
dri-devel, Thomas Bogendoerfer, Jonathan Corbet, linux-arm-kernel,
Sandy Huang, alsa-devel, Arnaud Pouliquen, Heiko Stübner,
Jakub Kicinski
On Mon, 15 Jun 2020 08:46:52 +0200, Mauro Carvalho Chehab wrote:
> There are some new broken doc links due to yaml renames
> at DT. Developers should really run:
>
> ./scripts/documentation-file-ref-check
>
> in order to solve those issues while submitting patches.
> This tool can even fix most of the issues with:
>
> ./scripts/documentation-file-ref-check --fix
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +-
> .../devicetree/bindings/display/rockchip/rockchip-drm.yaml | 2 +-
> Documentation/devicetree/bindings/net/mediatek-bluetooth.txt | 2 +-
> Documentation/devicetree/bindings/sound/audio-graph-card.txt | 2 +-
> Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt | 2 +-
> Documentation/mips/ingenic-tcu.rst | 2 +-
> MAINTAINERS | 4 ++--
> 7 files changed, 8 insertions(+), 8 deletions(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 14/29] dt: Fix broken references to renamed docs
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
2020-06-15 7:48 ` Philipp Zabel
2020-06-15 11:18 ` Mark Brown
@ 2020-06-18 17:06 ` Rob Herring
2 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2020-06-18 17:06 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Shawn Guo, linux-arm-kernel, linux-kernel, dri-devel,
Bjorn Andersson, Rob Herring, NXP Linux Team, Jonathan Corbet,
Mark Brown, Sascha Hauer, devicetree, Pengutronix Kernel Team,
Linux Doc Mailing List, linux-spi, David Airlie, Andy Gross,
linux-arm-msm
On Mon, 15 Jun 2020 08:46:53 +0200, Mauro Carvalho Chehab wrote:
> Some files got renamed. Those were all fixed automatically by
>
> ./scripts/documentation-file-ref-check --fix
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 2 +-
> Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 4 ++--
> Documentation/devicetree/bindings/display/imx/ldb.txt | 4 ++--
> Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt | 2 +-
> MAINTAINERS | 4 ++--
> 5 files changed, 8 insertions(+), 8 deletions(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt
2020-06-15 6:46 ` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Mauro Carvalho Chehab
2020-06-16 8:20 ` Lubomir Rintel
@ 2020-06-18 17:19 ` Rob Herring
1 sibling, 0 replies; 18+ messages in thread
From: Rob Herring @ 2020-06-18 17:19 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Rob Herring, Lubomir Rintel, Linux Doc Mailing List, devicetree,
linux-kernel, Jonathan Corbet
On Mon, 15 Jun 2020 08:46:54 +0200, Mauro Carvalho Chehab wrote:
> This file was converted and renamed.
>
> Fixes: 7882d822b3f9 ("dt-bindings: spi: Convert spi-pxa2xx to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst
2020-06-15 6:47 ` [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst Mauro Carvalho Chehab
@ 2020-06-18 17:20 ` Rob Herring
0 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2020-06-18 17:20 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet, devicetree
On Mon, Jun 15, 2020 at 08:47:06AM +0200, Mauro Carvalho Chehab wrote:
> There are two literal blocks that aren't mark as such. Mark them,
> in order to make the document to produce a better html output.
>
> While here, also add a SPDX header to it.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/writing-schema.rst | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Applied, thanks.
Rob
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2020-06-18 17:20 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1592203542.git.mchehab+huawei@kernel.org>
2020-06-15 6:46 ` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml Mauro Carvalho Chehab
2020-06-15 7:38 ` Geert Uytterhoeven
2020-06-18 16:41 ` Rob Herring
2020-06-15 6:46 ` [PATCH 13/29] dt: fix broken links due to txt->yaml renames Mauro Carvalho Chehab
2020-06-15 8:13 ` Thomas Bogendoerfer
2020-06-15 11:19 ` Mark Brown
2020-06-15 11:57 ` Mauro Carvalho Chehab
2020-06-15 12:01 ` Mark Brown
2020-06-18 16:44 ` Rob Herring
2020-06-15 6:46 ` [PATCH 14/29] dt: Fix broken references to renamed docs Mauro Carvalho Chehab
2020-06-15 7:48 ` Philipp Zabel
2020-06-15 11:18 ` Mark Brown
2020-06-18 17:06 ` Rob Herring
2020-06-15 6:46 ` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Mauro Carvalho Chehab
2020-06-16 8:20 ` Lubomir Rintel
2020-06-18 17:19 ` Rob Herring
2020-06-15 6:47 ` [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst Mauro Carvalho Chehab
2020-06-18 17:20 ` 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).