diff mbox

[U-Boot] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

Message ID 1424953429-26799-1-git-send-email-l.majewski@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Ɓukasz Majewski Feb. 26, 2015, 12:23 p.m. UTC
After discussion during the last u-boot mini summit with USB maintainer -
Marek Vasut - it has been decided, that gadget development should be
coordinated by DFU custodian.

Such patch formalizes current development status.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini March 2, 2015, 12:23 p.m. UTC | #1
On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote:

> After discussion during the last u-boot mini summit with USB maintainer -
> Marek Vasut - it has been decided, that gadget development should be
> coordinated by DFU custodian.
> 
> Such patch formalizes current development status.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>

Applied to u-boot/master, thanks!
Marek Vasut March 2, 2015, 12:27 p.m. UTC | #2
On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote:
> On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote:
> > After discussion during the last u-boot mini summit with USB maintainer -
> > Marek Vasut - it has been decided, that gadget development should be
> > coordinated by DFU custodian.
> > 
> > Such patch formalizes current development status.
> > 
> > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> 
> Applied to u-boot/master, thanks!

This is part of u-boot-usb/master too ;-/

Best regards,
Marek Vasut
Tom Rini March 2, 2015, 1:32 p.m. UTC | #3
On Mon, Mar 02, 2015 at 01:27:29PM +0100, Marek Vasut wrote:
> On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote:
> > On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote:
> > > After discussion during the last u-boot mini summit with USB maintainer -
> > > Marek Vasut - it has been decided, that gadget development should be
> > > coordinated by DFU custodian.
> > > 
> > > Such patch formalizes current development status.
> > > 
> > > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> > 
> > Applied to u-boot/master, thanks!
> 
> This is part of u-boot-usb/master too ;-/

Yeah but git did the right thing.  And now I think I've fixed gmail to
do the right thing and not eat my new email address.
Marek Vasut March 2, 2015, 1:35 p.m. UTC | #4
On Monday, March 02, 2015 at 02:32:01 PM, Tom Rini wrote:
> On Mon, Mar 02, 2015 at 01:27:29PM +0100, Marek Vasut wrote:
> > On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote:
> > > On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote:
> > > > After discussion during the last u-boot mini summit with USB
> > > > maintainer - Marek Vasut - it has been decided, that gadget
> > > > development should be coordinated by DFU custodian.
> > > > 
> > > > Such patch formalizes current development status.
> > > > 
> > > > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> > > 
> > > Applied to u-boot/master, thanks!
> > 
> > This is part of u-boot-usb/master too ;-/
> 
> Yeah but git did the right thing.  And now I think I've fixed gmail to
> do the right thing and not eat my new email address.

Okay :)

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1f77359..7ee87c0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -214,6 +214,7 @@  M:	Lukasz Majewski <l.majewski@samsung.com>
 S:	Maintained
 T:	git git://git.denx.de/u-boot-dfu.git
 F:	drivers/dfu/
+F:	drivers/usb/gadget/
 
 DRIVER MODEL
 M:	Simon Glass <sjg@chromium.org>