List-Id: U-Boot discussion <u-boot.lists.denx.de> From: dariobin at libero.it (Dario Binacchi) Date: Sat, 2 May 2020 17:58:30 +0200 Subject: [PATCH 0/4] change the clk-mux get_rate helper Message-ID: <20200502155834.27481-1-dariobin@libero.it>
Changes: - Apply coding style - Fix typo - Fix access to sandbox register - Change the gate_rate helper Dario Binacchi (4): clk: ccf: mux: change include order clk: ccf: mux: fix typo clk: ccf: mux: fix access to the sandbox register clk: ccf: mux: change the get_rate helper drivers/clk/clk-mux.c | 44 +++++++++++++++++++++++++++++++++++++------ test/dm/clk_ccf.c | 24 +++++++++++++++++++++++ 2 files changed, 62 insertions(+), 6 deletions(-)