Re: [PATCH] ARM: integrator: Make sure INTEGRATOR_AP depends on PCI

2013-09-25 Thread Joerg Roedel
On Wed, Aug 28, 2013 at 09:26:57AM +0200, Linus Walleij wrote: > Yes. > Reviewed-by: Linus Walleij > > And can you please create and send a proper patch with this > content to a...@kernel.org and the mailing list on CC, with > a request for the ARM SoC maintainers to apply it directly > as a fix?

Re: [PATCH] ARM: integrator: Make sure INTEGRATOR_AP depends on PCI

2013-08-28 Thread Joerg Roedel
On Wed, Aug 28, 2013 at 09:26:57AM +0200, Linus Walleij wrote: > On Wed, Aug 14, 2013 at 10:04 PM, Joerg Roedel wrote: > > > So when integrator does not depend on PCI this diff is more appropriate? > > > > diff --git a/arch/arm/mach-integrator/pci_v3.h > > b/arch/arm/mach-integrator/pci_v3.h > >

Re: [PATCH] ARM: integrator: Make sure INTEGRATOR_AP depends on PCI

2013-08-28 Thread Linus Walleij
On Wed, Aug 14, 2013 at 10:04 PM, Joerg Roedel wrote: > So when integrator does not depend on PCI this diff is more appropriate? > > diff --git a/arch/arm/mach-integrator/pci_v3.h > b/arch/arm/mach-integrator/pci_v3.h > index 755fd29..51738e0 100644 > --- a/arch/arm/mach-integrator/pci_v3.h > ++

Re: [PATCH] ARM: integrator: Make sure INTEGRATOR_AP depends on PCI

2013-08-14 Thread Joerg Roedel
On Wed, Aug 14, 2013 at 08:57:01PM +0100, Russell King - ARM Linux wrote: > On Wed, Aug 14, 2013 at 09:50:18PM +0200, Joerg Roedel wrote: > > Add this dependency to the Kconfig file to fix the following > > build error when CONFIG_INTEGRATOR_AP is set but CONFIG_PCI > > is not: > > No, integrator

Re: [PATCH] ARM: integrator: Make sure INTEGRATOR_AP depends on PCI

2013-08-14 Thread Russell King - ARM Linux
On Wed, Aug 14, 2013 at 09:50:18PM +0200, Joerg Roedel wrote: > Add this dependency to the Kconfig file to fix the following > build error when CONFIG_INTEGRATOR_AP is set but CONFIG_PCI > is not: No, integrator does not require PCI, so this needs to be fixed by other means, such as finding out ho