mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entries for extcon (external connector) subsystem.
@ 2012-06-25  4:50 MyungJoo Ham
  2012-06-25  5:17 ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: MyungJoo Ham @ 2012-06-25  4:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, Mark Brown, Axel Lin, Mike Lockwood,
	kyungmin.park, cw00.choi

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e30a3a..c27ecab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2704,6 +2704,14 @@ S:	Maintained
 F:	Documentation/filesystems/ext4.txt
 F:	fs/ext4/

+EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
+M:	MyungJoo Ham <myungjoo.ham@samsung.com>
+M:	Chanwoo Choi <cw00.choi@samsung.com>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+F:	drivers/extcon/
+F:	Documentation/extcon/
+
 Extended Verification Module (EVM)
 M:	Mimi Zohar <zohar@us.ibm.com>
 S:	Supported
-- 
1.7.4.1

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

* Re: [PATCH] MAINTAINERS: Add entries for extcon (external connector) subsystem.
  2012-06-25  4:50 [PATCH] MAINTAINERS: Add entries for extcon (external connector) subsystem MyungJoo Ham
@ 2012-06-25  5:17 ` Joe Perches
  2012-06-25  7:33   ` [PATCH resend] " MyungJoo Ham
  2012-06-25  7:36   ` [PATCH] " MyungJoo Ham
  0 siblings, 2 replies; 4+ messages in thread
From: Joe Perches @ 2012-06-25  5:17 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: linux-kernel, Greg Kroah-Hartman, Mark Brown, Axel Lin,
	Mike Lockwood, kyungmin.park, cw00.choi

On Mon, 2012-06-25 at 13:50 +0900, MyungJoo Ham wrote:
> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  MAINTAINERS |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e30a3a..c27ecab 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2704,6 +2704,14 @@ S:	Maintained
>  F:	Documentation/filesystems/ext4.txt
>  F:	fs/ext4/
> 
> +EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
> +M:	MyungJoo Ham <myungjoo.ham@samsung.com>
> +M:	Chanwoo Choi <cw00.choi@samsung.com>
> +L:	linux-kernel@vger.kernel.org
> +S:	Maintained
> +F:	drivers/extcon/
> +F:	Documentation/extcon/
> +
>  Extended Verification Module (EVM)
>  M:	Mimi Zohar <zohar@us.ibm.com>
>  S:	Supported

Just a bit of trivia, it's not in alphabetic order.



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

* [PATCH resend] MAINTAINERS: Add entries for extcon (external connector) subsystem.
  2012-06-25  5:17 ` Joe Perches
@ 2012-06-25  7:33   ` MyungJoo Ham
  2012-06-25  7:36   ` [PATCH] " MyungJoo Ham
  1 sibling, 0 replies; 4+ messages in thread
From: MyungJoo Ham @ 2012-06-25  7:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, Mark Brown, Axel Lin, Mike Lockwood,
	kyungmin.park, cw00.choi, Joe Perches

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e30a3a..d685d3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2709,6 +2709,14 @@ M:	Mimi Zohar <zohar@us.ibm.com>
 S:	Supported
 F:	security/integrity/evm/

+EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
+M:	MyungJoo Ham <myungjoo.ham@samsung.com>
+M:	Chanwoo Choi <cw00.choi@samsung.com>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+F:	drivers/extcon/
+F:	Documentation/extcon/
+
 EXYNOS DP DRIVER
 M:	Jingoo Han <jg1.han@samsung.com>
 L:	linux-fbdev@vger.kernel.org
-- 
1.7.4.1

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

* Re: [PATCH] MAINTAINERS: Add entries for extcon (external connector) subsystem.
  2012-06-25  5:17 ` Joe Perches
  2012-06-25  7:33   ` [PATCH resend] " MyungJoo Ham
@ 2012-06-25  7:36   ` MyungJoo Ham
  1 sibling, 0 replies; 4+ messages in thread
From: MyungJoo Ham @ 2012-06-25  7:36 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Greg Kroah-Hartman, Mark Brown, Axel Lin,
	Mike Lockwood, kyungmin.park, cw00.choi

On Mon, Jun 25, 2012 at 2:17 PM, Joe Perches <joe@perches.com> wrote:
>
> Just a bit of trivia, it's not in alphabetic order.
>
>

Thanks. I've just sent a revised one.


-- 
MyungJoo Ham, Ph.D.
System S/W Lab, S/W Center, Samsung Electronics

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

end of thread, other threads:[~2012-06-25  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-25  4:50 [PATCH] MAINTAINERS: Add entries for extcon (external connector) subsystem MyungJoo Ham
2012-06-25  5:17 ` Joe Perches
2012-06-25  7:33   ` [PATCH resend] " MyungJoo Ham
2012-06-25  7:36   ` [PATCH] " MyungJoo Ham

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®