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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FD09C433EF for ; Thu, 19 May 2022 15:56:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241475AbiESP40 (ORCPT ); Thu, 19 May 2022 11:56:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235371AbiESP4Y (ORCPT ); Thu, 19 May 2022 11:56:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB2A23BA70; Thu, 19 May 2022 08:56:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 55FD6B82520; Thu, 19 May 2022 15:56:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 961A5C385AA; Thu, 19 May 2022 15:56:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652975781; bh=7pFCBqNSOCLfuzYpPeUv7mtCv/aLkeRffL8GhHRye+Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SjEnH3fNPqcYJf7wgZXzs/OuUWWntd9ED4SsWc0xmNyDMmQxhm9GJnZH3y6L8K6Qe uEVXAD15/cvqD3TBDwjGUTQeqHlxeT3+6LfwRKjrBoai3DslApfkcoQh1mhSmCSSQ7 K5q8laNoq73GpDHrWSlZNdlb0Em0ET3sd+6l9Ys8= Date: Thu, 19 May 2022 17:56:18 +0200 From: Greg Kroah-Hartman To: Neal Liu Cc: Rob Herring , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , Felipe Balbi , Sumit Semwal , Christian =?iso-8859-1?Q?K=F6nig?= , Geert Uytterhoeven , Li Yang , linux-aspeed@lists.ozlabs.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, kernel test robot Subject: Re: [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc driver Message-ID: References: <20220518062043.1075360-1-neal_liu@aspeedtech.com> <20220518062043.1075360-2-neal_liu@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220518062043.1075360-2-neal_liu@aspeedtech.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, May 18, 2022 at 02:20:41PM +0800, Neal Liu wrote: > Aspeed udc is compliant with USB2.0, supports USB High Speed > and Full Speed, backward compatible with USB1.1. > > Supports independent DMA channel for each generic endpoint. > Supports 32/256 stages descriptor mode for all generic endpoints. > > This driver supports full functionality including single/multiple > stages descriptor mode, and exposes 1 UDC gadget driver. > > Signed-off-by: Neal Liu > Reported-by: kernel test robot The kernel test robot did not report that you needed to add a new driver :(