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 7963DC433EF for ; Tue, 14 Jun 2022 13:30:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7FDB983DB8; Tue, 14 Jun 2022 15:30:50 +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="F3GDSO1Y"; dkim=pass (1024-bit key) header.d=akkea.ca header.i=@akkea.ca header.b="F3GDSO1Y"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3A8E3842DB; Tue, 14 Jun 2022 15:30:49 +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 C809883DB8 for ; Tue, 14 Jun 2022 15:30:46 +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 BE9884E200E; Tue, 14 Jun 2022 13:30:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1655213444; bh=LkQ5rVQx4aSx3xKw5G7UBFtvzoF7caKzruvVBsc7f9c=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=F3GDSO1Yme1pVqozMxCyzPhfqvKdwXKcqkRtAbczpN6SlZZn5RU2VnkwpYGYqK53G vuyphTnyLvEnGIp6xY/q7ce9OK4CA5fyXhAYnsG1blZMShX0MX6gdkGpGGz0kq3r5F VzcpB6YsqtbIg8gvH/qNtp+jsmJHytCvO4I+iHpI= 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 CDZrGaQ6htLd; Tue, 14 Jun 2022 13:30:44 +0000 (UTC) Received: from www.akkea.ca (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id 886AF4E200C; Tue, 14 Jun 2022 13:30:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1655213444; bh=LkQ5rVQx4aSx3xKw5G7UBFtvzoF7caKzruvVBsc7f9c=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=F3GDSO1Yme1pVqozMxCyzPhfqvKdwXKcqkRtAbczpN6SlZZn5RU2VnkwpYGYqK53G vuyphTnyLvEnGIp6xY/q7ce9OK4CA5fyXhAYnsG1blZMShX0MX6gdkGpGGz0kq3r5F VzcpB6YsqtbIg8gvH/qNtp+jsmJHytCvO4I+iHpI= MIME-Version: 1.0 Date: Tue, 14 Jun 2022 06:30:44 -0700 From: Angus Ainslie To: u-boot@lists.denx.de, sbabic@denx.de Cc: priyanka.jain@nxp.com, michael@walle.cc, kernel@puri.sm, marex@denx.de Subject: Re: [PATCH v3 0/2] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver In-Reply-To: <20220530171517.26284-1-angus@akkea.ca> References: <20220530171517.26284-1-angus@akkea.ca> Message-ID: <3002ca2c3ebe22d9f5acff26d3fb9e71@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.5 at phobos.denx.de X-Virus-Status: Clean Did this fix the CI issues now ? On 2022-05-30 10:15, Angus Ainslie wrote: > Changes since v2: > > Add a second patch to deal with CI failures due to the new options. > > Changes since v1: > > Updated Kconfig depends > > Angus Ainslie (2): > usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver > configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC > > configs/am43xx_evm_defconfig | 2 ++ > configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ > configs/am43xx_hs_evm_defconfig | 2 ++ > configs/am57xx_hs_evm_usb_defconfig | 2 ++ > configs/am65x_evm_a53_defconfig | 2 ++ > configs/am65x_evm_r5_usbdfu_defconfig | 2 ++ > configs/dra7xx_evm_defconfig | 2 ++ > configs/dra7xx_hs_evm_defconfig | 2 ++ > configs/dra7xx_hs_evm_usb_defconfig | 2 ++ > drivers/usb/dwc3/Kconfig | 7 +++++++ > drivers/usb/dwc3/Makefile | 2 +- > 11 files changed, 26 insertions(+), 1 deletion(-)