Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-25 Thread Guo Ren
On Wed, Oct 24, 2018 at 11:53:05PM +0100, Arnd Bergmann wrote: > On Tue, Oct 23, 2018 at 1:08 AM Guo Ren wrote: > > > > Hi Arnd, > > > > Could you help me review the patch, seems the patch is skipped. > > ref: https://lkml.org/lkml/2018/10/16/224 > > Ah right, I missed that. I think I originally

Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-25 Thread Guo Ren
On Wed, Oct 24, 2018 at 11:53:05PM +0100, Arnd Bergmann wrote: > On Tue, Oct 23, 2018 at 1:08 AM Guo Ren wrote: > > > > Hi Arnd, > > > > Could you help me review the patch, seems the patch is skipped. > > ref: https://lkml.org/lkml/2018/10/16/224 > > Ah right, I missed that. I think I originally

Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-24 Thread Arnd Bergmann
On Tue, Oct 23, 2018 at 1:08 AM Guo Ren wrote: > > Hi Arnd, > > Could you help me review the patch, seems the patch is skipped. > ref: https://lkml.org/lkml/2018/10/16/224 Ah right, I missed that. I think I originally had some thoughts on it but didn't immediately comment and then forgot about

Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-24 Thread Arnd Bergmann
On Tue, Oct 23, 2018 at 1:08 AM Guo Ren wrote: > > Hi Arnd, > > Could you help me review the patch, seems the patch is skipped. > ref: https://lkml.org/lkml/2018/10/16/224 Ah right, I missed that. I think I originally had some thoughts on it but didn't immediately comment and then forgot about

Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-22 Thread Guo Ren
Hi Arnd, Could you help me review the patch, seems the patch is skipped. ref: https://lkml.org/lkml/2018/10/16/224 Thx On Tue, Oct 16, 2018 at 10:58:20AM +0800, Guo Ren wrote: > This patch adds Makefile, Kconfig for build infrastructure. > > Signed-off-by: Guo Ren > Cc: Arnd Bergmann > --- >

Re: [PATCH V9 01/21] csky: Build infrastructure

2018-10-22 Thread Guo Ren
Hi Arnd, Could you help me review the patch, seems the patch is skipped. ref: https://lkml.org/lkml/2018/10/16/224 Thx On Tue, Oct 16, 2018 at 10:58:20AM +0800, Guo Ren wrote: > This patch adds Makefile, Kconfig for build infrastructure. > > Signed-off-by: Guo Ren > Cc: Arnd Bergmann > --- >

[PATCH V9 01/21] csky: Build infrastructure

2018-10-15 Thread Guo Ren
This patch adds Makefile, Kconfig for build infrastructure. Signed-off-by: Guo Ren Cc: Arnd Bergmann --- Changelog: - make allmodconfig is OK. - Use BUILTIN_DTB as string, remove bool define for compile. - Add xor.h in asm/Kbuild - Add compat.h in asm/Kbuild. - Add select DMA_DIRECT_OPS in

[PATCH V9 01/21] csky: Build infrastructure

2018-10-15 Thread Guo Ren
This patch adds Makefile, Kconfig for build infrastructure. Signed-off-by: Guo Ren Cc: Arnd Bergmann --- Changelog: - make allmodconfig is OK. - Use BUILTIN_DTB as string, remove bool define for compile. - Add xor.h in asm/Kbuild - Add compat.h in asm/Kbuild. - Add select DMA_DIRECT_OPS in