Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5544713pxu; Thu, 22 Oct 2020 05:21:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzuVz6nFCo7VMMho1k1CHBEFpJIPqebLVbx3+gDkL0w9Okmw0EDOm12ittbaJUeuJ/6uyFo X-Received: by 2002:a17:906:3e4e:: with SMTP id t14mr1963296eji.242.1603369290854; Thu, 22 Oct 2020 05:21:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603369290; cv=none; d=google.com; s=arc-20160816; b=iPkuIpQ3k7JAdfqsxuLeR78er5psiJCv7NdwHzPm7LtcLm5YWnLDWe0v6nEtattQaa OHdhE+s83UdVFXOLgdf9vR8rlb2QsgZ72xYhdF+M9yexi62G+WJ+a66o4KSHHq2RpRrU rHESqSIaYiuX+H+P66VIRKh6xhLn1WrMTBFXVLMbTjS82XN6BC8zPyOI2idGwU+9H10V tWb36YgZeKd5YFKCPKLACvjW7izetSjb3DLLwOCzMZhylS9SEfbrMTykLHM7LG7lG5uc s7nL1G3hKdW810HYFmISAW/VkcRwOBZ0cepovWsn4TEkN1H2DlESfkZv3TR11TMTdKIy qHXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=AA1MwZ/zTwbH6eiyn5C5I7ZjNiN56LwW8z6Q0gOJiWQ=; b=YcdrjLZl0nopW+27trpdAMvrDnebnzfuO9OQg+8QXjcq/gyT+EzpfGiJ3i8kE6Rymf S99fmSYjP/oFRNHNEUH6fZOuDjxWClY45kHlvVN3/+p6A1JiyHE6D++1MjJUaebRYRmL 4w658R7IUBODVIpyQUll126J6cnhrMmqvaRVfkW3imz5A3zuyLGA/2p7oUUA5+TexZVI w3sgS4mBhkqGbVQz/tIIrsSUvHywJpKsL32Djkb334Z37AKPbHFXNdB3P4JNGpKUQZXC xoc9bsZKd+10ijFe/q3HN1YEbMXJJKi3TBCxWNd+998REG8ocv8vYArQusxS9f8NmdwV la/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i59si793310edd.308.2020.10.22.05.20.55; Thu, 22 Oct 2020 05:21:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503986AbgJUSTw (ORCPT + 99 others); Wed, 21 Oct 2020 14:19:52 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:44880 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2503839AbgJUSTw (ORCPT ); Wed, 21 Oct 2020 14:19:52 -0400 Received: from 89-77-60-66.dynamic.chello.pl (89.77.60.66) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.491) id 9b286d2661666ff1; Wed, 21 Oct 2020 20:19:50 +0200 From: "Rafael J. Wysocki" To: Ulf Hansson Cc: "Rafael J. Wysocki" , Arnd Bergmann , Nishanth Menon , Linux PM , Aaro Koskinen , Tony Lindgren , Andy Gross , Bjorn Andersson , Niklas Cassel , Heiko Stuebner , Kevin Hilman , Linux Kernel Mailing List , Linux ARM Subject: Re: [PATCH 0/4] power: avs: Move drivers to the soc directories and drop avs Date: Wed, 21 Oct 2020 20:19:49 +0200 Message-ID: <4480050.lNUbsT5gvy@kreacher> In-Reply-To: References: <20201006160516.319830-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, October 21, 2020 12:41:50 PM CEST Ulf Hansson wrote: > On Fri, 16 Oct 2020 at 18:30, Rafael J. Wysocki wrote: > > > > On Wed, Oct 7, 2020 at 5:23 PM Ulf Hansson wrote: > > > > > > + Arnd > > > > > > On Wed, 7 Oct 2020 at 17:09, Rafael J. Wysocki wrote: > > > > > > > > On Tue, Oct 6, 2020 at 6:05 PM Ulf Hansson wrote: > > > > > > > > > > The avs drivers in drivers/power/avs/* are all SoC specific drivers that > > > > > doesn't share any code. Instead they are located in a directory, mostly to keep > > > > > similar functionality together. From a maintenance point of view, it makes > > > > > better sense to collect SoC specific drivers like these, into the SoC specific > > > > > directories. > > > > > > > > > > Therefore, this series moves the drivers, one by one - and in the end, it > > > > > deletes the empty avs directory. > > > > > > > > > > It seems best to me, if this can be funneled via Rafael's linux-pm tree. Then > > > > > when going forward, each driver should be managed through the SoC maintainer's > > > > > trees. > > > > > > > > That's fine by me. > > > > > > > > I'd like to get an ACK from the arm-soc side on this, though. > > > > > > I have looped in Arnd, to get his opinion on this. > > > > > > Although, I think the people on cc already send pull requests to the > > > arm-soc maintainers (or perhaps it was these people you were referring > > > to), so just awaiting their acks should be fine, I guess. > > > > OK > > > > For now, I've taken patches [2-3/4] that have been ACKed. > > > > When the [1/4] is ACKed, I'll take it too and apply the last one. > > Patch 1/4 has been acked now as well, so I think the remaining part of > this series is ready to go. Agreed, I'm going to apply the remaining two patches from it tomorrow. > However, I noticed that Stephen Rothwell reported some merge conflicts > for arm-soc in linux-next. Quite trivial to resolve, though. Perhaps > an option to consider is to send this as material for v5.10-rc1 (or > maybe rc2) to avoid further conflicts during this release cycle? Just > an idea.. Yes, I'm going to do that. Thanks!