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 714F9C001DB for ; Thu, 10 Aug 2023 13:38:38 +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:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2UGnr5mdegFweB5HoFr7JTg25HwUNiekEFjHglZA3ow=; b=5GL6yq2yk75Imy DBcK/u1bAjzaQHnQNrLhVrmcY/rePudiZv6jTMce111knC+ZwcVchuBSWL92gs2AhS05wPFApGOkO KH1USnnrVCVPJV3SNfI6r6xuj/PEmN2nQpSwds63GaItlacV/NC4iGVEZVZjQJAFDLyoxTDF/vRip b31v4heLPCSGsrdVu3oMk4esCLg0n5i6d+NshtCN391b79vkgpnxXmwBQ312OauJq9rajM7SotvpL NMA/fWM+3nf9FwZ/MpVgcw2bgH+J6UPzzeBCQGTXuT002heWOWdK1nM2+Y6Z4cNbNpc5AUpIxZ24m Dz0EnLRucaOTISwvXyTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qU5re-007ljk-1c; Thu, 10 Aug 2023 13:38:10 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qU5rb-007liI-2V for linux-arm-kernel@lists.infradead.org; Thu, 10 Aug 2023 13:38:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C6B0D653CC; Thu, 10 Aug 2023 13:38:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EF1DC433C8; Thu, 10 Aug 2023 13:38:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691674686; bh=0OPYjnIks9F8xNaJ00TW2wNWuFrlrAMiXrDrbTbNpwE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=U0Cm3KNSeCl9sGwrkNrs6J/UOkdyQ2uyUyxuKTQCUkZCqj6U2+rb4NvsHkaW3yMoE KdBSjyFQwcUkAbY1KiMcPvljVb9SEa68mH//MoIsyU5n451EutQtT8I6m05UEutc23 VFqV3bBedq5nOwc9g3r/s1Yf1a+rsc2UxqfWPola87VILA5SinR+1nAz2qKDdOTScA 5R331HrCzHTf/f2HPa8dFALppAJaUKi5EfQ27CIQT+b8S1tX3QuXFmCmJQHY9J7LGG g/ef1rxd4BrmFtyu9jBGzEhHe6PKPjkBtwvM4u+m6wuGptybkhv9eN1mPRs1QVabu+ wGl3Ghf3f0mBQ== Message-ID: Date: Thu, 10 Aug 2023 22:38:01 +0900 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 00/11] clk: samsung: remove number of clocks from bindings Content-Language: en-US To: Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Alim Akhtar , Michael Turquette , Stephen Boyd , Rob Herring , Conor Dooley , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20230808082738.122804-1-krzysztof.kozlowski@linaro.org> From: Chanwoo Choi In-Reply-To: <20230808082738.122804-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230810_063807_915253_054F34EA X-CRM114-Status: GOOD ( 14.10 ) 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 Hi, On 23. 8. 8. 17:27, Krzysztof Kozlowski wrote: > Hi, > > No dependencies, patches can be taken in one set via my clk tree. > > Best regards, > Krzysztof > > Krzysztof Kozlowski (11): > clk: samsung: exynos3250: do not define number of clocks in bindings > clk: samsung: exynos4: do not define number of clocks in bindings > clk: samsung: exynos5250: do not define number of clocks in bindings > clk: samsung: exynos5260: do not define number of clocks in bindings > clk: samsung: exynos5410: do not define number of clocks in bindings > clk: samsung: exynos5420: do not define number of clocks in bindings > clk: samsung: exynos5433: do not define number of clocks in bindings > clk: samsung: exynos7885: do not define number of clocks in bindings > clk: samsung: exynos850: do not define number of clocks in bindings > clk: samsung: exynoautov9: do not define number of clocks in bindings > dt-bindings: clock: samsung: remove define with number of clocks > > drivers/clk/samsung/clk-exynos3250.c | 11 +++- > drivers/clk/samsung/clk-exynos4.c | 5 +- > drivers/clk/samsung/clk-exynos4412-isp.c | 5 +- > drivers/clk/samsung/clk-exynos5250.c | 5 +- > drivers/clk/samsung/clk-exynos5260.c | 41 ++++++++---- > drivers/clk/samsung/clk-exynos5410.c | 5 +- > drivers/clk/samsung/clk-exynos5420.c | 5 +- > drivers/clk/samsung/clk-exynos5433.c | 65 +++++++++++++------ > drivers/clk/samsung/clk-exynos7885.c | 14 ++-- > drivers/clk/samsung/clk-exynos850.c | 35 ++++++---- > drivers/clk/samsung/clk-exynosautov9.c | 29 ++++++--- > include/dt-bindings/clock/exynos3250.h | 18 ----- > include/dt-bindings/clock/exynos4.h | 5 -- > include/dt-bindings/clock/exynos5250.h | 3 - > include/dt-bindings/clock/exynos5260-clk.h | 25 ------- > include/dt-bindings/clock/exynos5410.h | 2 - > include/dt-bindings/clock/exynos5420.h | 3 - > include/dt-bindings/clock/exynos5433.h | 42 ------------ > include/dt-bindings/clock/exynos7885.h | 4 -- > include/dt-bindings/clock/exynos850.h | 10 --- > .../dt-bindings/clock/samsung,exynosautov9.h | 18 ----- > 21 files changed, 154 insertions(+), 196 deletions(-) > There are no behavior changes. It remove the unused clock id from binding header file. I will remove the confusion of user of clock. Thanks. Reviewed-by: Chanwoo Choi -- Best Regards, Samsung Electronics Chanwoo Choi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel