From patchwork Sat May 2 15:58:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 244805 List-Id: U-Boot discussion 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(-)