linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add entry for exynos display drivers video/driver/exynos/*
       [not found] <4F262DB6.7060104@samsung.com>
@ 2012-01-30  9:50 ` Donghwa Lee
  2012-01-30 23:31   ` Andrew Morton
  2012-03-06  2:44   ` [PATCH] MAINTAINERS: add entry for exynos mipi display drivers Donghwa Lee
  0 siblings, 2 replies; 4+ messages in thread
From: Donghwa Lee @ 2012-01-30  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,
I'd like to add Inki Dae, Donghwa Lee and Kyungmin Park as maintainers
who developers for exynos display drivers for video/driver/exynos/*


diff --git a/MAINTAINERS b/MAINTAINERS
index 2a90101..0ffdc9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2335,6 +2335,15 @@ S:	Supported
 F:	drivers/gpu/drm/exynos
 F:	include/drm/exynos*
 
+EXYNOS DISPLAY DRIVERS
+M:	Inki Dae <inki.dae@samsung.com>
+M:	Donghwa Lee <dh09.lee@samsung.com>
+M:	Kyungmin Park <kyungmin.park@samsung.com>
+L:	linux-fbdev@vger.kernel.org
+S:	Maintained
+F:	drivers/video/exynos/*
+F:	include/video/exynos*
+
 DSCC4 DRIVER
 M:	Francois Romieu <romieu@fr.zoreil.com>
 L:	netdev@vger.kernel.org

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

* Re: [PATCH] MAINTAINERS: add entry for exynos display drivers video/driver/exynos/*
  2012-01-30  9:50 ` [PATCH] MAINTAINERS: add entry for exynos display drivers video/driver/exynos/* Donghwa Lee
@ 2012-01-30 23:31   ` Andrew Morton
  2012-03-06  2:44   ` [PATCH] MAINTAINERS: add entry for exynos mipi display drivers Donghwa Lee
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2012-01-30 23:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 30 Jan 2012 18:50:38 +0900
Donghwa Lee <dh09.lee@samsung.com> wrote:

> Hi,
> I'd like to add Inki Dae, Donghwa Lee and Kyungmin Park as maintainers
> who developers for exynos display drivers for video/driver/exynos/*
> 
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a90101..0ffdc9f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2335,6 +2335,15 @@ S:	Supported
>  F:	drivers/gpu/drm/exynos
>  F:	include/drm/exynos*
>  
> +EXYNOS DISPLAY DRIVERS
> +M:	Inki Dae <inki.dae@samsung.com>
> +M:	Donghwa Lee <dh09.lee@samsung.com>
> +M:	Kyungmin Park <kyungmin.park@samsung.com>
> +L:	linux-fbdev@vger.kernel.org
> +S:	Maintained
> +F:	drivers/video/exynos/*
> +F:	include/video/exynos*

The patch is missing your signed-off-by, and rather needs it.  Please
send one?


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

* [PATCH] MAINTAINERS: add entry for exynos mipi display drivers
  2012-01-30  9:50 ` [PATCH] MAINTAINERS: add entry for exynos display drivers video/driver/exynos/* Donghwa Lee
  2012-01-30 23:31   ` Andrew Morton
@ 2012-03-06  2:44   ` Donghwa Lee
  2012-03-07 10:13     ` Florian Tobias Schandinat
  1 sibling, 1 reply; 4+ messages in thread
From: Donghwa Lee @ 2012-03-06  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi, I'd like to add Inki Dae, Donghwa Lee and Kyungmin Park as 
maintainers who developers for exynos mipi display drivers for
video/driver/exynos/exynos_mipi* and include/video/exynos_mipi*.

Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b087b3bc..eb5fbcb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2351,6 +2351,15 @@ S:	Supported
 F:	drivers/gpu/drm/exynos
 F:	include/drm/exynos*
 
+EXYNOS MIPI DISPLAY DRIVERS
+M:	Inki Dae <inki.dae@samsung.com>
+M:	Donghwa Lee <dh09.lee@samsung.com>
+M:	Kyungmin Park <kyungmin.park@samsung.com>
+L:	linux-fbdev@vger.kernel.org
+S:	Maintained
+F:	drivers/video/exynos/exynos_mipi*
+F:	include/video/exynos_mipi*
+
 DSCC4 DRIVER
 M:	Francois Romieu <romieu@fr.zoreil.com>
 L:	netdev@vger.kernel.org
-- 
1.7.4.1

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

* Re: [PATCH] MAINTAINERS: add entry for exynos mipi display drivers
  2012-03-06  2:44   ` [PATCH] MAINTAINERS: add entry for exynos mipi display drivers Donghwa Lee
@ 2012-03-07 10:13     ` Florian Tobias Schandinat
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Tobias Schandinat @ 2012-03-07 10:13 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/06/2012 02:44 AM, Donghwa Lee wrote:
> Hi, I'd like to add Inki Dae, Donghwa Lee and Kyungmin Park as 
> maintainers who developers for exynos mipi display drivers for
> video/driver/exynos/exynos_mipi* and include/video/exynos_mipi*.
> 
> Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Applied after moving it to keep alphabetical order in MAINTAINERS and
amending the commit message like Andrew did with v1 of this patch
(deleting "Hi, I'd like to").


Thanks,

Florian Tobias Schandinat

> ---
>  MAINTAINERS |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b087b3bc..eb5fbcb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2351,6 +2351,15 @@ S:	Supported
>  F:	drivers/gpu/drm/exynos
>  F:	include/drm/exynos*
>  
> +EXYNOS MIPI DISPLAY DRIVERS
> +M:	Inki Dae <inki.dae@samsung.com>
> +M:	Donghwa Lee <dh09.lee@samsung.com>
> +M:	Kyungmin Park <kyungmin.park@samsung.com>
> +L:	linux-fbdev@vger.kernel.org
> +S:	Maintained
> +F:	drivers/video/exynos/exynos_mipi*
> +F:	include/video/exynos_mipi*
> +
>  DSCC4 DRIVER
>  M:	Francois Romieu <romieu@fr.zoreil.com>
>  L:	netdev@vger.kernel.org


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

end of thread, other threads:[~2012-03-07 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4F262DB6.7060104@samsung.com>
2012-01-30  9:50 ` [PATCH] MAINTAINERS: add entry for exynos display drivers video/driver/exynos/* Donghwa Lee
2012-01-30 23:31   ` Andrew Morton
2012-03-06  2:44   ` [PATCH] MAINTAINERS: add entry for exynos mipi display drivers Donghwa Lee
2012-03-07 10:13     ` Florian Tobias Schandinat

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