Re: [U-Boot] [PATCH v2 02/17] change_bit routine defined

2010-05-03 Thread Vipin KUMAR
On 5/3/2010 5:01 AM, Tom Rix wrote: > Vipin KUMAR wrote: >> change_bit routine is left implementation dependent until now. >> This routine is now defined for arm platforms in asm-arm/bitops.h >> > > Add a reason on why this change is needed. > Something like > 'mtd/nand/.. needs this to be defined

Re: [U-Boot] [PATCH v2 02/17] change_bit routine defined

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: > change_bit routine is left implementation dependent until now. > This routine is now defined for arm platforms in asm-arm/bitops.h > Add a reason on why this change is needed. Something like 'mtd/nand/.. needs this to be defined.. and the new nand driver needs it.. ' Tom

[U-Boot] [PATCH v2 02/17] change_bit routine defined

2010-04-25 Thread Vipin KUMAR
change_bit routine is left implementation dependent until now. This routine is now defined for arm platforms in asm-arm/bitops.h Signed-off-by: Vipin Kumar --- arch/arm/include/asm/bitops.h | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/bi