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

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

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-21  8:24 [U-Boot] [PATCH v3 0/4]: bitops cleanup and fixes Simon Kagstrom
2009-08-21  8:28 ` [U-Boot] [PATCH v3 1/4]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
2009-08-21  8:28 ` [U-Boot] [PATCH v3 2/4]: arm: Make arm bitops endianness-independent Simon Kagstrom
2009-08-21  8:29 ` [U-Boot] [PATCH v3 3/4]: Define ffs/fls for all architectures Simon Kagstrom
2009-08-21  8:29 ` [U-Boot] [PATCH v3 4/4]: arm: Define test_and_set_bit and test_and_clear bit for ARM Simon Kagstrom

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