[U-Boot] [PATCH v2 0/4]: bitops cleanup and fixes
Simon Kagstrom
simon.kagstrom at netinsight.net
Thu Aug 20 10:49:44 CEST 2009
Hi 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
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).
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.
// Simon
More information about the U-Boot
mailing list