From: Simon Kagstrom <simon.kagstrom@netinsight.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4]: bitops cleanup and fixes
Date: Fri, 21 Aug 2009 10:24:03 +0200 [thread overview]
Message-ID: <20090821102403.7f88c250@marrow.netinsight.se> (raw)
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
next reply other threads:[~2009-08-21 8:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-21 8:24 Simon Kagstrom [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090821102403.7f88c250@marrow.netinsight.se \
--to=simon.kagstrom@netinsight.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.