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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8B7AC33CAA for ; Tue, 21 Jan 2020 06:46:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8067124125 for ; Tue, 21 Jan 2020 06:46:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579589174; bh=5lyKz2WJ66jauwJC9zB1qdVzSeZVINSbDiBMl95z2Vg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=EodmS+vRbdjp0gwOhgjNeAUpjxJd41WsVugpvj4n5Qsj3PwusnGpZtZzZ8/7CkHxp S3pGWrKqhfM+wt7ptt7x9/HCY7o82JJFDfBWkpFZcc6Ckv3QGPA/Zaq35ceZmnnywj 9lgjzfkUSBHME2ADCjvVY6oiOedja/zbWrQDuL9c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727813AbgAUGqO (ORCPT ); Tue, 21 Jan 2020 01:46:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:54080 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbgAUGqO (ORCPT ); Tue, 21 Jan 2020 01:46:14 -0500 Received: from localhost (unknown [171.76.119.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6D63221734; Tue, 21 Jan 2020 06:46:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579589173; bh=5lyKz2WJ66jauwJC9zB1qdVzSeZVINSbDiBMl95z2Vg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jyusqERheasz+lFPzj8XPdjRzmL2K/rflgqSZd7Ce/1VQchUJvGzwoUC3g7ZMTWdV uvC/2I9IIEmELOA2cSxVVQeVxchtNN+29wzPKWjMdj6tiOD4Nsm9CH02V/5bnSOfuc twKgIBHY0tgz6uHQx+TxZMQc/XSC/REWWEzEyIbE= Date: Tue, 21 Jan 2020 12:16:08 +0530 From: Vinod Koul To: Christian Lamparter Cc: John Stultz , Mathias Nyman , Greg Kroah-Hartman , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Yoshihiro Shimoda , USB list , Linux Kernel Mailing List Subject: Re: [PATCH v6 0/5] usb: xhci: Add support for Renesas USB controllers Message-ID: <20200121064608.GA2841@vkoul-mobl> References: <20200113084005.849071-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org hey Christian, On 13-01-20, 21:33, Christian Lamparter wrote: > On Mon, Jan 13, 2020 at 9:10 PM John Stultz wrote: > > > > On Mon, Jan 13, 2020 at 12:42 AM Vinod Koul wrote: > > > > > > This series add support for Renesas USB controllers uPD720201 and uPD720202. > > > These require firmware to be loaded and in case devices have ROM those can > > > also be programmed if empty. If ROM is programmed, it runs from ROM as well. > > > > > > This includes two patches from Christian which supported these controllers > > > w/o ROM and later my patches for ROM support and multiple firmware versions, > > > debugfs hook for rom erase and export of xhci-pci functions. > > > > > > > Thanks so much for updating these! They are working ok for me in my > > testing on db845c. > > > > Tested-by: John Stultz > > Nice! I'll definitely give this series another try on my WNDR4700 too > (PowerPC Arch) > this weekend. > > and from me: Thanks! Did you get around to test these? -- ~Vinod