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=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 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 BA6B8C433DB for ; Thu, 21 Jan 2021 07:38:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84241238E2 for ; Thu, 21 Jan 2021 07:38:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727485AbhAUHhn (ORCPT ); Thu, 21 Jan 2021 02:37:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:42616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727482AbhAUHag (ORCPT ); Thu, 21 Jan 2021 02:30:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A864F23877; Thu, 21 Jan 2021 07:29:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611214193; bh=dy3L1jica4WKQF+cqZ7I7ZgMXPtsT1Sr6ANeEUfQwX8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bv9OhMzw4yJN0xbTN/LSuN/8rePwqbTc3yqZk8Wz0gFn8MYQ8OZradvHW/dz/m1Nm LZrPRQxhU2ZNwVUloNaYBABNtMAUkcYHT/NC8zisx3MyVUqGqmUWbV46reAO2jEv1a Aq+d9DNdPrEf0M8TRk6Ey9gcayANRlEQisz7W8JqAoA+02lpm1D08QS+M+Sj6tf1aK 4JljzraYtuP18TsE5pXQoRQHK98yMrz52rWXdWO/R6JLpwb9mOFTZwYxo3+Pbgo+kS m/uDg4EuDg/rUQy9n3UoW/1Ow/5DVsAmElHUzh9Y4GWh/fuNnoCrfPcUQSHp4JT2Hl DVZyHOL6kOSSQ== Date: Thu, 21 Jan 2021 08:29:47 +0100 From: Mauro Carvalho Chehab To: Mark Brown Cc: Lee Jones , Greg Kroah-Hartman , Liam Girdwood , Mayulong , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Vinod Koul , Rob Herring Subject: Re: [PATCH v4 19/21] regulator: hi6421v600-regulator: move it from staging Message-ID: <20210121082947.633213ad@coco.lan> In-Reply-To: <20210120170744.GD6794@sirena.org.uk> References: <8000252dfd10677c5eb52d498e68de9c65304cf4.1611072387.git.mchehab+huawei@kernel.org> <20210119161950.GC4478@sirena.org.uk> <20210120000244.2f1862d6@coco.lan> <20210120170744.GD6794@sirena.org.uk> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, 20 Jan 2021 17:07:44 +0000 Mark Brown escreveu: > On Wed, Jan 20, 2021 at 12:02:44AM +0100, Mauro Carvalho Chehab wrote: > > Mark Brown escreveu: > > > > Now that the driver has been converted to regmap these are just > > > duplicates of the regmap helpers. You may also be able to use them for > > > the disable() and is_enabled() operations, I didn't confirm that that's > > > OK with the device using multi-bit enable controls for some reason IIRC. > > > True. > > > In order to avoid re-submitting 21 patches, I sent such change as > > patch 22/21 . > > Unfortunately I can't actually apply the regulator bits as things are as > the MAINTAINERS changes are incremental against the prior patches in the > series. What's the plan for getting these merged? I submitted the USB3 PHY patch series to Vinod on Jan, 19. There's also a second series with 3 dts patches, submitted to Rob on Jan, 15 which is needed by the USB3 PHY dts file, but this doesn't affect the regulator series. I'm currently waiting for review on such series. In any case, just sent you a v5 of this patch series that doesn't depend on the USB3 PHY related patches. As they'll be applied on a different tree, it is expected a conflict at linux-next when both gets merged, which will be trivial: the fix would be to simply remove all lines from drivers/staging/hikey9xx/Makefile and drivers/staging/hikey9xx/Kconfig. Thanks, Mauro