All of lore.kernel.org
 help / color / mirror / Atom feed
* i2c-ismt driver maintenance
@ 2013-02-08  9:57 Jean Delvare
       [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jean Delvare @ 2013-02-08  9:57 UTC (permalink / raw)
  To: Neil Horman; +Cc: Linux I2C, Bill Brown, Seth Heasley

Hi Neil, Seth,

Who is going to maintain the i2c-ismt driver? If any of you want to do
it, please send a patch adding an entry to the MAINTAINERS file. If
not, I can do it and add i2c-ismt to the already long list of SMBus
controller drivers I maintain.

-- 
Jean Delvare

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

* Re: i2c-ismt driver maintenance
       [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
@ 2013-02-08 12:15   ` Neil Horman
       [not found]     ` <20130208121518.GA8771-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
  2013-02-08 15:55   ` [PATCH] i2c-ismt: Add Seth and Myself as maintainers Neil Horman
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Neil Horman @ 2013-02-08 12:15 UTC (permalink / raw)
  To: Jean Delvare; +Cc: Linux I2C, Bill Brown, Seth Heasley

On Fri, Feb 08, 2013 at 10:57:56AM +0100, Jean Delvare wrote:
> Hi Neil, Seth,
> 
> Who is going to maintain the i2c-ismt driver? If any of you want to do
> it, please send a patch adding an entry to the MAINTAINERS file. If
> not, I can do it and add i2c-ismt to the already long list of SMBus
> controller drivers I maintain.
> 
Seth, why don't we both put our names on it, until such time as Bill comes back
from sabbatical, then he can take it over?  Sound good to you?
Neil

> -- 
> Jean Delvare
> 

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

* RE: i2c-ismt driver maintenance
       [not found]     ` <20130208121518.GA8771-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
@ 2013-02-08 15:43       ` Heasley, Seth
  0 siblings, 0 replies; 8+ messages in thread
From: Heasley, Seth @ 2013-02-08 15:43 UTC (permalink / raw)
  To: Neil Horman, Jean Delvare; +Cc: Linux I2C, Brown, Bill E

>> Who is going to maintain the i2c-ismt driver? If any of you want to do
>> it, please send a patch adding an entry to the MAINTAINERS file. If
>> not, I can do it and add i2c-ismt to the already long list of SMBus
>> controller drivers I maintain.
>>
>Seth, why don't we both put our names on it, until such time as Bill comes
>back from sabbatical, then he can take it over?  Sound good to you?
>Neil

Since I'll be submitting patches for future products, I'd definitely want someone else on the list to review them.  So I guess this would work. 

-Seth

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

* [PATCH] i2c-ismt: Add Seth and Myself as maintainers
       [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
  2013-02-08 12:15   ` Neil Horman
@ 2013-02-08 15:55   ` Neil Horman
       [not found]     ` <1360338922-10812-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  2013-02-08 18:27   ` [PATCH v2] " Neil Horman
  2013-02-10 16:59   ` [PATCH v3] " Neil Horman
  3 siblings, 1 reply; 8+ messages in thread
From: Neil Horman @ 2013-02-08 15:55 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Neil Horman, Heasley, Seth, Jean Delvare, Brown, Bill E

Adding Seth Heasley and Myself as maintainers for the i2c-ismt drvier

Signed-off-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Signed-off-by: "Heasley, Seth" <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
CC: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
CC: "Brown, Bill E" <bill.e.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3105c48..cb3cb0c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3750,6 +3750,12 @@ F:	drivers/i2c/busses/i2c-sis96x.c
 F:	drivers/i2c/busses/i2c-via.c
 F:	drivers/i2c/busses/i2c-viapro.c
 
+I2C/SMBUS ISMT Driver
+M:	Seth Heasley <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+M:	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org
+L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+F:	drivers/i2c/busses/i2c-ismt.c
+
 I2C/SMBUS STUB DRIVER
 M:	"Mark M. Hoffman" <mhoffman-xQSgfq/1h4JiLUuM0BA3LQ@public.gmane.org>
 L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-- 
1.7.11.7

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

* Re: [PATCH] i2c-ismt: Add Seth and Myself as maintainers
       [not found]     ` <1360338922-10812-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2013-02-08 16:09       ` Jean Delvare
  0 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2013-02-08 16:09 UTC (permalink / raw)
  To: Neil Horman
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Heasley, Seth, Brown, Bill E

On Fri,  8 Feb 2013 10:55:22 -0500, Neil Horman wrote:
> Adding Seth Heasley and Myself as maintainers for the i2c-ismt drvier
> 
> Signed-off-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> Signed-off-by: "Heasley, Seth" <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> CC: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
> CC: "Brown, Bill E" <bill.e.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3105c48..cb3cb0c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3750,6 +3750,12 @@ F:	drivers/i2c/busses/i2c-sis96x.c
>  F:	drivers/i2c/busses/i2c-via.c
>  F:	drivers/i2c/busses/i2c-viapro.c
>  
> +I2C/SMBUS ISMT Driver
> +M:	Seth Heasley <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> +M:	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org

Missing ">".

> +L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +F:	drivers/i2c/busses/i2c-ismt.c

Please add Documentation/i2c/busses/i2c-ismt.

> +
>  I2C/SMBUS STUB DRIVER
>  M:	"Mark M. Hoffman" <mhoffman-xQSgfq/1h4JiLUuM0BA3LQ@public.gmane.org>
>  L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org


-- 
Jean Delvare

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

* [PATCH v2] i2c-ismt: Add Seth and Myself as maintainers
       [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
  2013-02-08 12:15   ` Neil Horman
  2013-02-08 15:55   ` [PATCH] i2c-ismt: Add Seth and Myself as maintainers Neil Horman
@ 2013-02-08 18:27   ` Neil Horman
       [not found]     ` <1360348061-13153-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  2013-02-10 16:59   ` [PATCH v3] " Neil Horman
  3 siblings, 1 reply; 8+ messages in thread
From: Neil Horman @ 2013-02-08 18:27 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Neil Horman, Heasley, Seth, Jean Delvare, Brown, Bill E

Adding Seth Heasley and Myself as maintainers for the i2c-ismt drvier

Signed-off-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Signed-off-by: "Heasley, Seth" <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
CC: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
CC: "Brown, Bill E" <bill.e.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3105c48..cb50da7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3750,6 +3750,13 @@ F:	drivers/i2c/busses/i2c-sis96x.c
 F:	drivers/i2c/busses/i2c-via.c
 F:	drivers/i2c/busses/i2c-viapro.c
 
+I2C/SMBUS ISMT Driver
+M:	Seth Heasley <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+M:	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
+L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+F:	drivers/i2c/busses/i2c-ismt.c
+F:	Documentation/i2c/busses/i2c-ismt
+
 I2C/SMBUS STUB DRIVER
 M:	"Mark M. Hoffman" <mhoffman-xQSgfq/1h4JiLUuM0BA3LQ@public.gmane.org>
 L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-- 
1.7.11.7

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

* Re: [PATCH v2] i2c-ismt: Add Seth and Myself as maintainers
       [not found]     ` <1360348061-13153-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2013-02-10 10:10       ` Jean Delvare
  0 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2013-02-10 10:10 UTC (permalink / raw)
  To: Neil Horman
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Heasley, Seth, Brown, Bill E

On Fri,  8 Feb 2013 13:27:41 -0500, Neil Horman wrote:
> Adding Seth Heasley and Myself as maintainers for the i2c-ismt drvier
> 
> Signed-off-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> Signed-off-by: "Heasley, Seth" <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> CC: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
> CC: "Brown, Bill E" <bill.e.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3105c48..cb50da7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3750,6 +3750,13 @@ F:	drivers/i2c/busses/i2c-sis96x.c
>  F:	drivers/i2c/busses/i2c-via.c
>  F:	drivers/i2c/busses/i2c-viapro.c
>  
> +I2C/SMBUS ISMT Driver

This should be in uppercase letters. Sorry for missing this during my
first review.

After fixing this, you can add:

Reviewed-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>

> +M:	Seth Heasley <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> +M:	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> +L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +F:	drivers/i2c/busses/i2c-ismt.c
> +F:	Documentation/i2c/busses/i2c-ismt
> +
>  I2C/SMBUS STUB DRIVER
>  M:	"Mark M. Hoffman" <mhoffman-xQSgfq/1h4JiLUuM0BA3LQ@public.gmane.org>
>  L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

-- 
Jean Delvare

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

* [PATCH v3] i2c-ismt: Add Seth and Myself as maintainers
       [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
                     ` (2 preceding siblings ...)
  2013-02-08 18:27   ` [PATCH v2] " Neil Horman
@ 2013-02-10 16:59   ` Neil Horman
  3 siblings, 0 replies; 8+ messages in thread
From: Neil Horman @ 2013-02-10 16:59 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Neil Horman, Heasley, Seth, Jean Delvare, Brown, Bill E

Adding Seth Heasley and Myself as maintainers for the i2c-ismt drvier

Signed-off-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Signed-off-by: "Heasley, Seth" <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
CC: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
CC: "Brown, Bill E" <bill.e.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Reviewed-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3105c48..f6721e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3750,6 +3750,13 @@ F:	drivers/i2c/busses/i2c-sis96x.c
 F:	drivers/i2c/busses/i2c-via.c
 F:	drivers/i2c/busses/i2c-viapro.c
 
+I2C/SMBUS ISMT DRIVER
+M:	Seth Heasley <seth.heasley-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+M:	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
+L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+F:	drivers/i2c/busses/i2c-ismt.c
+F:	Documentation/i2c/busses/i2c-ismt
+
 I2C/SMBUS STUB DRIVER
 M:	"Mark M. Hoffman" <mhoffman-xQSgfq/1h4JiLUuM0BA3LQ@public.gmane.org>
 L:	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-- 
1.7.11.7

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

end of thread, other threads:[~2013-02-10 16:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08  9:57 i2c-ismt driver maintenance Jean Delvare
     [not found] ` <20130208105756.35d00bae-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2013-02-08 12:15   ` Neil Horman
     [not found]     ` <20130208121518.GA8771-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2013-02-08 15:43       ` Heasley, Seth
2013-02-08 15:55   ` [PATCH] i2c-ismt: Add Seth and Myself as maintainers Neil Horman
     [not found]     ` <1360338922-10812-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2013-02-08 16:09       ` Jean Delvare
2013-02-08 18:27   ` [PATCH v2] " Neil Horman
     [not found]     ` <1360348061-13153-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2013-02-10 10:10       ` Jean Delvare
2013-02-10 16:59   ` [PATCH v3] " Neil Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.