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 173B5EB64D7 for ; Tue, 20 Jun 2023 23:08:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4608084747; Wed, 21 Jun 2023 01:08:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1687302516; bh=Q1rIKcf+sQ0q+9yldkDNmDadDV3DM5804cimGCALpP8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=vqlnYI+l5wV5m0mTUtZbwfexulD4njXTII88EtFbtyD7dVlaURXML4xIv0d/RhfeE DGld46sLM8JCYJsmSJzUgCJ25qv3/ehWGoWjTEP5MH4ld7aKYwr+vkJzgiVULNVlE2 9alRFDyqv7uKbfhQf+HJkpoS7qbxApFvfQZw+otsD1qiBfzEwVSXdyymrzetII4Uby V/2aSJe0dH7NjItPly7loktRclj13HuQRE7iGST4BEdjKDze9qwoXjoF08wqLHpVIQ yzNZSt0shkRSOBeSyygrewOM/2rNU8IkD6LlchkHT5ghfsDgyu5Zq9AExLVdfZcjxY MAfoM/dKzOqOQ== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id C6A5D84723; Wed, 21 Jun 2023 01:08:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1687302513; bh=Q1rIKcf+sQ0q+9yldkDNmDadDV3DM5804cimGCALpP8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZghC/+5Xfa5lFmPi3VsbVmXKQX6Xt5/1b3WQ9FdpTPnIm867fnI9oti8M3woLyJ2v K9ibg29VZ6hfSyp8evofkM3SBv3eDZoBNbl7+JbXZE4sDIOmCUx/LzLbkmokSkNu6m GKms2VRU0Xy/tye0DR8wzhayFxkgmDCuQEpuJq3ikdwg3Ze7WhnHEIP6hznor/4Ymj Cpw1jrkK74+aOx4rF28X81HW6/cpZiFmu7ITFn476rvn7RNgjZ4TfCk1Fo8B+hozEQ pM+ETuoBuKURBm4DmE5iFZBktMckQqhT33+COmToIioJ7C7aMDwzCSSjw+Joso4hRn ycaL7QX8UUxVg== Message-ID: Date: Wed, 21 Jun 2023 01:08:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [SPAM] Re: [PATCH] cmd: usb: Prevent reset in usb tree/info command Content-Language: en-US To: Xavier Drudis Ferran Cc: "u-boot@lists.denx.de" , Simon Glass , Lukasz Majewski , Sean Anderson , Suneel Garapati , Bin Meng References: <513604d2-3db5-73ba-65ab-b2b34e4c0425@denx.de> <80a1073c-34c0-c5f6-3f27-c8bfa0e3c20b@denx.de> From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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.8 at phobos.denx.de X-Virus-Status: Clean On 6/20/23 12:43, Xavier Drudis Ferran wrote: > El Tue, Jun 20, 2023 at 11:49:36AM +0200, Marek Vasut deia: >> >> Default, see: >> $ git grep CONFIG_BOOTCOMMAND configs/ >> > > I'm lost. > > I called default what Kconfig used as default. > You seem to call default what's in board specific config files. > Whatever. Fix the wording in the commit message if you like. All I am really asking for is minimal test case. That is all I was asking for since the very beginning. So to answer my own question, this is the minimal test case: => usb reset ; bootflow scan ; usb info Can you please add it to the commit message, collect RB from Simon, add Reviewed-by: Marek Vasut Tested-by: Marek Vasut And send V2 so I can pick it for this release ? Thank you