From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] Rationalise atomic.h implementations
Date: Sat, 8 Sep 2018 21:39:03 +1200 [thread overview]
Message-ID: <20180908093907.11757-1-judge.packham@gmail.com> (raw)
This series applies on top of https://patchwork.ozlabs.org/patch/958286/
The intention is to rationalise most of the current implementations of
atomic.h. x86 remains as having an arch specific implementation which I
don't intend to touch.
Chris Packham (4):
Add include/asm-generic/atomic.h
ARM: use asm-generic/atomic.h
mips: use asm-generic/atomic.h
xtensa: use asm-generic/atomic.h
arch/arm/include/asm/atomic.h | 147 +-----------------------------
arch/mips/include/asm/atomic.h | 44 +--------
arch/xtensa/include/asm/atomic.h | 44 +--------
include/asm-generic/atomic.h | 150 +++++++++++++++++++++++++++++++
4 files changed, 153 insertions(+), 232 deletions(-)
create mode 100644 include/asm-generic/atomic.h
--
2.18.0
next reply other threads:[~2018-09-08 9:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-08 9:39 Chris Packham [this message]
2018-09-08 9:39 ` [U-Boot] [PATCH 1/4] Add include/asm-generic/atomic.h Chris Packham
2018-09-09 20:39 ` Tom Rini
2018-09-26 12:49 ` [U-Boot] [U-Boot,1/4] " Tom Rini
2018-09-08 9:39 ` [U-Boot] [PATCH 2/4] ARM: use asm-generic/atomic.h Chris Packham
2018-09-09 20:39 ` Tom Rini
2018-09-26 12:49 ` [U-Boot] [U-Boot,2/4] " Tom Rini
2018-09-08 9:39 ` [U-Boot] [PATCH 3/4] mips: " Chris Packham
2018-09-26 12:49 ` [U-Boot] [U-Boot,3/4] " Tom Rini
2018-09-08 9:39 ` [U-Boot] [PATCH 4/4] xtensa: " Chris Packham
2018-09-08 21:26 ` Max Filippov
2018-09-26 12:49 ` [U-Boot] [U-Boot,4/4] " Tom Rini
2018-09-10 4:51 ` [U-Boot] [PATCH 0/4] Rationalise atomic.h implementations Stefan
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=20180908093907.11757-1-judge.packham@gmail.com \
--to=judge.packham@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox