Re: arch/arc/ allmodconfig

2018-07-28 Thread Leon Romanovsky
On Fri, Jul 27, 2018 at 08:14:31PM +, Vineet Gupta wrote: > On 07/23/2018 10:02 AM, Leon Romanovsky wrote: > >>> diff -uprN linux-4.17.9.org/arch/arc/plat-eznps/include/plat/ctop.h > >>> linux-4.17.9/arch/arc/plat-eznps/include/plat/ctop.h > >>> --- linux-4.17.9.org/arch/arc/plat-eznps/include

Re: arch/arc/ allmodconfig

2018-07-27 Thread Vineet Gupta
On 07/23/2018 10:02 AM, Leon Romanovsky wrote: >>> diff -uprN linux-4.17.9.org/arch/arc/plat-eznps/include/plat/ctop.h >>> linux-4.17.9/arch/arc/plat-eznps/include/plat/ctop.h >>> --- linux-4.17.9.org/arch/arc/plat-eznps/include/plat/ctop.h2018-07-22 >>> 16:16:09.0 +0300 >>> +++ linux

Re: arch/arc/ allmodconfig

2018-07-23 Thread Randy Dunlap
On 07/23/2018 01:34 AM, Ofer Levi(SW) wrote: > Hi Vineet, randy > > Indeed this structure is missing, following is a patch based on linux-4.17.9. > Sorry about that. > > Thanks > > > diff -uprN linux-4.17.9.org/arch/arc/plat-eznps/include/plat/ctop.h > linux-4.17.9/arch/arc/plat-eznps/include/

Re: arch/arc/ allmodconfig

2018-07-23 Thread Leon Romanovsky
gt; (you > ?) should add their name to MAINTAINERS file under arch/arc/plat-eznps and > send > that patch as well. Hi Vineet, Thanks for your feedback, I'll work with Ofer to make it happen. > > Thx, > -Vineet > > > > > > > > > > > >> -Original Message- >

Re: arch/arc/ allmodconfig

2018-07-23 Thread Vineet Gupta
e issue below >> >> Thanks >> >> >> -Original Message- >> From: Vineet Gupta [mailto:vineet.gup...@synopsys.com] >> Sent: Thursday, July 19, 2018 19:22 >> To: Randy Dunlap ; LKML > ker...@vger.kernel.org>; Vineet Gupta ; >> linux

RE: arch/arc/ allmodconfig

2018-07-23 Thread Ofer Levi(SW)
, July 20, 2018 10:19 > To: Vineet Gupta ; Randy Dunlap > ; LKML ; linux- > snps-...@lists.infradead.org; Ofer Levi(SW) > Cc: Leon Romanovsky > Subject: RE: arch/arc/ allmodconfig > > Hi Vineet, > Ofer Levi is now the maintainer of arch/arc/plat-eznps > > Ofer

RE: arch/arc/ allmodconfig

2018-07-20 Thread Meir Lichtinger
@lists.infradead.org Cc: Elad Kanfi ; Leon Romanovsky Subject: Re: arch/arc/ allmodconfig +CC some folks from Mellanox On 07/18/2018 10:37 PM, Randy Dunlap wrote: > Hi, > > When I try to (cross-)build arch/arc/ allmodconfig, I get a syntax error here: > > ./arch/arc/plat-eznps/mtm

Re: arch/arc/ allmodconfig

2018-07-19 Thread Vineet Gupta
+CC some folks from Mellanox On 07/18/2018 10:37 PM, Randy Dunlap wrote: > Hi, > > When I try to (cross-)build arch/arc/ allmodconfig, I get a syntax error here: > > ./arch/arc/plat-eznps/mtm.c: In function 'mtm_enable_core': > ../arch/arc/plat-eznps/mtm.c:113:30:

arch/arc/ allmodconfig

2018-07-18 Thread Randy Dunlap
Hi, When I try to (cross-)build arch/arc/ allmodconfig, I get a syntax error here: ./arch/arc/plat-eznps/mtm.c: In function 'mtm_enable_core': ../arch/arc/plat-eznps/mtm.c:113:30: error: storage size of 'dpc' isn't known struct nps_host_reg_aux_dpc dpc;