From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Aug 2009 00:56:26 +0200 Subject: [U-Boot] [PATCH 0/4]: bitops cleanup and fixes In-Reply-To: <20090818110841.0eb04975@marrow.netinsight.se> References: <20090818110841.0eb04975@marrow.netinsight.se> Message-ID: <20090819225626.GG8470@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:08 Tue 18 Aug , Simon Kagstrom wrote: > Hi again! > > This patch series is an update to "[PATCH 0/8]: Fixes for ubifs build > on ARM" sent in july: > > http://lists.denx.de/pipermail/u-boot/2009-July/055594.html > > 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. > > 0002-Define-ffs-fls-for-all-architectures.patch > - Code style updates (Wolfgangs comment). > > 0003-Remove-duplicate-set_cr.patch > - New patch, removes a duplicate definition (also unused) that > prevents compilation of the next patch > > 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. The endianness issue in __test_and_set_bit > (Jean-Christophes comment) is a separate issue and should be > handled in a separate patch I think. but must be part of this cleanup otherwise it will never be done correctly and some arch as IXP will not work as there are not necessarely in little endian Best Regards, J.