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 000F9C3DA79 for ; Thu, 29 Dec 2022 17:23:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233803AbiL2RXq (ORCPT ); Thu, 29 Dec 2022 12:23:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233792AbiL2RXq (ORCPT ); Thu, 29 Dec 2022 12:23:46 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54A46140A8; Thu, 29 Dec 2022 09:23:45 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E2FE961856; Thu, 29 Dec 2022 17:23:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8047CC433EF; Thu, 29 Dec 2022 17:23:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672334624; bh=sqruEkE4F2QM0NINkjfS1wW8Hl9HNKj0we3qc99lrbo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X0xja6rHSIy3yHoJDfUOlcnQnQMgA7rril86ZJZyf3dyyb/YO+EJvjvoKyoKGbel5 LBHMJ0aCy2yF8hsPLOIC0yEdvJI1yikh/T6GWvQGcJHgWH+2BhJngl8f+lnd1LSJKX J5PdnPgYh0oVPVlaZSfE9BkuSPkPYLXaRxwj3GtYOiYp2fsSig3pE1NXJsv+fSj6l9 hbhyZINeNEh6oJWp7xgt19g/U4swCN73o2LcTWiZEz0E4Ls0vSXU7xR0kV//bz2yjC eEe6o2Z45IB3BY2YgxSeRgOF4oUsPPIShD8q0VUxN8RAzUAqq3i66UkfgWyhCF6FYJ nwvmbtJIvlTAA== From: Bjorn Andersson To: agross@kernel.org, dmitry.baryshkov@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, quic_tdas@quicinc.com, konrad.dybcio@linaro.org, sboyd@kernel.org, mturquette@baylibre.com Cc: elder@linaro.org, linux-clk@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 00/19] clk: qcom: smd-rpm: drop platform names Date: Thu, 29 Dec 2022 11:23:23 -0600 Message-Id: <167233461769.1099840.18380198253381080232.b4-ty@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20221209164855.128798-1-dmitry.baryshkov@linaro.org> References: <20221209164855.128798-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Fri, 9 Dec 2022 18:48:36 +0200, Dmitry Baryshkov wrote: > This series concludes the previous work on Qualcomm RPM and RPMH clock > drivers. It reworks the clk-smd-rpm driver to drop the SoC name from the > clock symbol name, as the clock definitions are shared between different > SoCs (platforms). Having an SoC name in the clock definition can lead to > all sources of confusion and/or errors. > > Changes since v2: > - Split bindings into a separate patch > > [...] Applied, thanks! [01/19] dt-bindings: clocks: qcom: rpmcc: add LN_BB_CLK_PIN clocks commit: ba796801d2474a4773a6a0ebb94c53c96a294426 [02/19] clk: qcom: smd-rpm: enable pin-controlled ln_bb_clk clocks on qcs404 commit: 76318d779c83dcc9e74de6fc428366c0dae2803a [03/19] clk: qcom: smd-rpm: remove duplication between MMXI and MMAXI defines commit: c941b98781b348bd63fb8f8b5307b10fde2af0c1 [04/19] clk: qcom: smd-rpm: remove duplication between qcs404 and qcm2290 clocks commit: 1bf68a5d6802f4d9a20a9427779f52497f0285c2 [05/19] clk: qcom: smd-rpm: add missing ln_bb_clkN clocks commit: 63793efbe6fa0927758b2600ee439e1774321771 [06/19] clk: qcom: smd-rpm: use msm8998_ln_bb_clk2 for qcm2290 SoC commit: cf202f811892d415291e605dc79db54a44f9e222 [07/19] clk: qcom: smd-rpm: rename msm8992_ln_bb_* clocks to qcs404_ln_bb_* commit: e5ca1b251dc3e6375ca96e8b135fb685420ef97c [08/19] clk: qcom: smd-rpm: remove duplication between sm6375 and sm6125 clocks commit: b1c6f902c0e1c355a7b328237df98c4636c6bb20 [09/19] clk: qcom: smd-rpm: add XO_BUFFER clock for each XO_BUFFER_PINCTRL clock commit: 3ab58304f59e216949e18b002bd568b0daee9ae1 [10/19] clk: qcom: smd-rpm: drop the rpm_status_id field commit: 406f0577b04ff99b8dafaa110a961cf00daab418 [11/19] clk: qcom: smd-rpm: fix alignment of line breaking backslashes commit: 262caca770f579f13bc04b49e296e6060c4ccce5 [12/19] clk: qcom: smd-rpm: move clock definitions together commit: 57d44ccecc15e27679499f889c51031f9ffe328e [13/19] clk: qcom: smd-rpm: rename some msm8974 active-only clocks commit: 786f8d18a8d91d98bd03c6ec41213cb52bcfc2cd [14/19] clk: qcom: smd-rpm: simplify XO_BUFFER clocks definitions commit: ff2cd7401d24ab2d2f031cd9d275412cd669f33b [15/19] clk: qcom: smd-rpm: simplify SMD_RPM/_BRANCH/_QDSS clock definitions commit: e3c88f236e8567f3f47412438a957c22594caed7 [16/19] clk: qcom: smd-rpm: rename SMD_RPM_BRANCH clock symbols commit: 74419b8869b02e00890a2bba96469533b6d93bf5 [17/19] clk: qcom: smd-rpm: rename the qcm2290 rf_clk3 clocks commit: 2b8ddf6b820080649176c5695422548114b03f91 [18/19] clk: qcom: smd-rpm: rename SMD_RPM_BUS clocks commit: 598261294658873559b6d37ac3e6a91eb48e2c17 [19/19] clk: qcom: smd-rpm: remove usage of platform name commit: e3306941368ae58acf5ba74f6d26653e109e7ef2 Best regards, -- Bjorn Andersson