* [PATCH] drm/panel: lvds: tidyup header explanation
[not found] ` <redmine.issue-153275.20180201064632.405d9bde0f7709a7@dm.renesas.com>
@ 2018-02-01 7:45 ` Kuninori Morimoto
2018-02-02 9:19 ` Laurent Pinchart
0 siblings, 1 reply; 3+ messages in thread
From: Kuninori Morimoto @ 2018-02-01 7:45 UTC (permalink / raw)
To: Thierry Reding, David Airlie, Laurent Pinchart
Cc: hiroyuki.yokoyama.vx, koji.matsuoka.xm, takeshi.kihara.df,
harunobu.kurokawa.dn, ryusuke.sakato.bx, tomoharu.fukawa.eb,
kouei.abe.cp, khiem.nguyen.xt, hien.dang.eb, dri-devel,
linux-kernel
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
panel-lvds.c is for LVDS Panel Driver,
not R-Car Display Unit CRTCs
Reported-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
drivers/gpu/drm/panel/panel-lvds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c
index b5e3994..c8075a8 100644
--- a/drivers/gpu/drm/panel/panel-lvds.c
+++ b/drivers/gpu/drm/panel/panel-lvds.c
@@ -1,5 +1,5 @@
/*
- * rcar_du_crtc.c -- R-Car Display Unit CRTCs
+ * panel-lvds.c -- LVDS Panel Driver
*
* Copyright (C) 2016 Laurent Pinchart
* Copyright (C) 2016 Renesas Electronics Corporation
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/panel: lvds: tidyup header explanation
2018-02-01 7:45 ` [PATCH] drm/panel: lvds: tidyup header explanation Kuninori Morimoto
@ 2018-02-02 9:19 ` Laurent Pinchart
2018-02-05 0:13 ` Kuninori Morimoto
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2018-02-02 9:19 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Thierry Reding, David Airlie, hiroyuki.yokoyama.vx,
koji.matsuoka.xm, takeshi.kihara.df, harunobu.kurokawa.dn,
ryusuke.sakato.bx, tomoharu.fukawa.eb, kouei.abe.cp,
khiem.nguyen.xt, hien.dang.eb, dri-devel, linux-kernel
Hi Morimoto-san,
Thank you for your patch.
On Thursday, 1 February 2018 09:45:36 EET Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> panel-lvds.c is for LVDS Panel Driver,
> not R-Car Display Unit CRTCs
>
> Reported-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
A similar patch has been posted already:
https://patchwork.freedesktop.org/series/36953/
> ---
> drivers/gpu/drm/panel/panel-lvds.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panel/panel-lvds.c
> b/drivers/gpu/drm/panel/panel-lvds.c index b5e3994..c8075a8 100644
> --- a/drivers/gpu/drm/panel/panel-lvds.c
> +++ b/drivers/gpu/drm/panel/panel-lvds.c
> @@ -1,5 +1,5 @@
> /*
> - * rcar_du_crtc.c -- R-Car Display Unit CRTCs
> + * panel-lvds.c -- LVDS Panel Driver
> *
> * Copyright (C) 2016 Laurent Pinchart
> * Copyright (C) 2016 Renesas Electronics Corporation
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/panel: lvds: tidyup header explanation
2018-02-02 9:19 ` Laurent Pinchart
@ 2018-02-05 0:13 ` Kuninori Morimoto
0 siblings, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2018-02-05 0:13 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Thierry Reding, David Airlie, hiroyuki.yokoyama.vx,
koji.matsuoka.xm, takeshi.kihara.df, harunobu.kurokawa.dn,
ryusuke.sakato.bx, tomoharu.fukawa.eb, kouei.abe.cp,
khiem.nguyen.xt, hien.dang.eb, dri-devel, linux-kernel
Hi Laurent
> Hi Morimoto-san,
>
> Thank you for your patch.
>
> On Thursday, 1 February 2018 09:45:36 EET Kuninori Morimoto wrote:
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > panel-lvds.c is for LVDS Panel Driver,
> > not R-Car Display Unit CRTCs
> >
> > Reported-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> A similar patch has been posted already:
>
> https://patchwork.freedesktop.org/series/36953/
Thanks.
Nice to know
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-05 0:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <redmine.issue-153275.20180201064632@dm.renesas.com>
[not found] ` <redmine.issue-153275.20180201064632.405d9bde0f7709a7@dm.renesas.com>
2018-02-01 7:45 ` [PATCH] drm/panel: lvds: tidyup header explanation Kuninori Morimoto
2018-02-02 9:19 ` Laurent Pinchart
2018-02-05 0:13 ` Kuninori Morimoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®