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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19F94C433F5 for ; Thu, 5 May 2022 08:42:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349958AbiEEIpr (ORCPT ); Thu, 5 May 2022 04:45:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232818AbiEEIpo (ORCPT ); Thu, 5 May 2022 04:45:44 -0400 Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 768FD49FAC for ; Thu, 5 May 2022 01:42:05 -0700 (PDT) Received: by mail-wm1-x336.google.com with SMTP id m62so2198634wme.5 for ; Thu, 05 May 2022 01:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=7Zw+483cJVhINHNi2Z5B6TpTT33M9OSa126+uwsxpcE=; b=dL5MhfRDQSgsecjYUQEdt3uf7MugvRb//6suHDmPmKPD1XLnfSvqoVzzu0Z2nkJ8xJ d2ZUs+CeUQeDdpFe4dGMgwO80p1zcV+0/+syDo3BbbZksvDghNEpj1Hqwtfd82X4xevW vUMv0VvVSfxwmD04VthTNv9eZfnijHMr0rULAPKFbLzKKNtEHu1ZVcXyXVeT5gsOAO+l 2oew4bwEtC+l8CmlZY+20VOFgh9yAv55ZZslZG0/+sxk2rhXRly4HittNiSUDXejpu6e QmNuesP4AW/MWlGCE8xG6HZjh5NTjVK3dZuOt/L2ZtgevCJXcfAXPW/FjRy3NKACUkFl JVEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=7Zw+483cJVhINHNi2Z5B6TpTT33M9OSa126+uwsxpcE=; b=ZXWUG6St/Jw5xXiRSfsBMjrV2QZSqev/iQXKtV/mJrqLMtP5tMc2ZRr1XTSFnAQrxg 7hC3hu00/f8D56VsP1aCBHHBl1cZ7TGSqTKVgrx/xzKezYlzdC0+RG+jrApEVTgLH3pe awKk0HzBcyg7EgOWW4RWAVx5w+EHGzvyaPbQGDYvxwznswRqcfa5PFvtyEIEETEtsy4L 2c+93R4yKAbuhlBpusiX0hQ/ACEHoh1M4LGuF8WcMrExZYmDb4kuUS0ZBszdbdUzzpI1 f7gVrrVFRXXMJtyHA411hdaOwJDALCmhrG0UOxpelKJZ2Fuwt8CP+m40Cb2eBooFFnHR q4Zw== X-Gm-Message-State: AOAM530uR+yXhjNIf+tAIbbQl64QIamRFmroiYvMQDIh3MRSlwZfFAwc eEf698ZAEoFr4aheI5cSHqhJGg== X-Google-Smtp-Source: ABdhPJzXSgD5tXW4G6BtwxkuBQBL2fvsrVs6agwWEZyYBvcOAGGnrpX60UyfS0yx8KGskZOwOpX/iw== X-Received: by 2002:a7b:c088:0:b0:394:451e:34a0 with SMTP id r8-20020a7bc088000000b00394451e34a0mr3537148wmh.10.1651740124012; Thu, 05 May 2022 01:42:04 -0700 (PDT) Received: from [192.168.0.217] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id g6-20020a1c4e06000000b00394708a3d7dsm65679wmh.15.2022.05.05.01.42.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 05 May 2022 01:42:03 -0700 (PDT) Message-ID: Date: Thu, 5 May 2022 10:42:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2 1/4] MAINTAINERS: Add entries for Apple SoC cpufreq driver Content-Language: en-US To: Hector Martin , Viresh Kumar Cc: "Rafael J. Wysocki" , Sven Peter , Alyssa Rosenzweig , Rob Herring , Krzysztof Kozlowski , Stephen Boyd , Ulf Hansson , Marc Zyngier , Mark Kettenis , linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220504075153.185208-1-marcan@marcan.st> <20220504075153.185208-2-marcan@marcan.st> <20220504101750.wmuicq3dytnxrw5o@vireshk-i7> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/05/2022 16:52, Hector Martin wrote: > On 04/05/2022 19.17, Viresh Kumar wrote: >> On 04-05-22, 16:51, Hector Martin wrote: >>> Splitting this commit, as usual, to facilitate merges via the SoC tree. >>> >>> Signed-off-by: Hector Martin >>> --- >>> MAINTAINERS | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index edc96cdb85e8..39bfa478fe55 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1835,6 +1835,7 @@ T: git https://github.com/AsahiLinux/linux.git >>> F: Documentation/devicetree/bindings/arm/apple.yaml >>> F: Documentation/devicetree/bindings/arm/apple/* >>> F: Documentation/devicetree/bindings/clock/apple,nco.yaml >>> +F: Documentation/devicetree/bindings/cpufreq/apple,soc-cpufreq.yaml >>> F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml >>> F: Documentation/devicetree/bindings/interrupt-controller/apple,* >>> F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml >>> @@ -1844,6 +1845,7 @@ F: Documentation/devicetree/bindings/power/apple* >>> F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml >>> F: arch/arm64/boot/dts/apple/ >>> F: drivers/clk/clk-apple-nco.c >>> +F: drivers/cpufreq/apple-soc-cpufreq.c >>> F: drivers/i2c/busses/i2c-pasemi-core.c >>> F: drivers/i2c/busses/i2c-pasemi-platform.c >>> F: drivers/irqchip/irq-apple-aic.c >> >> This should be the last patch instead, or should at least be added >> after the files are merged first. If someone checks out at this >> commit, the files won't be available but still linked here. > > Isn't that backwards? No, because we have tools for checking valid paths (in some places), so when using that tool, the history is not bisectable. > If someone touches the files, we want them to be > able to get_maintainer.pl, so the MAINTAINERS entries should come first. > It doesn't really cause any issues if there are entries that point at > files that don't exist yet, right? It hurts any current or future tools checking for valid paths. > > Though this is mostly a moot point because the purpose of splitting this > out is so we can merge this one patch through the SoC tree, at which > point the ordering isn't guaranteed (unless the whole series goes > through SoC). Just add each path change to respective commit adding that file. It should not be a separate commit, at first place. Separate commits are for adding entire Maintainers entry. Best regards, Krzysztof 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7F96BC433EF for ; Thu, 5 May 2022 08:43:26 +0000 (UTC) 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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=D42eNBDQmiycaT2SDGC72XMdPuMyHtUJLqTJo6lXIdU=; b=TkErEqWQkSurUp 3A53nQFE1eY0JWkzuRmbVe7LpApnTvPyZCaThyxVZpU+pgocXekBB/+03hwEI9btYwu07+BWjMByz DgdyvzkFoG1xHvmU2VM3xBASHRxrt7Cao88zI0W+ehpH6S5TggRTylgvZw/DyY+wjsBTzB9tP0ZMX jDWaOyW/3d+8ts8H9uJeQZHFqrl8n7YgV3mdwQSUz37x8TSkcYTeAKZ2+ZaXgJV8Plo1ehYUYARoY bnSTSoBZYl3HPHKBDQSWrt4ImwPtBQ4flGkl1cabhMs5VvFeRrc0q98rHRQ2E4YMGO9nUHkmGWS+y buhZFiOO5n0HRH1JNxuA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmX3r-00Empl-VI; Thu, 05 May 2022 08:42:12 +0000 Received: from mail-wm1-x32d.google.com ([2a00:1450:4864:20::32d]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmX3m-00EmnH-Uz for linux-arm-kernel@lists.infradead.org; Thu, 05 May 2022 08:42:08 +0000 Received: by mail-wm1-x32d.google.com with SMTP id p7-20020a05600c358700b00393e80c59daso3633900wmq.0 for ; Thu, 05 May 2022 01:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=7Zw+483cJVhINHNi2Z5B6TpTT33M9OSa126+uwsxpcE=; b=dL5MhfRDQSgsecjYUQEdt3uf7MugvRb//6suHDmPmKPD1XLnfSvqoVzzu0Z2nkJ8xJ d2ZUs+CeUQeDdpFe4dGMgwO80p1zcV+0/+syDo3BbbZksvDghNEpj1Hqwtfd82X4xevW vUMv0VvVSfxwmD04VthTNv9eZfnijHMr0rULAPKFbLzKKNtEHu1ZVcXyXVeT5gsOAO+l 2oew4bwEtC+l8CmlZY+20VOFgh9yAv55ZZslZG0/+sxk2rhXRly4HittNiSUDXejpu6e QmNuesP4AW/MWlGCE8xG6HZjh5NTjVK3dZuOt/L2ZtgevCJXcfAXPW/FjRy3NKACUkFl JVEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=7Zw+483cJVhINHNi2Z5B6TpTT33M9OSa126+uwsxpcE=; b=lq9T+cqsjq/hKtmDdbE3MKudx/ndjBDnw+lkmCesUz1zBZl0u5caGe2bhKqV7gk47g ycWb4In0FBlppshLZl7/M/OpGhV5jY2vRN5J3fkJ3wh1l0yyK5Fyax4QTbsGRVq5XcKY lNGm5NCFidBDbxv7R2RHjq8HlasZfs0zjSeo606q+qHc/Hdyr+Fbp4BBD5pegHOHY+// vzP43E0pKQ8f/9v+5P95RJ34wiMuHAprL3j/SJEJTdKRgQ6ndZnFUktShtBV0FR6kV6F i0qKEE7kZVyxfQmjYiwBK3kpbcMqeHQADPmJ7hhbAZOS/yLz3jQx4HMh9c1CqFgR3HYJ CeNA== X-Gm-Message-State: AOAM531fyNEsvu907zjYygRk6FzKN83YQLvcSxIVitS4y1ufDXK4Kbc9 8IAHaau5VwLsIIDDBUYRxMwrJg== X-Google-Smtp-Source: ABdhPJzXSgD5tXW4G6BtwxkuBQBL2fvsrVs6agwWEZyYBvcOAGGnrpX60UyfS0yx8KGskZOwOpX/iw== X-Received: by 2002:a7b:c088:0:b0:394:451e:34a0 with SMTP id r8-20020a7bc088000000b00394451e34a0mr3537148wmh.10.1651740124012; Thu, 05 May 2022 01:42:04 -0700 (PDT) Received: from [192.168.0.217] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id g6-20020a1c4e06000000b00394708a3d7dsm65679wmh.15.2022.05.05.01.42.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 05 May 2022 01:42:03 -0700 (PDT) Message-ID: Date: Thu, 5 May 2022 10:42:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2 1/4] MAINTAINERS: Add entries for Apple SoC cpufreq driver Content-Language: en-US To: Hector Martin , Viresh Kumar Cc: "Rafael J. Wysocki" , Sven Peter , Alyssa Rosenzweig , Rob Herring , Krzysztof Kozlowski , Stephen Boyd , Ulf Hansson , Marc Zyngier , Mark Kettenis , linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220504075153.185208-1-marcan@marcan.st> <20220504075153.185208-2-marcan@marcan.st> <20220504101750.wmuicq3dytnxrw5o@vireshk-i7> From: Krzysztof Kozlowski In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220505_014207_070196_227A7E5C X-CRM114-Status: GOOD ( 22.23 ) 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 04/05/2022 16:52, Hector Martin wrote: > On 04/05/2022 19.17, Viresh Kumar wrote: >> On 04-05-22, 16:51, Hector Martin wrote: >>> Splitting this commit, as usual, to facilitate merges via the SoC tree. >>> >>> Signed-off-by: Hector Martin >>> --- >>> MAINTAINERS | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index edc96cdb85e8..39bfa478fe55 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1835,6 +1835,7 @@ T: git https://github.com/AsahiLinux/linux.git >>> F: Documentation/devicetree/bindings/arm/apple.yaml >>> F: Documentation/devicetree/bindings/arm/apple/* >>> F: Documentation/devicetree/bindings/clock/apple,nco.yaml >>> +F: Documentation/devicetree/bindings/cpufreq/apple,soc-cpufreq.yaml >>> F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml >>> F: Documentation/devicetree/bindings/interrupt-controller/apple,* >>> F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml >>> @@ -1844,6 +1845,7 @@ F: Documentation/devicetree/bindings/power/apple* >>> F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml >>> F: arch/arm64/boot/dts/apple/ >>> F: drivers/clk/clk-apple-nco.c >>> +F: drivers/cpufreq/apple-soc-cpufreq.c >>> F: drivers/i2c/busses/i2c-pasemi-core.c >>> F: drivers/i2c/busses/i2c-pasemi-platform.c >>> F: drivers/irqchip/irq-apple-aic.c >> >> This should be the last patch instead, or should at least be added >> after the files are merged first. If someone checks out at this >> commit, the files won't be available but still linked here. > > Isn't that backwards? No, because we have tools for checking valid paths (in some places), so when using that tool, the history is not bisectable. > If someone touches the files, we want them to be > able to get_maintainer.pl, so the MAINTAINERS entries should come first. > It doesn't really cause any issues if there are entries that point at > files that don't exist yet, right? It hurts any current or future tools checking for valid paths. > > Though this is mostly a moot point because the purpose of splitting this > out is so we can merge this one patch through the SoC tree, at which > point the ordering isn't guaranteed (unless the whole series goes > through SoC). Just add each path change to respective commit adding that file. It should not be a separate commit, at first place. Separate commits are for adding entire Maintainers entry. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel