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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 2E7A4C433E0 for ; Tue, 26 Jan 2021 18:15:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EFB9E207A0 for ; Tue, 26 Jan 2021 18:15:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394324AbhAZSPX (ORCPT ); Tue, 26 Jan 2021 13:15:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:41134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389909AbhAZRui (ORCPT ); Tue, 26 Jan 2021 12:50:38 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id CF4BD2224C; Tue, 26 Jan 2021 17:49:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611683398; bh=ix5zJ6JWxdoag7Pi/sGk5niBB/BRtMgouJs8I7834qI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QlmBe9gDOtXQz1sz7N3XMxwQGKMs/kj/5q94ltAL+JYThZi2SOYOO/qoDyHa5+qIr JE56dqfoBYM7SOGJj1LFEGSI5KdlbEsJ1OGvB+asxu+UzpPRMyQS7HCEl9ZC9EWHK3 qdcDshfRJ7tGjJ2edO1Aw8EDjHUUgKxBPkG1eAKs= Date: Tue, 26 Jan 2021 18:49:53 +0100 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Vinod Koul , 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: 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: linux-kernel@vger.kernel.org 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. greg k-h