From patchwork Mon Apr 13 12:36:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 237742 List-Id: U-Boot discussion From: dariobin at libero.it (Dario Binacchi) Date: Mon, 13 Apr 2020 14:36:25 +0200 Subject: [PATCH 0/2] Set clock flags in the ccf registration routines Message-ID: <20200413123627.10089-1-dariobin@libero.it> Test for ccf gated clock has been added too. Dario Binacchi (2): dm: test: clk: add the test for the ccf gated clock clk: set flags in the ccf registration routines drivers/clk/clk-composite.c | 1 + drivers/clk/clk-divider.c | 1 + drivers/clk/clk-fixed-factor.c | 1 + drivers/clk/clk-gate.c | 1 + drivers/clk/clk-mux.c | 1 + drivers/clk/clk_sandbox_ccf.c | 7 ++++++- include/sandbox-clk.h | 8 ++++++++ test/dm/clk_ccf.c | 15 +++++++++++++++ 8 files changed, 34 insertions(+), 1 deletion(-)