Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-04-16 Thread Albert ARIBAUD
Hello Vitaly, On Thu, 5 Feb 2015 11:24:46 -0500, Vitaly Andrianov wrote: > This commit copies implementation of the find_next_zero_bit() from > git://git.denx.de/u-boot.git/arch/mips/include/asm/bitops.h. v2014.07 > > The function is required to enable MCAST_TFTP support for ARM platforms. > >

Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-03-27 Thread Albert ARIBAUD
Hello Vitaly, On Fri, 27 Mar 2015 15:06:15 -0400, Vitaly Andrianov wrote: > Hello Albert, > > On 03/27/2015 11:54 AM, Albert ARIBAUD wrote: > > Hello Vitaly, > > > > On Wed, 11 Feb 2015 14:11:12 -0500, Vitaly Andrianov > > wrote: > >> > >> > >> On 02/05/2015 12:52 PM, Albert ARIBAUD wrote: > >>

Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-03-27 Thread Vitaly Andrianov
Hello Albert, On 03/27/2015 11:54 AM, Albert ARIBAUD wrote: Hello Vitaly, On Wed, 11 Feb 2015 14:11:12 -0500, Vitaly Andrianov wrote: On 02/05/2015 12:52 PM, Albert ARIBAUD wrote: Hello Vitaly, On Thu, 5 Feb 2015 11:24:46 -0500, Vitaly Andrianov wrote: This commit copies implementation

Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-03-27 Thread Albert ARIBAUD
Hello Vitaly, On Wed, 11 Feb 2015 14:11:12 -0500, Vitaly Andrianov wrote: > > > On 02/05/2015 12:52 PM, Albert ARIBAUD wrote: > > Hello Vitaly, > > > > On Thu, 5 Feb 2015 11:24:46 -0500, Vitaly Andrianov > > wrote: > >> This commit copies implementation of the find_next_zero_bit() from > >> gi

Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-02-11 Thread Vitaly Andrianov
On 02/05/2015 12:52 PM, Albert ARIBAUD wrote: Hello Vitaly, On Thu, 5 Feb 2015 11:24:46 -0500, Vitaly Andrianov wrote: This commit copies implementation of the find_next_zero_bit() from git://git.denx.de/u-boot.git/arch/mips/include/asm/bitops.h. v2014.07 The function is required to enable

Re: [U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-02-05 Thread Albert ARIBAUD
Hello Vitaly, On Thu, 5 Feb 2015 11:24:46 -0500, Vitaly Andrianov wrote: > This commit copies implementation of the find_next_zero_bit() from > git://git.denx.de/u-boot.git/arch/mips/include/asm/bitops.h. v2014.07 > > The function is required to enable MCAST_TFTP support for ARM platforms. Whic

[U-Boot] [PATCH] arm: implement find_next_zero_bit function

2015-02-05 Thread Vitaly Andrianov
This commit copies implementation of the find_next_zero_bit() from git://git.denx.de/u-boot.git/arch/mips/include/asm/bitops.h. v2014.07 The function is required to enable MCAST_TFTP support for ARM platforms. Signed-off-by: Vitaly Andrianov --- arch/arm/include/asm/bitops.h | 43 +