public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
@ 2015-02-26 12:23 Lukasz Majewski
  2015-03-02 12:23 ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Lukasz Majewski @ 2015-02-26 12:23 UTC (permalink / raw)
  To: u-boot

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(+)

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>
-- 
2.0.0.rc2

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

* [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
  2015-02-26 12:23 [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility Lukasz Majewski
@ 2015-03-02 12:23 ` Tom Rini
  2015-03-02 12:27   ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2015-03-02 12:23 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150302/fc530540/attachment.sig>

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

* [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
  2015-03-02 12:23 ` Tom Rini
@ 2015-03-02 12:27   ` Marek Vasut
  2015-03-02 13:32     ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2015-03-02 12:27 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
  2015-03-02 12:27   ` Marek Vasut
@ 2015-03-02 13:32     ` Tom Rini
  2015-03-02 13:35       ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2015-03-02 13:32 UTC (permalink / raw)
  To: u-boot

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.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150302/463904e3/attachment.sig>

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

* [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
  2015-03-02 13:32     ` Tom Rini
@ 2015-03-02 13:35       ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2015-03-02 13:35 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2015-03-02 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 12:23 [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility Lukasz Majewski
2015-03-02 12:23 ` Tom Rini
2015-03-02 12:27   ` Marek Vasut
2015-03-02 13:32     ` Tom Rini
2015-03-02 13:35       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox