linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: of: fix documentation reference
@ 2025-03-28 11:41 Raphael Gallais-Pou
  2025-03-28 14:15 ` Maxime Ripard
  0 siblings, 1 reply; 5+ messages in thread
From: Raphael Gallais-Pou @ 2025-03-28 11:41 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel

Documentation/devicetree/bindings/graph.txt content has move directly to
the dt-schema repo.

Point to the YAML of the official repo instead of the old file.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 drivers/gpu/drm/drm_of.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
index 5530919e0ba0..964a746e90aa 100644
--- a/drivers/gpu/drm/drm_of.c
+++ b/drivers/gpu/drm/drm_of.c
@@ -55,7 +55,8 @@ EXPORT_SYMBOL(drm_of_crtc_port_mask);
  * and generate the DRM mask of CRTCs which may be attached to this
  * encoder.
  *
- * See Documentation/devicetree/bindings/graph.txt for the bindings.
+ * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
+ * for the bindings.
  */
 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
 				    struct device_node *port)
@@ -106,7 +107,9 @@ EXPORT_SYMBOL_GPL(drm_of_component_match_add);
  * Parse the platform device OF node and bind all the components associated
  * with the master. Interface ports are added before the encoders in order to
  * satisfy their .bind requirements
- * See Documentation/devicetree/bindings/graph.txt for the bindings.
+ *
+ * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
+ * for the bindings.
  *
  * Returns zero if successful, or one of the standard error codes if it fails.
  */
-- 
2.49.0


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

* Re: [PATCH] drm: of: fix documentation reference
  2025-03-28 11:41 Raphael Gallais-Pou
@ 2025-03-28 14:15 ` Maxime Ripard
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2025-03-28 14:15 UTC (permalink / raw)
  To: Raphael Gallais-Pou
  Cc: dri-devel, linux-kernel, David Airlie, Maarten Lankhorst,
	Maxime Ripard, Simona Vetter, Thomas Zimmermann

On Fri, 28 Mar 2025 12:41:48 +0100, Raphael Gallais-Pou wrote:
> Documentation/devicetree/bindings/graph.txt content has move directly to
> the dt-schema repo.
> 
> Point to the YAML of the official repo instead of the old file.
> 
> 
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime

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

* [PATCH] drm: of: fix documentation reference
@ 2025-06-09 13:35 Raphael Gallais-Pou
  2025-07-13 13:51 ` Raphaël Gallais-Pou
  0 siblings, 1 reply; 5+ messages in thread
From: Raphael Gallais-Pou @ 2025-06-09 13:35 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel

Documentation/devicetree/bindings/graph.txt content has move directly to
the dt-schema repo.

Point to the YAML of the official repo instead of the old file.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 drivers/gpu/drm/drm_of.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
index d0183dea770308e77f05da364ffe087d53f3be36..4f65ce729a473ec372bd76a60ac11a40ffb5df97 100644
--- a/drivers/gpu/drm/drm_of.c
+++ b/drivers/gpu/drm/drm_of.c
@@ -55,7 +55,8 @@ EXPORT_SYMBOL(drm_of_crtc_port_mask);
  * and generate the DRM mask of CRTCs which may be attached to this
  * encoder.
  *
- * See Documentation/devicetree/bindings/graph.txt for the bindings.
+ * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
+ * for the bindings.
  */
 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
 				    struct device_node *port)
@@ -106,7 +107,9 @@ EXPORT_SYMBOL_GPL(drm_of_component_match_add);
  * Parse the platform device OF node and bind all the components associated
  * with the master. Interface ports are added before the encoders in order to
  * satisfy their .bind requirements
- * See Documentation/devicetree/bindings/graph.txt for the bindings.
+ *
+ * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
+ * for the bindings.
  *
  * Returns zero if successful, or one of the standard error codes if it fails.
  */

---
base-commit: 6f392f37165008cfb3f89d723aa019e372ee79b9
change-id: 20250609-drm-misc-next-2f4dd8f88bb9

Best regards,
-- 
Raphael Gallais-Pou <rgallaispou@gmail.com>


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

* Re: [PATCH] drm: of: fix documentation reference
  2025-06-09 13:35 [PATCH] drm: of: fix documentation reference Raphael Gallais-Pou
@ 2025-07-13 13:51 ` Raphaël Gallais-Pou
  2025-07-14 12:27   ` Simona Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Raphaël Gallais-Pou @ 2025-07-13 13:51 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel


Le 09/06/2025 à 15:35, Raphael Gallais-Pou a écrit :
> Documentation/devicetree/bindings/graph.txt content has move directly to
> the dt-schema repo.
>
> Point to the YAML of the official repo instead of the old file.
>
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>

Hi,

Gentle ping !

Best regards,
Raphaël
> ---
>   drivers/gpu/drm/drm_of.c | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
> index d0183dea770308e77f05da364ffe087d53f3be36..4f65ce729a473ec372bd76a60ac11a40ffb5df97 100644
> --- a/drivers/gpu/drm/drm_of.c
> +++ b/drivers/gpu/drm/drm_of.c
> @@ -55,7 +55,8 @@ EXPORT_SYMBOL(drm_of_crtc_port_mask);
>    * and generate the DRM mask of CRTCs which may be attached to this
>    * encoder.
>    *
> - * See Documentation/devicetree/bindings/graph.txt for the bindings.
> + * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
> + * for the bindings.
>    */
>   uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
>   				    struct device_node *port)
> @@ -106,7 +107,9 @@ EXPORT_SYMBOL_GPL(drm_of_component_match_add);
>    * Parse the platform device OF node and bind all the components associated
>    * with the master. Interface ports are added before the encoders in order to
>    * satisfy their .bind requirements
> - * See Documentation/devicetree/bindings/graph.txt for the bindings.
> + *
> + * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
> + * for the bindings.
>    *
>    * Returns zero if successful, or one of the standard error codes if it fails.
>    */
>
> ---
> base-commit: 6f392f37165008cfb3f89d723aa019e372ee79b9
> change-id: 20250609-drm-misc-next-2f4dd8f88bb9
>
> Best regards,


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

* Re: [PATCH] drm: of: fix documentation reference
  2025-07-13 13:51 ` Raphaël Gallais-Pou
@ 2025-07-14 12:27   ` Simona Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Simona Vetter @ 2025-07-14 12:27 UTC (permalink / raw)
  To: Raphaël Gallais-Pou
  Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, dri-devel, linux-kernel

On Sun, Jul 13, 2025 at 03:51:56PM +0200, Raphaël Gallais-Pou wrote:
> 
> Le 09/06/2025 à 15:35, Raphael Gallais-Pou a écrit :
> > Documentation/devicetree/bindings/graph.txt content has move directly to
> > the dt-schema repo.
> > 
> > Point to the YAML of the official repo instead of the old file.
> > 
> > Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> 
> Hi,
> 
> Gentle ping !

Applied to drm-misc-next, thanks for your patch. For next time around
might help if you include a reference to the upstream commit that moved
the dt file out-of-tree.

Thanks, Sima

> 
> Best regards,
> Raphaël
> > ---
> >   drivers/gpu/drm/drm_of.c | 7 +++++--
> >   1 file changed, 5 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
> > index d0183dea770308e77f05da364ffe087d53f3be36..4f65ce729a473ec372bd76a60ac11a40ffb5df97 100644
> > --- a/drivers/gpu/drm/drm_of.c
> > +++ b/drivers/gpu/drm/drm_of.c
> > @@ -55,7 +55,8 @@ EXPORT_SYMBOL(drm_of_crtc_port_mask);
> >    * and generate the DRM mask of CRTCs which may be attached to this
> >    * encoder.
> >    *
> > - * See Documentation/devicetree/bindings/graph.txt for the bindings.
> > + * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
> > + * for the bindings.
> >    */
> >   uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
> >   				    struct device_node *port)
> > @@ -106,7 +107,9 @@ EXPORT_SYMBOL_GPL(drm_of_component_match_add);
> >    * Parse the platform device OF node and bind all the components associated
> >    * with the master. Interface ports are added before the encoders in order to
> >    * satisfy their .bind requirements
> > - * See Documentation/devicetree/bindings/graph.txt for the bindings.
> > + *
> > + * See https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml
> > + * for the bindings.
> >    *
> >    * Returns zero if successful, or one of the standard error codes if it fails.
> >    */
> > 
> > ---
> > base-commit: 6f392f37165008cfb3f89d723aa019e372ee79b9
> > change-id: 20250609-drm-misc-next-2f4dd8f88bb9
> > 
> > Best regards,
> 

-- 
Simona Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2025-07-14 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 13:35 [PATCH] drm: of: fix documentation reference Raphael Gallais-Pou
2025-07-13 13:51 ` Raphaël Gallais-Pou
2025-07-14 12:27   ` Simona Vetter
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 11:41 Raphael Gallais-Pou
2025-03-28 14:15 ` Maxime Ripard

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