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 832C6C001DC for ; Sun, 30 Jul 2023 08:28:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229682AbjG3I2n (ORCPT ); Sun, 30 Jul 2023 04:28:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229729AbjG3I2m (ORCPT ); Sun, 30 Jul 2023 04:28:42 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27AD419AC for ; Sun, 30 Jul 2023 01:28:14 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-5221f3affe4so4638188a12.0 for ; Sun, 30 Jul 2023 01:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690705666; x=1691310466; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=D60VbFymTmhk33TulwzZUfrsQML4Fn7VfvjzkkAQ+Fw=; b=v9LyuYPhpC6zcLchqJqp+K/pksVlx/CBkDNKjRiTnvqtKr3pmNJXzl3FHUDjuzf18E 9b2h1St0PpofjI++XeuayZCfHG0TDgEsZIE6DPoQeVeuPyj16CpLCQqWeBS5HByjtv8z sZP5LqylaJZTUptNhODkx0aw1jfyJN64TzQCVxQp0a6XYhEq6I4jjbBNI+MDOAv+vaU4 0bOzSJFO4PhEobSuRRgAwgdWiLCJqxxQ+2juO08hKddXwcIMDwPN5Q3ZqHz+rYjYRqn1 Vg6mNtBGtlUg0HnvkU9h2bV9l1+ayXOpo6264yJBjV+rrXYosNdd1xtRVSIMdh5MPKRo nVhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690705666; x=1691310466; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=D60VbFymTmhk33TulwzZUfrsQML4Fn7VfvjzkkAQ+Fw=; b=QRk75mAJqkSV+nGM1NQcmaoGS7r5iTk5dghRJYsVh3ApvpBnvr0UnDZXuwCa3ILkXo CQEn+JsTvMiO/fAmylictjB4bG/g30C4pNkSYGZ+jBi6PmTNlMU44aGeaKLXrL6Bm1cH 1E3krx/qKb5Ne2v9y2bWiRtIOrTHorn1GI/NkczG3cqqoiY6Jwa1vJ1rR75LnQ/kWNNQ iyw1/XznWTR77RUMtZp7yCgPW8GSd15TIVHVyiwiAL5PN37uv+JqjIDt+lm+VsRM8DEq Thcjy9JXoKxUHy3PummVJknIhgn40XpuF+lNDLCiwxKAt1tQEGuPHmeCVFQZ0zeDOXo3 rHsQ== X-Gm-Message-State: ABy/qLaSvoas+cJfKcDa6ipQxE2klYMT2MyZBl+keXoYnLWzJfe4kf/m bc2I2XYgf9VmThHVOk60CSR9nA== X-Google-Smtp-Source: APBJJlEkx8evuqe35HveMmTK6Z9zxyAvK3EkdcIpk1D+eGhBx5CLd26uF+T5+BYxOm63+kwz6uVdTQ== X-Received: by 2002:a17:907:784f:b0:99b:d693:cb8e with SMTP id lb15-20020a170907784f00b0099bd693cb8emr3556505ejc.71.1690705666463; Sun, 30 Jul 2023 01:27:46 -0700 (PDT) Received: from [192.168.1.20] ([178.197.222.183]) by smtp.gmail.com with ESMTPSA id v23-20020a1709067d9700b00993860a6d37sm4314892ejo.40.2023.07.30.01.27.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 30 Jul 2023 01:27:45 -0700 (PDT) Message-ID: Date: Sun, 30 Jul 2023 10:27:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 14/17] mips: dts: loongson1b: Add PWM timer clocksource Content-Language: en-US To: Keguang Zhang , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Thomas Bogendoerfer , Rob Herring , Krzysztof Kozlowski , Conor Dooley References: <20230729134318.1694467-1-keguang.zhang@gmail.com> <20230729134318.1694467-15-keguang.zhang@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20230729134318.1694467-15-keguang.zhang@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 29/07/2023 15:43, Keguang Zhang wrote: > Add the device node of PWM timer clocksource > for Loongson-1B boards. Don't split adding new DTS into many small commits. There is little point in adding broken/incomplete DTS and immediately fix it. Just add complete one. We do the same for each drivers and DTS is not different here. It would be entirely different if you followed 'release early, release often' approach, so release pieces as fast as you have them ready. You decided to ignore that rule, so no, you don't get 20 commits fixing DTS you added in first commit of the same patchset. Best regards, Krzysztof