diff mbox series

[v2,17/20] tegra194-hte.rst: fix reference to its binding

Message ID 2e2c86485cb0642455cee01796f9a74de21403e6.1656234456.git.mchehab@kernel.org
State Not Applicable
Headers show
Series Update Documentation/ cross-references | expand

Commit Message

Mauro Carvalho Chehab June 26, 2022, 9:11 a.m. UTC
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 <mchehab@kernel.org>
---

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/cover.1656234456.git.mchehab@kernel.org/

 Documentation/driver-api/hte/tegra194-hte.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dipen Patel June 27, 2022, 5:14 p.m. UTC | #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 <mchehab@kernel.org>
> ---
>
> 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/cover.1656234456.git.mchehab@kernel.org/
>
>  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 <dipenp@nvidia.com>
Thierry Reding July 6, 2022, 9:38 p.m. UTC | #2
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 <mchehab@kernel.org>
> > ---
> >
> > 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/cover.1656234456.git.mchehab@kernel.org/
> >
> >  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 <dipenp@nvidia.com>

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
diff mbox series

Patch

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