Re: [U-Boot] [PATCH v4 13/16] compat: Remove is_power_of_2() definition

2015-10-29 Thread Jagan Teki
On 26 October 2015 at 21:41, Fabio Estevam wrote: > Use the is_power_of_2() definition from log2.h to align with the > kernel implementation. > > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini > Reviewed-by: Heiko Schocher > --- Reviewed-by: Jagan Teki thanks! -- Jagan | openedev. ___

[U-Boot] [PATCH v4 13/16] compat: Remove is_power_of_2() definition

2015-10-26 Thread Fabio Estevam
Use the is_power_of_2() definition from log2.h to align with the kernel implementation. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes since v3: - None, just reorder it so that we avoid to break bisectability. arch/arm/mach-mvebu/mbus.c | 2 +- driv