Message ID | 1415122708-4011-1-git-send-email-phil.edworthy@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 950a3f0e7dd32c372c9957d5c050b08de7ec9e56 |
Delegated to: | Simon Horman |
Headers | show |
On Tue, Nov 04, 2014 at 05:38:28PM +0000, Phil Edworthy wrote: > The PCI core will soon automatically handle the PCI domain number, > allowing the internal PCI and external PCIe bridges work at the same time. > In order for that to work, we need to enable PCI_DOMAINS. > > Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Thanks, I have queued this up. > --- > > In order to automatically handle the PCI domain number, we need a patch from > Lorenzo Pieralisi: > "[RFC PATCH 2/2] arm: pcibios: move to generic PCI domains" > However, enabling PCI_DOMAINS without this doesn't have an adverse effect, > and the plan is to use PCI domains to solve this problem, so we can apply > this patch straight away. > > arch/arm/mach-shmobile/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > index 21f457b..1c05768 100644 > --- a/arch/arm/mach-shmobile/Kconfig > +++ b/arch/arm/mach-shmobile/Kconfig > @@ -18,6 +18,7 @@ config ARCH_RCAR_GEN2 > select PM_RCAR if PM || SMP > select RENESAS_IRQC > select SYS_SUPPORTS_SH_CMT > + select PCI_DOMAINS if PCI > > config ARCH_RMOBILE > bool > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 21f457b..1c05768 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -18,6 +18,7 @@ config ARCH_RCAR_GEN2 select PM_RCAR if PM || SMP select RENESAS_IRQC select SYS_SUPPORTS_SH_CMT + select PCI_DOMAINS if PCI config ARCH_RMOBILE bool
The PCI core will soon automatically handle the PCI domain number, allowing the internal PCI and external PCIe bridges work at the same time. In order for that to work, we need to enable PCI_DOMAINS. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> --- In order to automatically handle the PCI domain number, we need a patch from Lorenzo Pieralisi: "[RFC PATCH 2/2] arm: pcibios: move to generic PCI domains" However, enabling PCI_DOMAINS without this doesn't have an adverse effect, and the plan is to use PCI domains to solve this problem, so we can apply this patch straight away. arch/arm/mach-shmobile/Kconfig | 1 + 1 file changed, 1 insertion(+)