Message ID | 20230808082738.122804-1-krzysztof.kozlowski@linaro.org |
---|---|
Headers | show |
Series | clk: samsung: remove number of clocks from bindings | expand |
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 <cw00.choi@samsung.com>
On Tue, 08 Aug 2023 10:27:27 +0200, Krzysztof Kozlowski wrote: > 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 > > [...] Applied, thanks! Fixed commit msg language as suggested by Conor. [01/11] clk: samsung: exynos3250: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/ec01691c9c631ae465ff0438172738d68bca828b [02/11] clk: samsung: exynos4: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/826951d90658199a1a1098e823b6205aaea09b0f [03/11] clk: samsung: exynos5250: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/835dc5ac296073b9ca3a2fda86568bb1b9377dee [04/11] clk: samsung: exynos5260: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/727d0f0640755eb6e41725d63a506d510078fa8f [05/11] clk: samsung: exynos5410: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/678417694b8ec22d31d7605352196ffce9bfe128 [06/11] clk: samsung: exynos5420: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/62eef444cf300ea8a5498a98bfcfd6eb0e53dd3e [07/11] clk: samsung: exynos5433: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/6a44298ddbdde13bc7d84168bd4d256521aef439 [08/11] clk: samsung: exynos7885: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/ef4923c8e0523d83b7cd4918760e03b03b2b08ad [09/11] clk: samsung: exynos850: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/56d62cd46dee861080e2484e1bdcc9f892add060 [10/11] clk: samsung: exynoautov9: do not define number of clocks in bindings https://git.kernel.org/krzk/linux/c/901a0c690f547dbe24fd599e7fc58d7cbf69599b [11/11] dt-bindings: clock: samsung: remove define with number of clocks https://git.kernel.org/krzk/linux/c/b3f9581affb03ed28ff1905b649e66904f29b9e4 Best regards,