public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Rationalise atomic.h implementations
@ 2018-09-08  9:39 Chris Packham
  2018-09-08  9:39 ` [U-Boot] [PATCH 1/4] Add include/asm-generic/atomic.h Chris Packham
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Chris Packham @ 2018-09-08  9:39 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2018-09-26 12:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-08  9:39 [U-Boot] [PATCH 0/4] Rationalise atomic.h implementations Chris Packham
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

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