Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-09 Thread Angelo Dureghello
Hi Stefan, i am about to post a v9 in short. On Tue, Aug 07, 2018 at 07:47:19PM +0200, Stefan Agner wrote: > On 07.08.2018 14:14, Krzysztof Kozlowski wrote: > > On 7 August 2018 at 10:08, Stefan Agner wrote: > >> On 03.08.2018 21:32, Angelo Dureghello wrote: > >>> This patch adds a new

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-08-09 Thread Geert Uytterhoeven
Hi Firoz, One first comment below... On Thu, Aug 9, 2018 at 7:16 AM Firoz Khan wrote: > NR_syscalls macro holds the number of system call exist in m68k > architecture. This macro is currently the part of asm/unistd.h file. > We have to change the value of NR_syscalls, if we add or delete a >

Re: [PATCH 3/4] m68k: Added system call table generation support

2018-08-09 Thread Andreas Schwab
On Aug 09 2018, Firoz Khan wrote: > +_dummy := $(shell [ -d '$(uapi)' ] || mkdir -p '$(uapi)') \ > + $(shell [ -d '$(out)' ] || mkdir -p '$(out)') mkdir -p is a no-op if the directory exits. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69