diff mbox

Add myself as UBI co-maintainer

Message ID 1422444504-17217-1-git-send-email-richard@nod.at
State Accepted
Headers show

Commit Message

Richard Weinberger Jan. 28, 2015, 11:28 a.m. UTC
...and set the state to "Supported" as UBI is part
of my day job.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 MAINTAINERS | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Comments

Artem Bityutskiy Jan. 28, 2015, 1:12 p.m. UTC | #1
On Wed, 2015-01-28 at 12:28 +0100, Richard Weinberger wrote:
> ...and set the state to "Supported" as UBI is part
> of my day job.
> 
> Signed-off-by: Richard Weinberger <richard@nod.at>

Acked-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
hujianyang Jan. 29, 2015, 3:45 a.m. UTC | #2
On 2015/1/28 19:28, Richard Weinberger wrote:
> ...and set the state to "Supported" as UBI is part
> of my day job.
> 
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
>  MAINTAINERS | 9 ++-------
>  1 file changed, 2 insertions(+), 7 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ebb056..6417fed 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9891,20 +9891,15 @@ F:	drivers/scsi/ufs/
>  
>  UNSORTED BLOCK IMAGES (UBI)
>  M:	Artem Bityutskiy <dedekind1@gmail.com>
> +M:	Richard Weinberger <richard@nod.at>
>  W:	http://www.linux-mtd.infradead.org/
>  L:	linux-mtd@lists.infradead.org
>  T:	git git://git.infradead.org/ubifs-2.6.git
> -S:	Maintained
> +S:	Supported
>  F:	drivers/mtd/ubi/
>  F:	include/linux/mtd/ubi.h
>  F:	include/uapi/mtd/ubi-user.h
>  
> -UNSORTED BLOCK IMAGES (UBI) Fastmap
> -M:	Richard Weinberger <richard@nod.at>
> -L:	linux-mtd@lists.infradead.org
> -S:	Maintained
> -F:	drivers/mtd/ubi/fastmap.c
> -
>  USB ACM DRIVER
>  M:	Oliver Neukum <oliver@neukum.org>
>  L:	linux-usb@vger.kernel.org
> 

Seems this patch is pushed into "linux-next" but "master" is
the merging branch used by Artem before.

Just want to make sure you didn't miss the recent patch in
branch "master". I should say sorry if my last mail misleading
you.
hujianyang Jan. 29, 2015, 6:13 a.m. UTC | #3
On 2015/1/29 13:59, Artem Bityutskiy wrote:
> The master branch is a superset of next. Master may have stuff not ready for next. Patches go first to master, then to next. Simple ones go to both. Next is pulled to linux-next tree, master is not.
> Master may be rebased, next never gets rebaised.
> 
> Sent from my Android phone.
> 
> Best Regards,
> Artem BItyutskiy
> 

Got it!

Thanks~!
Richard Weinberger Jan. 29, 2015, 8:59 a.m. UTC | #4
Am 29.01.2015 um 04:45 schrieb hujianyang:
> On 2015/1/28 19:28, Richard Weinberger wrote:
>> ...and set the state to "Supported" as UBI is part
>> of my day job.
>>
>> Signed-off-by: Richard Weinberger <richard@nod.at>
>> ---
>>  MAINTAINERS | 9 ++-------
>>  1 file changed, 2 insertions(+), 7 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2ebb056..6417fed 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9891,20 +9891,15 @@ F:	drivers/scsi/ufs/
>>  
>>  UNSORTED BLOCK IMAGES (UBI)
>>  M:	Artem Bityutskiy <dedekind1@gmail.com>
>> +M:	Richard Weinberger <richard@nod.at>
>>  W:	http://www.linux-mtd.infradead.org/
>>  L:	linux-mtd@lists.infradead.org
>>  T:	git git://git.infradead.org/ubifs-2.6.git
>> -S:	Maintained
>> +S:	Supported
>>  F:	drivers/mtd/ubi/
>>  F:	include/linux/mtd/ubi.h
>>  F:	include/uapi/mtd/ubi-user.h
>>  
>> -UNSORTED BLOCK IMAGES (UBI) Fastmap
>> -M:	Richard Weinberger <richard@nod.at>
>> -L:	linux-mtd@lists.infradead.org
>> -S:	Maintained
>> -F:	drivers/mtd/ubi/fastmap.c
>> -
>>  USB ACM DRIVER
>>  M:	Oliver Neukum <oliver@neukum.org>
>>  L:	linux-usb@vger.kernel.org
>>
> 
> Seems this patch is pushed into "linux-next" but "master" is
> the merging branch used by Artem before.
> 
> Just want to make sure you didn't miss the recent patch in
> branch "master". I should say sorry if my last mail misleading
> you.

No need to worry.
All patches from master are already in my local -next tree, build tests are running
and I'll push in jiffy.

Thanks,
//richard
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2ebb056..6417fed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9891,20 +9891,15 @@  F:	drivers/scsi/ufs/
 
 UNSORTED BLOCK IMAGES (UBI)
 M:	Artem Bityutskiy <dedekind1@gmail.com>
+M:	Richard Weinberger <richard@nod.at>
 W:	http://www.linux-mtd.infradead.org/
 L:	linux-mtd@lists.infradead.org
 T:	git git://git.infradead.org/ubifs-2.6.git
-S:	Maintained
+S:	Supported
 F:	drivers/mtd/ubi/
 F:	include/linux/mtd/ubi.h
 F:	include/uapi/mtd/ubi-user.h
 
-UNSORTED BLOCK IMAGES (UBI) Fastmap
-M:	Richard Weinberger <richard@nod.at>
-L:	linux-mtd@lists.infradead.org
-S:	Maintained
-F:	drivers/mtd/ubi/fastmap.c
-
 USB ACM DRIVER
 M:	Oliver Neukum <oliver@neukum.org>
 L:	linux-usb@vger.kernel.org