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

2015-11-06 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:22PM -0200, Fabio Estevam wrote: > 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: Heiko Schocher > Reviewed-by: Jagan Teki Applied to u-boot/master, thanks! --

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

2015-11-06 Thread Fabio Estevam
On Thu, Nov 5, 2015 at 11:40 PM, Tom Rini wrote: > OK, we're good. I'll queue up and push things for real in the morning. Excellent! Thanks, Tom! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2015-11-05 Thread Tom Rini
On Thu, Nov 05, 2015 at 06:07:00PM -0200, Fabio Estevam wrote: > On Thu, Nov 5, 2015 at 5:10 PM, Tom Rini wrote: > > > I can fix this much locally. sandbox fails to build at the end: > > +(sandbox) ../arch/sandbox/include/asm/types.h:53:23: error: > > ‘CONFIG_SANDBOX_BITS_PER_LONG’ undeclared (f

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

2015-11-05 Thread Fabio Estevam
On Thu, Nov 5, 2015 at 5:10 PM, Tom Rini wrote: > I can fix this much locally. sandbox fails to build at the end: > +(sandbox) ../arch/sandbox/include/asm/types.h:53:23: error: > ‘CONFIG_SANDBOX_BITS_PER_LONG’ undeclared (first use in this function) Ok, here is the fix on top of patch 18: ---

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

2015-11-05 Thread Tom Rini
On Thu, Nov 05, 2015 at 03:53:30PM -0200, Fabio Estevam wrote: > Hi Tom, > > On Thu, Nov 5, 2015 at 2:35 PM, Tom Rini wrote: > > > For tqma6s_mba6_spi, at91sam9261ek_dataflash_cs0 this is not bisectable. > > I'm going to see how the things are at the end of the series only now. > > Ok, I have a

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

2015-11-05 Thread Fabio Estevam
Hi Tom, On Thu, Nov 5, 2015 at 2:35 PM, Tom Rini wrote: > For tqma6s_mba6_spi, at91sam9261ek_dataflash_cs0 this is not bisectable. > I'm going to see how the things are at the end of the series only now. Ok, I have a fix for this issue. We just need the following patch to be applied after the s

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

2015-11-05 Thread Tom Rini
On Thu, Nov 05, 2015 at 01:51:52PM -0200, Fabio Estevam wrote: > On Thu, Nov 5, 2015 at 1:51 PM, Tom Rini wrote: > > On Thu, Nov 05, 2015 at 12:43:22PM -0200, Fabio Estevam wrote: > > > >> Use the log2 header files from the kernel. > >> > >> Imported from kernel 4.2.3. > >> > >> Signed-off-by: Fa

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

2015-11-05 Thread Fabio Estevam
On Thu, Nov 5, 2015 at 1:51 PM, Tom Rini wrote: > On Thu, Nov 05, 2015 at 12:43:22PM -0200, Fabio Estevam wrote: > >> 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: Heiko Schocher >> Review

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

2015-11-05 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:22PM -0200, Fabio Estevam wrote: > 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: Heiko Schocher > Reviewed-by: Jagan Teki I'm giving this and the rest of the se