Re: [U-Boot] [RFC PATCH v1] mips: add atomic operations

2018-09-07 Thread Chris Packham
On Fri, 7 Sep 2018, 10:24 PM Stefan, wrote: > Hi Chris, > > (added Daniel) > > On 07.09.2018 10:24, Chris Packham wrote: > > Add mips version of atomic.h and basic atomic operations. These aren't > > the optimised versions from the Linux kernel, just basic stubs that > > satisfy users that need

Re: [U-Boot] [RFC PATCH v1] mips: add atomic operations

2018-09-07 Thread Stefan
Hi Chris, (added Daniel) On 07.09.2018 10:24, Chris Packham wrote: Add mips version of atomic.h and basic atomic operations. These aren't the optimised versions from the Linux kernel, just basic stubs that satisfy users that need something to define atomic_inc() etc. Signed-off-by: Chris

[U-Boot] [RFC PATCH v1] mips: add atomic operations

2018-09-07 Thread Chris Packham
Add mips version of atomic.h and basic atomic operations. These aren't the optimised versions from the Linux kernel, just basic stubs that satisfy users that need something to define atomic_inc() etc. Signed-off-by: Chris Packham --- At $dayjob we have a mips target that we want to run UBIFS