From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Apr 2014 14:25:26 +0200 Subject: [U-Boot] [PATCH v4 4/5] usb/gadget: add the fastboot gadget In-Reply-To: <20140423130213.2ae52e75@amdc2363> References: <1397157488-8695-1-git-send-email-robherring2@gmail.com> <1397829272-22266-5-git-send-email-robherring2@gmail.com> <20140423130213.2ae52e75@amdc2363> Message-ID: <201404231425.26288.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, April 23, 2014 at 01:02:13 PM, Lukasz Majewski wrote: [...] > > +#include > > + > > +#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