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.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,URIBL_BLOCKED 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 528D4C4338F for ; Fri, 23 Jul 2021 08:17:44 +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 28C4360F02 for ; Fri, 23 Jul 2021 08:17:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 28C4360F02 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=q7C0LInHrilqpF2sE6x5Kn7OyQU5T0TMyxBrE33dGs4=; b=M6OImunuwqUHde m3HmHfd4Z77O3bJbR/CJsq9f3edhRfdKs+z0+eFMC/c9kGIxIK4QxCDiYNtMWxjJC7pB0lEWhKas+ n8RlUIAN+D9GqNgjWTfreo3nEgjY8SGPGdZJZpi1wfETWk+Bjhhs4uxMJ9AYLi8I8VlKt2Ja2EBNZ Cv9irAoFY/EXfBeLo+R8hNGuW/XyW4yoMGxEKvldJ6xHox7L/xayM6MZr7GAuK2tdUc708ADbnTjI Bprl9dXqbR6hyQ7Tx3XC3Nq1rW/T9L2bRAIIs/l4wYwThm1gCfoCBvfp5jQfYWXAp6Tjjz+rtWx8S ZriyVMMaMQqrMM0dOJrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6qKY-003qL9-LR; Fri, 23 Jul 2021 08:14:50 +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 1m6qKV-003qKN-1V for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 08:14:48 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 201FA60F02; Fri, 23 Jul 2021 08:14:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627028086; bh=qV/N85haIZMB2b46Q5FY5TnkGO80Wbe1Cp7G2j5TkOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y4lh+x/ZHeToABLWlXlqhEeVnkFMNUvzw/95mCyGD5ai58Ev377B0bxgAQ8nx14yN EdRzIjZnlB/ZApQk/IGxsnunlKxkkxog/trbph8UWDUx+2f+iVFqZNZUPANY0Kxwaf qXGPWDsZ5EF/V3hZBSAE607qrYyRB8hTJpeWA/v8= Date: Fri, 23 Jul 2021 10:14:44 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, 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 v15 0/3] 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-20210723_011447_168740_F5E8D4D6 X-CRM114-Status: GOOD ( 14.72 ) 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 Fri, Jul 23, 2021 at 09:40:05AM +0200, Mauro Carvalho Chehab wrote: > Hi Greg, > > Those are the remaining patches needed for USB3 to start working on HiKey 970. > > I would prefer to have those merged during this cycle, as the PCIe patchset > currently under review depends on patch 1 and 2 of this series. > > So, I dropped the cleanup patch from this series, due to a merge conflict with > the regulator's tree. I'll re-submit it against the mfd tree after the merge window. > > Mauro Carvalho Chehab (3): > mfd: hi6421-spmi-pmic: move driver from staging > dts: hisilicon: add support for the PMIC found on Hikey 970 > dts: hisilicon: add support for USB3 on Hikey 970 I've applied patch 1 here. The other two I need acks from the DT maintainers before I can do anything with them. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel