The binding directory for hte was renamed. Update references accordingly.
Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH v2 00/20] at: https://lore.kernel.org/all/[email protected]/
Documentation/driver-api/hte/tegra194-hte.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst
index 41983e04d2a0..d29b7fe86f31 100644
--- a/Documentation/driver-api/hte/tegra194-hte.rst
+++ b/Documentation/driver-api/hte/tegra194-hte.rst
@@ -37,7 +37,7 @@ LIC (Legacy Interrupt Controller) IRQ GTE
This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ
lines which this instance can add timestamps to in real time. The hte
-devicetree binding described at ``Documentation/devicetree/bindings/hte/``
+devicetree binding described at ``Documentation/devicetree/bindings/timestamp``
provides an example of how a consumer can request an IRQ line. Since it is a
one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ
number that they are interested in. There is no userspace consumer support for
--
2.36.1
On 6/26/22 2:11 AM, Mauro Carvalho Chehab wrote:
> The binding directory for hte was renamed. Update references accordingly.
>
> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH v2 00/20] at: https://lore.kernel.org/all/[email protected]/
>
> Documentation/driver-api/hte/tegra194-hte.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst
> index 41983e04d2a0..d29b7fe86f31 100644
> --- a/Documentation/driver-api/hte/tegra194-hte.rst
> +++ b/Documentation/driver-api/hte/tegra194-hte.rst
> @@ -37,7 +37,7 @@ LIC (Legacy Interrupt Controller) IRQ GTE
>
> This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ
> lines which this instance can add timestamps to in real time. The hte
> -devicetree binding described at ``Documentation/devicetree/bindings/hte/``
> +devicetree binding described at ``Documentation/devicetree/bindings/timestamp``
> provides an example of how a consumer can request an IRQ line. Since it is a
> one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ
> number that they are interested in. There is no userspace consumer support for
Reviewed-by: Dipen Patel <[email protected]>
On Mon, Jun 27, 2022 at 10:14:45AM -0700, Dipen Patel wrote:
> On 6/26/22 2:11 AM, Mauro Carvalho Chehab wrote:
> > The binding directory for hte was renamed. Update references accordingly.
> >
> > Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> > Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> > ---
> >
> > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> > See [PATCH v2 00/20] at: https://lore.kernel.org/all/[email protected]/
> >
> > Documentation/driver-api/hte/tegra194-hte.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst
> > index 41983e04d2a0..d29b7fe86f31 100644
> > --- a/Documentation/driver-api/hte/tegra194-hte.rst
> > +++ b/Documentation/driver-api/hte/tegra194-hte.rst
> > @@ -37,7 +37,7 @@ LIC (Legacy Interrupt Controller) IRQ GTE
> >
> > This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ
> > lines which this instance can add timestamps to in real time. The hte
> > -devicetree binding described at ``Documentation/devicetree/bindings/hte/``
> > +devicetree binding described at ``Documentation/devicetree/bindings/timestamp``
> > provides an example of how a consumer can request an IRQ line. Since it is a
> > one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ
> > number that they are interested in. There is no userspace consumer support for
>
> Reviewed-by: Dipen Patel <[email protected]>
Hi Jonathan,
I think you'll need to pick this one up since it applies on top of your
earlier patch that moves this documentation into driver-api/.
Thierry