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 2B83AC43381 for ; Wed, 27 Jan 2021 00:37:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F1B4E206B2 for ; Wed, 27 Jan 2021 00:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391381AbhA0Agy (ORCPT ); Tue, 26 Jan 2021 19:36:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:42172 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393622AbhAZRzk (ORCPT ); Tue, 26 Jan 2021 12:55:40 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A7EE222210; Tue, 26 Jan 2021 17:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611683699; bh=sWdJkC0XV13qzG3cgYLFyf1qRUk6OlIgEZOFy1MdMrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YPgYpVMXj6hKPm4YzKQvuYAr3i+s5n8xqAxzJjpH8Hs0NDADyx3v4tMhoi82ajkWo ILg7eNmfjEzCSlHo6DSL3j5tX0omyvqQdRTIhen1MbywJ0F7fFc+cFaQJEiAx+jG13 dOFjyNNANY3dxyB6XqprCEnCS62KeqbiDwEO7fWg= Date: Tue, 26 Jan 2021 18:54:57 +0100 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Mark Brown , Lee Jones , devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Mayulong , YueHaibing , Liam Girdwood , Wei Xu , linux-kernel@vger.kernel.org, Stephen Boyd , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Colin Ian King , Dan Carpenter Subject: Re: [PATCH v5 00/21] Move Hisilicon 6421v600 SPMI driver set 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 Thu, Jan 21, 2021 at 08:18:02AM +0100, Mauro Carvalho Chehab wrote: > Hi Mark/Lee, > > This patch series finish addressing support for Hikey 970 > SPMI controller, PMIC and regulators. > > This version was generated with -M, in order to make easier > to merge upstream. Also, rebased on the top of v5.10, > without any dependencies from the other patch series > I'm submitting for this board. > > Yet, patch 18 to 20 modifies drivers/staging/hikey9xx/Kconfig > and drivers/staging/hikey9xx/Makefile. So, trivial conflicts > will rise if they're applied via different trees, as they all > remove some lines from such files. I've applied the first 13 patches, except for patch 3, as that did not apply, to my tree, thanks. greg k-h