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 DE99CC43334 for ; Tue, 28 Jun 2022 09:39:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A455F839CA; Tue, 28 Jun 2022 11:39:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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=1656409194; bh=51mjxNkKPnro/MZ2pj0IoQ+hU3GkCn1551pRJnblqPk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=L5lEFOMOBA66ReiJ1sTfNC8nI6xRiJ9pDPZvTJdEXjteWrlmgSNq2tyxMywy+e55k NlHqh9Fqc4jRDWVf6F9ZY6Fd/vB9nzmFcx3SEJ1l5ImAAYILYMiv4n/l3Wr7+Yxogv JVxsfkYg4/gaM2A0p/rFhopYV73oh8bvOzZYppgFkRqXJWMvPD4x0qlnD8vTvcOftT GCxmvHx4hfLPt6yVgWp3lndw6nlp4Z8bv6QoXv19VfVUPWda7KnQ05yXGqbAXQr0sp TP1SqAI+PJ+4ztI189j3eXoTXhl0AGtATXav+YpvPnZg1XqnwBwFCFsrttY6ifqWVG NkTDGtSHr1JrQ== 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 DC553837BB; Tue, 28 Jun 2022 11:39:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656409193; bh=51mjxNkKPnro/MZ2pj0IoQ+hU3GkCn1551pRJnblqPk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ll8MqHE3KuEpSYwztvzgvzINlCTg9xpXRnOThlwP9F8lUaqYZEK0/h8mP46Yhplh2 cvKtDOxmuTrt6uoQ3ZCPEyniV/Ak53YxCXe0AZwycPwtBK2YkTe05zwTD6mn6yZG8r s+m1wJPmVpSzcqk+VqiMat3pTY9Au+OR+MPvuemZVio4UKricgJP5L15ejEpCFan9v 69/8uSjpJMAjIlNVduWf7Hz2AdiJXWOuJtIRA1nddr7VJtemRAGgXDcyL6i9LEEBxp UMc/uw6OsFXZKYVpRFxm1AvkwZzODyWVrof6geM6lk8ZMWspN7PJ0pnqRH9Yrbcx6g JfPXSlF16T+LA== Message-ID: Date: Tue, 28 Jun 2022 11:39:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver Content-Language: en-US To: Jim Liu Cc: aford173@gmail.com, sjg@chromium.org, Stanley Chu , KWLIU@nuvoton.com, Jim Liu , u-boot@lists.denx.de References: <20220621090902.4315-1-JJLIU0@nuvoton.com> 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.6 at phobos.denx.de X-Virus-Status: Clean On 6/28/22 05:49, Jim Liu wrote: > Hi Marek Hi, > Thank you for your reminder. > Dell is use novuton uboot git repo now. > and request us upstream it. > > npcm7xx normal defconfig is poleg_evb_defconfig, so all people use > this config to build uboot. > and poleg_evb_defconfig is in uboot master now. > > I separate all the drivers to several commits,after I modify each > driver coding style. > and the poleg_evb_defconfig will be updated in the last commit > > When the upstream task is finished , Dell or others will use upstream uboot. > > If you have any suggestions please let me know. All right, one last question, was the poleg_evb_defconfig patch posted to enable this driver yet ?