From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3] usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller Date: Tue, 22 Dec 2015 18:47:46 -0600 Message-ID: <20151223004746.GA27730@rob-hp-laptop> References: <1450690804-3672-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1450690804-3672-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-sh-owner@vger.kernel.org To: Yoshihiro Shimoda Cc: gregkh@linuxfoundation.org, balbi@ti.com, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-usb@vger.kernel.org, linux-sh@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, Dec 21, 2015 at 06:40:04PM +0900, Yoshihiro Shimoda wrote: > R-Car H3 has USB3.0 peripheral controllers. This controller's has the > following features: > - Supports super, high and full speed > - Contains 30 pipes for bulk or interrupt transfer > - Contains dedicated DMA controller > > This driver doesn't support the dedicated DMAC for now. > > Signed-off-by: Yoshihiro Shimoda > --- > This patch is based on the latest Felipe's usb.git / testing/next branch. > (commit id = e9284de9fae69f1d5e57a4817bfc36dc5f3adf71) > > Changes from v2: > - Fix compatible string order to "-". > > Changes from v1: > - fix build error in i386 environment if COMPILE_TEST=y > - merge the header file code into the .c file > - revise the device tree document about "clocks" > - remove prototype declarations > - use udelay(1) instead of ndelay(1) in usb3_wait() > - remove empty function "usb3_init_phy()" > - use module_platform_driver() > - remove bit fields member in some structures > > > .../devicetree/bindings/usb/renesas_usb3.txt | 23 + For the binding: Acked-by: Rob Herring