commit | 5834fd75e6236605da8c439a64eaa33f3c8d02fe | [log] [tgz] |
---|---|---|
author | Jonas Gorski <jonas.gorski@gmail.com> | Thu Apr 18 13:12:11 2019 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue Apr 23 10:57:49 2019 -0700 |
tree | 2ff613d31f59604f24eb0734aa4f391d727a34af | |
parent | f122498703d65c7dc8a4a15abed6405cc256269e [diff] |
clk: core: replace clk_{readl,writel} with {readl,writel} Now that clk_{readl,writel} is just an alias for {readl,writel}, we can switch all users of clk_* to use the accessors directly and remove the helpers. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> [sboyd@kernel.org: Also convert renesas file so that this can be compile independently] Signed-off-by: Stephen Boyd <sboyd@kernel.org>