public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4]: bitops cleanup and fixes
@ 2009-08-18  9:08 Simon Kagstrom
  2009-08-18  9:10 ` [U-Boot] [PATCH 1/4]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Simon Kagstrom @ 2009-08-18  9:08 UTC (permalink / raw)
  To: u-boot

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.

// Simon

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-08-21 21:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18  9:08 [U-Boot] [PATCH 0/4]: bitops cleanup and fixes Simon Kagstrom
2009-08-18  9:10 ` [U-Boot] [PATCH 1/4]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
2009-08-19 23:12   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-18  9:13 ` [U-Boot] [PATCH 2/4]: Define ffs/fls for all architectures Simon Kagstrom
2009-08-19 23:11   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-20  8:42     ` Simon Kagstrom
2009-08-21 21:59       ` Wolfgang Denk
2009-08-18  9:13 ` [U-Boot] [PATCH 3/4]: Remove duplicate set_cr Simon Kagstrom
2009-08-19 23:06   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-18  9:14 ` [U-Boot] [PATCH 4/4]: Define test_and_set_bit and test_and_clear bit for ARM Simon Kagstrom
2009-08-19 23:15   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-19 22:56 ` [U-Boot] [PATCH 0/4]: bitops cleanup and fixes Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox