Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-23 Thread Tom Rini
On Fri, Oct 23, 2015 at 06:36:27AM +0200, Wolfgang Denk wrote: > Dear Tom, > > In message <2015102627.GO23893@bill-the-cat> you wrote: > > > > We don't have a hard rule here as we know the kernel will not adopt SPDX > > tags currently. For rare sync ups like this probably is, switching to a

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-22 Thread Fabio Estevam
Hi Tom, On Mon, Oct 19, 2015 at 9:06 PM, Tom Rini wrote: > On Fri, Oct 16, 2015 at 05:41:12PM -0300, Fabio Estevam wrote: > >> From: Fabio Estevam >> >> Use the log2 and fls64 header files directly from the kernel. >> >> Signed-off-by: Fabio

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-22 Thread Tom Rini
On Thu, Oct 22, 2015 at 07:30:21PM -0200, Fabio Estevam wrote: > Hi Tom, > > On Mon, Oct 19, 2015 at 9:06 PM, Tom Rini wrote: > > On Fri, Oct 16, 2015 at 05:41:12PM -0300, Fabio Estevam wrote: > > > >> From: Fabio Estevam > >> > >> Use the log2

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-22 Thread Wolfgang Denk
Dear Tom, In message <2015102627.GO23893@bill-the-cat> you wrote: > > We don't have a hard rule here as we know the kernel will not adopt SPDX > tags currently. For rare sync ups like this probably is, switching to a > tag might make sense, for stuff we'll resync every few kernel releases,

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-22 Thread Wolfgang Denk
Dear Fabio, In message

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-19 Thread Jagan Teki
On 17 October 2015 at 02:11, Fabio Estevam wrote: > From: Fabio Estevam > > Use the log2 and fls64 header files directly from the kernel. > > Signed-off-by: Fabio Estevam > --- > Changes since v7: > - None > >

Re: [U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-19 Thread Tom Rini
On Fri, Oct 16, 2015 at 05:41:12PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Use the log2 and fls64 header files directly from the kernel. > > Signed-off-by: Fabio Estevam Please update based on

[U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi

2015-10-16 Thread Fabio Estevam
From: Fabio Estevam Use the log2 and fls64 header files directly from the kernel. Signed-off-by: Fabio Estevam --- Changes since v7: - None include/asm-generic/bitops/fls64.h | 36 +++ include/linux/bitops.h | 9 ++