[U-Boot] [PATCH v2 2/8] rockchip: remove log2 reimplementation from clock drivers

Simon Glass sjg at chromium.org
Sat Jul 23 04:08:32 CEST 2016


On 22 July 2016 at 15:51, Heiko Stuebner <heiko at sntech.de> wrote:
> The already available ilog2 function does exactly the same in the common
> case than the log2 function the current clock-driver reimplement.
> So, simply move to that one.
>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---
>  drivers/clk/rockchip/clk_rk3036.c | 10 +++-------
>  drivers/clk/rockchip/clk_rk3288.c | 10 +++-------
>  2 files changed, 6 insertions(+), 14 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list