Re: [PATCH 11/31] nds32: Atomic operations

2017-11-21 Thread Vincent Chen
2017-11-20 22:29 GMT+08:00 Will Deacon : > Hi Greentime, > > On Wed, Nov 08, 2017 at 01:54:59PM +0800, Greentime Hu wrote: >> From: Greentime Hu >> >> Signed-off-by: Vincent Chen >> Signed-off-by: Greentime Hu >> --- >> arch/nds32/include/asm/futex.h| 116 >> arch/

Re: [PATCH 11/31] nds32: Atomic operations

2017-11-20 Thread Will Deacon
Hi Greentime, On Wed, Nov 08, 2017 at 01:54:59PM +0800, Greentime Hu wrote: > From: Greentime Hu > > Signed-off-by: Vincent Chen > Signed-off-by: Greentime Hu > --- > arch/nds32/include/asm/futex.h| 116 > arch/nds32/include/asm/spinlock.h | 178 > +

RE: [PATCH 11/31] nds32: Atomic operations

2017-11-08 Thread vincentc
r; Jason Cooper; Marc Zyngier; Rob Herring; Networking; > Vincent Ren-Wei Chen(陳人維); Palmer Dabbelt > Subject: Re: [PATCH 11/31] nds32: Atomic operations > > On Wed, Nov 8, 2017 at 6:54 AM, Greentime Hu > wrote: > > From: Greentime Hu > > > > Signed-off-by: Vincent Ch

Re: [PATCH 11/31] nds32: Atomic operations

2017-11-08 Thread Arnd Bergmann
On Wed, Nov 8, 2017 at 6:54 AM, Greentime Hu wrote: > From: Greentime Hu > > Signed-off-by: Vincent Chen > Signed-off-by: Greentime Hu > --- > arch/nds32/include/asm/futex.h| 116 > arch/nds32/include/asm/spinlock.h | 178 > +

[PATCH 11/31] nds32: Atomic operations

2017-11-07 Thread Greentime Hu
From: Greentime Hu Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/include/asm/futex.h| 116 arch/nds32/include/asm/spinlock.h | 178 + 2 files changed, 294 insertions(+) create mode 100644 arch/nds32/in