2010-06-07 18:52:43

by Joe Perches

[permalink] [raw]
Subject: [PATCH 09/17] MAINTAINERS: Add STAGING - INDUSTRIAL IO

Signed-off-by: Joe Perches <[email protected]>
---
MAINTAINERS | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 71e6fe3..680d602 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5497,6 +5497,11 @@ M: Haiyang Zhang <[email protected]>
S: Odd Fixes
F: drivers/staging/hv/

+STAGING - INDUSTRIAL IO
+M: Jonathan Cameron <[email protected]>
+S: Odd Fixes
+F: drivers/staging/iio/
+
STARFIRE/DURALAN NETWORK DRIVER
M: Ion Badulescu <[email protected]>
S: Odd Fixes
--
1.7.1.244.gbdc4


2010-06-07 18:52:57

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 09/17] MAINTAINERS: Add STAGING - INDUSTRIAL IO

On 06/07/10 19:49, Joe Perches wrote:

Good idea. Could we have the mailing list as well.
L: [email protected]

I can do it as an incremental patch if you would prefer.
Either way,

Acked-by: Jonathan Cameron <[email protected]>

> Signed-off-by: Joe Perches <[email protected]>
> ---
> MAINTAINERS | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71e6fe3..680d602 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5497,6 +5497,11 @@ M: Haiyang Zhang <[email protected]>
> S: Odd Fixes
> F: drivers/staging/hv/
>
> +STAGING - INDUSTRIAL IO
> +M: Jonathan Cameron <[email protected]>
> +S: Odd Fixes
> +F: drivers/staging/iio/
> +
> STARFIRE/DURALAN NETWORK DRIVER
> M: Ion Badulescu <[email protected]>
> S: Odd Fixes

2010-06-07 19:24:45

by Charles Clément

[permalink] [raw]
Subject: Re: [PATCH 09/17] MAINTAINERS: Add STAGING - INDUSTRIAL IO

On Mon, Jun 07, 2010 at 07:52:43PM +0100, Jonathan Cameron wrote:
> On 06/07/10 19:49, Joe Perches wrote:
>
> Good idea. Could we have the mailing list as well.
> L: [email protected]

Maybe the mailing list could be added to the TODO file too, it only
mentions the LKML.

> I can do it as an incremental patch if you would prefer.
> Either way,
>
> Acked-by: Jonathan Cameron <[email protected]>
>
> > Signed-off-by: Joe Perches <[email protected]>
> > ---
> > MAINTAINERS | 5 +++++
> > 1 files changed, 5 insertions(+), 0 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 71e6fe3..680d602 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5497,6 +5497,11 @@ M: Haiyang Zhang <[email protected]>
> > S: Odd Fixes
> > F: drivers/staging/hv/
> >
> > +STAGING - INDUSTRIAL IO
> > +M: Jonathan Cameron <[email protected]>
> > +S: Odd Fixes
> > +F: drivers/staging/iio/
> > +
> > STARFIRE/DURALAN NETWORK DRIVER
> > M: Ion Badulescu <[email protected]>
> > S: Odd Fixes
>
> _______________________________________________
> devel mailing list
> [email protected]
> http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

--
Charles Cl?ment

2010-06-07 19:42:58

by Joe Perches

[permalink] [raw]
Subject: [PATCH V2 09/17] MAINTAINERS: Add STAGING - INDUSTRIAL IO

Signed-off-by: Joe Perches <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
---
MAINTAINERS | 6 +++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 71e6fe3..680d602 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5497,6 +5497,12 @@ M: Haiyang Zhang <[email protected]>
S: Odd Fixes
F: drivers/staging/hv/

+STAGING - INDUSTRIAL IO
+M: Jonathan Cameron <[email protected]>
+L: [email protected]
+S: Odd Fixes
+F: drivers/staging/iio/
+
STARFIRE/DURALAN NETWORK DRIVER
M: Ion Badulescu <[email protected]>
S: Odd Fixes

2010-06-07 19:55:21

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 09/17] MAINTAINERS: Add STAGING - INDUSTRIAL IO

On 06/07/10 20:21, Charles Cl?ment wrote:
> On Mon, Jun 07, 2010 at 07:52:43PM +0100, Jonathan Cameron wrote:
>> On 06/07/10 19:49, Joe Perches wrote:
>>
>> Good idea. Could we have the mailing list as well.
>> L: [email protected]
>
> Maybe the mailing list could be added to the TODO file too, it only
> mentions the LKML.
Good idea. I've just sent Greg KH a patch to do just that.

Thanks,

Jonathan