
Hi yet again!
This patch series is an update to "[PATCH 0/4]: bitops cleanup and fixes":
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/66184
and contains the patches which were not accepted. The patches are:
0001-Move-__set-clear_bit-from-ubifs.h-to-bitops.h.patch - Code style updates. I chose to not create asm-generic/include/bitops/ (Jean-Christophes comment) since I feel that should go together with a larger restructuring. - Updated to put BIT_MASK above the include of asm/bitops.h - More generic code (comment from Mike Frysinger)
0002-Make-arm-bitops-endianness-independent.patch - New patch which takes on the endianeess issue in arm bitops
0003-Define-ffs-fls-for-all-architectures.patch - Code style updates (Wolfgangs comment). - More generic code (comment from Mike Frysinger)
0004-Define-test_and_set_bit-and-test_and_clear-bit-for-A.patch - Defines test_and_set_bit etc for ARM. Uses the non-atomic __test_and_set_bit.
remove-dupliace-cr.patch was accepted into the u-boot-arm tree, so I'm not reposting it.
Tested on ARM (OpenRD base), and compile tested on PowerPC.
// Simon