* [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier
@ 2018-07-26 3:19 Fabio Estevam
2018-07-26 3:19 ` [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email Fabio Estevam
2018-09-27 11:55 ` [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Thierry Reding
0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-07-26 3:19 UTC (permalink / raw)
To: thierry.reding; +Cc: Fabio Estevam, marco.franchi, dri-devel
From: Fabio Estevam <fabio.estevam@nxp.com>
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
index 75f9253..70654f9 100644
--- a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
+++ b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2017 NXP Semiconductors.
* Author: Marco Franchi <marco.franchi@nxp.com>
*
* Based on Panel Simple driver by Thierry Reding <treding@nvidia.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License version
- * 2 as published by the Free Software Foundation.
*/
#include <linux/backlight.h>
--
2.7.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email
2018-07-26 3:19 [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Fabio Estevam
@ 2018-07-26 3:19 ` Fabio Estevam
2018-09-27 11:55 ` Thierry Reding
2018-09-27 11:55 ` [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Thierry Reding
1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2018-07-26 3:19 UTC (permalink / raw)
To: thierry.reding; +Cc: Fabio Estevam, marco.franchi, dri-devel
From: Fabio Estevam <fabio.estevam@nxp.com>
There is a missing ">" character in Marco's email.
Fix it.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
index 70654f9..2d99e28 100644
--- a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
+++ b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c
@@ -363,6 +363,6 @@ static struct platform_driver seiko_panel_platform_driver = {
};
module_platform_driver(seiko_panel_platform_driver);
-MODULE_AUTHOR("Marco Franchi <marco.franchi@nxp.com");
+MODULE_AUTHOR("Marco Franchi <marco.franchi@nxp.com>");
MODULE_DESCRIPTION("Seiko 43WVF1G panel driver");
MODULE_LICENSE("GPL v2");
--
2.7.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email
2018-07-26 3:19 ` [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email Fabio Estevam
@ 2018-09-27 11:55 ` Thierry Reding
0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2018-09-27 11:55 UTC (permalink / raw)
To: Fabio Estevam; +Cc: Fabio Estevam, marco.franchi, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
On Thu, Jul 26, 2018 at 12:19:27AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> There is a missing ">" character in Marco's email.
>
> Fix it.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thierry
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier
2018-07-26 3:19 [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Fabio Estevam
2018-07-26 3:19 ` [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email Fabio Estevam
@ 2018-09-27 11:55 ` Thierry Reding
1 sibling, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2018-09-27 11:55 UTC (permalink / raw)
To: Fabio Estevam; +Cc: Fabio Estevam, marco.franchi, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 409 bytes --]
On Thu, Jul 26, 2018 at 12:19:26AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
Applied, thanks.
Thierry
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-27 11:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 3:19 [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Fabio Estevam
2018-07-26 3:19 ` [PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email Fabio Estevam
2018-09-27 11:55 ` Thierry Reding
2018-09-27 11:55 ` [PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox