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 C5004C433E0 for ; Thu, 14 May 2020 12:15:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97C20206DA for ; Thu, 14 May 2020 12:15:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589458511; bh=EVN8a4/lsMg72cBU83BgujrSbut87JHzXwu/pszQ9Qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Vw5iPGSUeZQvQ9U4CUbYghVZaupjNiGX+Rw+wNCLu2LvKYq1zsuqk47JdCwfRoVAW dFtyPb/fU1o1yAO9Y2HcoI6ftfdt2qVoLR++g4vZGwIWsr6iBQ1cpU6svBzYfbHgLM lK0nmSnIKcGKaGGKd7I1BALcjDaHhVpmQQRi9DF0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726322AbgENMPL (ORCPT ); Thu, 14 May 2020 08:15:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:50648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbgENMPK (ORCPT ); Thu, 14 May 2020 08:15:10 -0400 Received: from localhost (unknown [122.182.193.86]) (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 9DF83206A5; Thu, 14 May 2020 12:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589458510; bh=EVN8a4/lsMg72cBU83BgujrSbut87JHzXwu/pszQ9Qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M+GXDf3mDZxTe/G5D+pZdMEJyOQLxBEaIYHJKR4mo6NDkwqcwlWl4cZVXNVdf56KV zfOLup7G7zFjHh6C1NB9nY9lqv3puucIoAFhu6vZhQpClP3kSg4Eblzm0fFalanEKI xuzInQIOgK6M3zN3UzBiF161MybK8zt38ZzutF/A= Date: Thu, 14 May 2020 17:45:01 +0530 From: Vinod Koul To: Greg Kroah-Hartman Cc: Mathias Nyman , Mathias Nyman , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Yoshihiro Shimoda , Christian Lamparter , John Stultz , Alan Stern , Andreas =?iso-8859-1?Q?B=F6hler?= , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v13 5/5] usb: xhci: provide a debugfs hook for erasing rom Message-ID: <20200514121501.GQ14092@vkoul-mobl> References: <20200506060025.1535960-1-vkoul@kernel.org> <20200506060025.1535960-6-vkoul@kernel.org> <20200513124554.GA1083139@kroah.com> <20200514092458.GA1591384@kroah.com> <20200514112618.GP14092@vkoul-mobl> <20200514114614.GA1893226@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200514114614.GA1893226@kroah.com> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 14-05-20, 13:46, Greg Kroah-Hartman wrote: > On Thu, May 14, 2020 at 04:56:18PM +0530, Vinod Koul wrote: > > On 14-05-20, 11:24, Greg Kroah-Hartman wrote: > > > On Wed, May 13, 2020 at 02:45:54PM +0200, Greg Kroah-Hartman wrote: > > > > > > Ah, I misssed that, a follow-on patch can do this, right? > > > > > > Actually, a whole new series with this changed is good, I didn't take > > > these for now, for some reason I thought I had. > > > > Do you mind taking these except this patch (last). I will spin this > > later > > Can you resend, they are not in my patch queue anymore. Sure, will resend dropping patch 5. -- ~Vinod