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 79133C43334 for ; Wed, 29 Jun 2022 09:23:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5818E83C96; Wed, 29 Jun 2022 11:23:47 +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=1656494627; bh=9By4BIT6wfDs+kjPctyN0ZaBtcOf3mP9HxBG2iPuAoI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=HP/huHb0UpJwDTBaFmyOEKZe4LH+ZGLoSbKyuYR+gt47stMLVw7k0h0az6udfBJ7A 06FyU6UUQIdFaVP3giWNUYl4LnfPW/iDlZn6dq69ZcKZ2bPkcelC1iWz7GE42Kv7jt qJLoIfoC1/u1pe4XxcRAY3OSDFP4SbylJ+yzWGoBw/WFZJb7+KvyCXBcXm8N4aIWEW jdk00EGWo0CZp//9WWa+Eg9nBnWBoN/e1CFKlacx854y5uSq8YFBO9jXOcCt2UPABh Niq926dJbAHVW6+KLzgMUAFylwiaNxlAU6Kfvhr6DO0BeIjS9X7optVB7UDWnbxC3i Bo/U8udcHmRpQ== 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 83A6283AC5; Wed, 29 Jun 2022 11:23:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656494626; bh=9By4BIT6wfDs+kjPctyN0ZaBtcOf3mP9HxBG2iPuAoI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=gvpQ39exINquw1mDwvuWyKSRcDVOTfokcOk/p0mMQh5iCkyuTNWGRJWaKcbGQumdo oSb+jsq2P0lh2YiAcYfRX40a4ue4Q9CoKNE4uNqtkOAyxXKng1gcDN5K435bShRI0U q9ZGpdkSaHlRvpTgZuSZVM2LGBRkPSGfuAt6XVLdpjLSY+ui0s9UXGcymtN0BzhUjl opM0Qk5EKNvXkQ+jLFUke6OofP8WHCYuvQbmo7UQx+wXUlOEotXOOcvomM03Q5q7Mm hjT2MYNB1qgf5096UbpwcOYWoRlhLAumC/QA0y5r9xErioenPSCVO+h1xOkguudDTj 2mhIBSZ/5x4Ng== Message-ID: Date: Wed, 29 Jun 2022 11:23:44 +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/29/22 03:31, Jim Liu wrote: > Hi Marek Hi, > no, not yet. > > I will add i2c otp aes sha pinctrl usb spi mmc feature to > poleg_evb_defconfig in the last commit. > > about the usb patch if you have any suggestion or need modify please > let me know. The usb patch is already in usb/next , thanks.