Re: [PATCH v4 1/2] PCI support added to ARC

2016-01-12 Thread Vineet Gupta
On Tuesday 12 January 2016 03:25 PM, Joao Pinto wrote: > Hi Vineet, > > On 1/12/2016 6:05 AM, Vineet Gupta wrote: >> On Monday 11 January 2016 10:54 PM, Joao Pinto wrote: >>> This patch adds PCI support to ARC and updates drivers/pci Makefile enabling >>> the ARC arch to use the generic PCI setup f

Re: [PATCH v4 1/2] PCI support added to ARC

2016-01-12 Thread Joao Pinto
Hi Vineet, On 1/12/2016 6:05 AM, Vineet Gupta wrote: > On Monday 11 January 2016 10:54 PM, Joao Pinto wrote: >> This patch adds PCI support to ARC and updates drivers/pci Makefile enabling >> the ARC arch to use the generic PCI setup functions. >> >> Signed-off-by: Joao Pinto > > BTW this patch

Re: [PATCH v4 1/2] PCI support added to ARC

2016-01-11 Thread Vineet Gupta
On Monday 11 January 2016 10:54 PM, Joao Pinto wrote: > This patch adds PCI support to ARC and updates drivers/pci Makefile enabling > the ARC arch to use the generic PCI setup functions. > > Signed-off-by: Joao Pinto BTW this patch has whitespace errors still - can you make sure they are not in

Re: [PATCH v4 1/2] PCI support added to ARC

2016-01-11 Thread Vineet Gupta
On Monday 11 January 2016 10:54 PM, Joao Pinto wrote: > This patch adds PCI support to ARC and updates drivers/pci Makefile enabling > the ARC arch to use the generic PCI setup functions. > ... > > diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h > index 694ece8..2ec3cf4 100644