[U-Boot] [PATCH v4 4/5] usb/gadget: add the fastboot gadget

Marek Vasut marex at denx.de
Wed Apr 23 14:25:26 CEST 2014


On Wednesday, April 23, 2014 at 01:02:13 PM, Lukasz Majewski wrote:
[...]

> > +#include <linux/usb/composite.h>
> > +
> > +#ifdef CONFIG_CMD_FASTBOOT
> > +int fastboot_add(struct usb_configuration *c);
> > +#else
> > +static int fastboot_add(struct usb_configuration *c)
> > +{
> > +	return 0;
> > +}
> > +#endif
> > +
> > +#endif
> 
> One more remark regarding your patches.
> 
> There is an ongoing work done by Mateusz Zalega (CC'ed).
> 
> Patch series
> "[PATCH v4 00/13] DFU, MMC, Gadget, Goni, misc."
> embracing below patch:
> http://patchwork.ozlabs.org/patch/339263/
> 
> is changing the g_dnl interface.
> 
> I'm not the USB maintainer :-) (Marek Vasut is), but for me it seems
> that above patches are more likely to be earlier accepted to u-boot-usb
> tree.
> 
> Marek, is this a correct assumption?

Depends on Mateusz, surely we will see V5 of his set.

> If Marek don't mind, I'd like to ask you to rebase yours patches on top
> of Mateusz work.

btw Please learn to trim the message to only the relevant bits.

Best regards,
Marek Vasut


More information about the U-Boot mailing list