2019-07-02 15:45:19

by Rob Clark

[permalink] [raw]
Subject: [PATCH 1/3] drm/bridge: ti-sn65dsi86: add link to datasheet

From: Rob Clark <[email protected]>

The bridge has pretty good docs, lets add a link to make them easier to
find.

Signed-off-by: Rob Clark <[email protected]>
---
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
index bcca9173c72a..f1a2493b86d9 100644
--- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
+++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
+ * datasheet: http://www.ti.com/lit/ds/symlink/sn65dsi86.pdf
*/

#include <linux/clk.h>
--
2.20.1


2019-07-02 17:05:39

by Jeffrey Hugo

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: ti-sn65dsi86: add link to datasheet

On Tue, Jul 2, 2019 at 9:45 AM Rob Clark <[email protected]> wrote:
>
> From: Rob Clark <[email protected]>
>
> The bridge has pretty good docs, lets add a link to make them easier to
> find.
>
> Signed-off-by: Rob Clark <[email protected]>

This is in the DT binding, but having it in the driver as well is a nice touch.

Reviewed-by: Jeffrey Hugo <[email protected]>

2019-07-04 12:28:34

by Andrzej Hajda

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: ti-sn65dsi86: add link to datasheet

On 02.07.2019 17:44, Rob Clark wrote:
> From: Rob Clark <[email protected]>
>
> The bridge has pretty good docs, lets add a link to make them easier to
> find.
>
> Signed-off-by: Rob Clark <[email protected]>


Reviewed-by: Andrzej Hajda <[email protected]>

 --
Regards
Andrzej


> ---
> drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> index bcca9173c72a..f1a2493b86d9 100644
> --- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> +++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> @@ -1,6 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (c) 2018, The Linux Foundation. All rights reserved.
> + * datasheet: http://www.ti.com/lit/ds/symlink/sn65dsi86.pdf
> */
>
> #include <linux/clk.h>


2019-07-04 12:33:31

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: ti-sn65dsi86: add link to datasheet

Hi Rob,

Thank you for the patch.

On Tue, Jul 02, 2019 at 08:44:16AM -0700, Rob Clark wrote:
> From: Rob Clark <[email protected]>
>
> The bridge has pretty good docs, lets add a link to make them easier to
> find.
>
> Signed-off-by: Rob Clark <[email protected]>
> ---
> drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> index bcca9173c72a..f1a2493b86d9 100644
> --- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> +++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> @@ -1,6 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (c) 2018, The Linux Foundation. All rights reserved.
> + * datasheet: http://www.ti.com/lit/ds/symlink/sn65dsi86.pdf

It's in the DT bindings and it's easy to find so I'm not sure it adds
lots of value to mention it here, but I don't feel very strongly about
it, so if you think it can be useful I don't mind. I would however put a
blank line after the copyright line in that case, and
s/datasheet/Datasheet/

> */
>
> #include <linux/clk.h>

--
Regards,

Laurent Pinchart