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=-6.4 required=3.0 tests=BAYES_00,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 2CA97C433E9 for ; Thu, 4 Feb 2021 07:50:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E471164F55 for ; Thu, 4 Feb 2021 07:49:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234656AbhBDHts (ORCPT ); Thu, 4 Feb 2021 02:49:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:53518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234639AbhBDHtr (ORCPT ); Thu, 4 Feb 2021 02:49:47 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4956764F59; Thu, 4 Feb 2021 07:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612424947; bh=ow5324N+X0yX6Y++DQH8Ee4d23dUDvfZqkh3Y+REDTo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T60CgV3iWmtMePG9PaOF16n7zzvEozhEBDUnfGcX0uKML/AvPfAqMrI7H29ktWW7w 7SR0mqi/fDx0TrKllkRQjZY4RjibrCUBtfkxNimS5pdeonw59KVQ7GYTUT6AoRllxT RecRizCWWLrYsKor5myS/0UEeMEZR+noehqrgQe67kDjLDAwfHtVqlvo7nmtinKPo7 6HHGvihZA0cYspklJ0/cqZ+7JXN5XuXSk1bLeNI6NmA2Tad6IbXL7oVVFcRG3pST2I 7lpW1gVofXkWWbZKOz6EnUsjS+RrkfHGZwmBYppjstNdsH3Uli/5i0UslefLN1Ob7V OwpGSqt6Xgt+g== Date: Thu, 4 Feb 2021 13:19:03 +0530 From: Vinod Koul To: Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , Rob Herring , devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Yu Chen , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Alex Dewar Subject: Re: [PATCH v4 0/5] Promote Hikey 970 USB phy out of staging Message-ID: <20210204074903.GF3079@vkoul-mobl.Dlink> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 26-01-21, 18:49, Greg Kroah-Hartman wrote: > On Tue, Jan 19, 2021 at 11:44:38AM +0100, Mauro Carvalho Chehab wrote: > > Hi Vinod/Rob, > > > > This series moves the Hikey 970 USB PHY driver out of staging. > > > > Patches 1 to 4 contain the fixes from staging. Patch 5 moves the > > driver from staging: > > > > $ git show 82ce73ac9a38 --summary > > ... > > rename drivers/staging/hikey9xx/phy-hi3670-usb3.yaml => Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml (100%) > > rename drivers/{staging/hikey9xx => phy/hisilicon}/phy-hi3670-usb3.c (100%) > > > > I opted to use --no-renames on this series in order to make easier to > > review via e-mail, as the entire driver and DT bindings will be seen > > at the last patch on this series. > > First 4 patches applied to my tree, thanks. I have acked the last one, pls apply that one too -- ~Vinod