Re: [U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel

2015-10-25 Thread Fabio Estevam
On Sun, Oct 25, 2015 at 4:44 AM, Jagan Teki wrote: >> +++ b/include/linux/log2.h >> @@ -0,0 +1,205 @@ >> +/* Integer base 2 logarithm calculation > > Of-course Linux look same, but the multi-line comment should be as > > /** > * Integer base 2 logarithm calculation > * > */ > > Probably we can

Re: [U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel

2015-10-24 Thread Jagan Teki
On 24 October 2015 at 20:56, Fabio Estevam wrote: > From: Fabio Estevam > > Use the log2 header files from the kernel. > > Imported from kernel 4.2.3. > > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini Reviewed-by: Jagan Teki > --- > Changes since v1: > - None > > include/linux/log2.h

[U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel

2015-10-24 Thread Fabio Estevam
From: Fabio Estevam Use the log2 header files from the kernel. Imported from kernel 4.2.3. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini --- Changes since v1: - None include/linux/log2.h | 205 +++ 1 file changed, 205 insertions(+) creat