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=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 460E5C11F66 for ; Tue, 29 Jun 2021 10:45:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 00ECE60231 for ; Tue, 29 Jun 2021 10:45:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 00ECE60231 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7wemP4iTTeFWgai2p/hqprOPcLZerFc/udCbirS+W+I=; b=EcSlXB3EH+dubg BIMqi5DVZ7kFpC5aauaPP1M3JojROWcd9uf2blJFLiC4rpqs427azDUMl9uyM4MWquIs2IJmCK+OM jvB2LEhJrVi+DX4bYtM4LiXpQxBi/DM+vF59WPCdsq4369bXRmJKg9EEIkIc2VazGmLj09ScHFJ+2 s+YK1eQT9DsfumCpd4knIqjYrL/qKzrLa2PVcBL4/BYrQ4JYIkqAkAdv3LRhHBuNFKomEv3bLARM/ Iqz8xcH0B7ayDldTOv7Y30+83PK8VJ3InV5isaffKoGwsmELd3Ws/U1ASpQAZkz0x4vSNwdp2QCey lJaS2Vxou6h0eTOhU6vA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lyBDc-00AZ0s-RV; Tue, 29 Jun 2021 10:43:53 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lyBDa-00AZ09-6E for linux-arm-kernel@lists.infradead.org; Tue, 29 Jun 2021 10:43:51 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5CF6661DA7; Tue, 29 Jun 2021 10:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624963429; bh=zp9yHcBmMJmseSg/8nw8IwZKe97SADcduF31yAi7xqI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yXnjKFs0mezf3ClAmrFWScUUImQebiGVxENgKuaFQIVYObxzGGv6sqDXAXlKQnWhZ CTjMLNYYqjALs3piy2M9NyxUQnyixsNglKbGBMK/TNZJz05MO5kd6mXPMHXgHAWf1b cX9OWERbS6uM21L2qfplXRlfpG8dBTk7Z24BT8Z0= Date: Tue, 29 Jun 2021 12:43:47 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Lee Jones , Axel Lin , Derek Kiernan , Dragan Cvetic , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v10 0/5] Move Hisilicon 6421v600 SPMI and USB drivers out of staging Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210629_034350_310925_7DE2CFE7 X-CRM114-Status: UNSURE ( 9.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jun 29, 2021 at 12:31:26PM +0200, Mauro Carvalho Chehab wrote: > Hi Greg, > > This series contain the final bits needed for the USB3 bus to work > without staging drivers on Hikey 970. Thanks for these, I'll look at them after 5.14-rc1 is out. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel