From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30A54C433EF for ; Thu, 14 Jul 2022 14:59:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 94C3B84142; Thu, 14 Jul 2022 16:59:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=akkea.ca header.i=@akkea.ca header.b="pyiBhOi/"; dkim=pass (1024-bit key) header.d=akkea.ca header.i=@akkea.ca header.b="c6HJywxD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D790684109; Thu, 14 Jul 2022 16:59:40 +0200 (CEST) Received: from node.akkea.ca (li1434-30.members.linode.com [45.33.107.30]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6370984164 for ; Thu, 14 Jul 2022 16:59:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angus@akkea.ca Received: from localhost (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id 29AD94E200C; Thu, 14 Jul 2022 14:59:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1657810775; bh=jh6nq7qVLu36qqicXDSXD+BmQxhyFNOAmQd4JdnSIPM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=pyiBhOi/t7aWyPlR5p//1CpxeUSGX2/uPhazXm7NyuReBcPGcVZ3LKe/Y8VZ8Mm8+ +6gynMTe1F3ua1btlhaiFS6O/5gpIALwPQkPWA6/WodcNnDRAl2f+zdoq84oq8aprB QABBMPeMGeMVjx/y+095OfOrjvIlIRDWk/JjgcTk= Received: from node.akkea.ca ([127.0.0.1]) by localhost (mail.akkea.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0ec4_1ZhuQjZ; Thu, 14 Jul 2022 14:59:34 +0000 (UTC) Received: from www.akkea.ca (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id D877A4E2006; Thu, 14 Jul 2022 14:59:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1657810774; bh=jh6nq7qVLu36qqicXDSXD+BmQxhyFNOAmQd4JdnSIPM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=c6HJywxDI0If+t3e4tV8vA9DMtzQvhl+aXrX3wThbXWTh3+wqxPbJqfIMZxIG+P4V BEYyyI7UfnHC9roiyYMQtCMQvsG680oeUObOGijty+7eBSfwPjfhwBg8LNwCuBxsOh DhFYhuOXqNVrYglqTJN+gSl5fZ6yE+UTnPNLIz/8= MIME-Version: 1.0 Date: Thu, 14 Jul 2022 07:59:34 -0700 From: Angus Ainslie To: Marek Vasut Cc: u-boot@lists.denx.de, sbabic@denx.de, priyanka.jain@nxp.com, michael@walle.cc, kernel@puri.sm Subject: Re: [PATCH v3 0/2] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver In-Reply-To: <8e6418ea-9cc3-c79c-a020-bbb56b6ec0a6@denx.de> References: <20220530171517.26284-1-angus@akkea.ca> <11c6d638db70ee8e464f2ed59049d998@akkea.ca> <8e6418ea-9cc3-c79c-a020-bbb56b6ec0a6@denx.de> Message-ID: <7e41619ad43e033b74a3dab7ae50e4d7@akkea.ca> X-Sender: angus@akkea.ca User-Agent: Roundcube Webmail/1.3.17 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 2022-07-14 07:54, Marek Vasut wrote: > On 7/14/22 16:52, Angus Ainslie wrote: >> On 2022-07-14 07:31, Marek Vasut wrote: >>> On 7/14/22 16:21, Angus Ainslie wrote: >>>> Hi, >>> >>> Hi, >>> >>>> Are there any problems with these patches ? >>> >>> I missed them, sigh ... sorry. >>> >>> Can you rebase them on usb/master and resend, so I can pick them up? >> >> Sure, could you remind me how to run the CI tests again. > > I don't think you can do that yourself unless you have a repo at > source.denx.de/u-boot , but I might be wrong. > Ah I found it in the gitlab ci script ./tools/buildman/buildman -o /tmp -P -E -W arm > Really just run git rebase -i on git://source.denx.de/u-boot-usb.git / > master and then git send-email --annontate , that's all. Ok I'll send ASAP