List-Id: U-Boot discussion <u-boot.lists.denx.de> 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(-)