linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7
@ 2016-04-26  0:50 Simon Horman
  2016-04-26  0:50 ` [PATCH] PCI: rcar-pcie: Remove Gen2 designation from Kconfig Simon Horman
  2016-04-26 11:13 ` [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2016-04-26  0:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC PCI defconfig updates for v4.7.


This pull request includes a single patch with changes that I would
ordinarily be inclined to split into different branches. However,
are most easily done atomicly and as they are rather small I have
kept them in one patch in its own branch. My hope is that you can find
an appropriate home for it.

The patch updates renames PCI_RCAR_GEN2_PCIE Kconfig symbol
as PCIE_RCAR. It includes PCI Makefile and Kconfig changes and
accordingly the patch has an ack from Bjorn Helgaas. It also updates
arm and arm64 defconfigs.


The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-pci-defconfig-for-v4.7

for you to fetch changes up to 350a73b4f896e620216d8e9429bbac16d89da8b0:

  PCI: rcar-pcie: Remove Gen2 designation from Kconfig (2016-04-22 10:14:34 +1000)

----------------------------------------------------------------
Renesas ARM Based SoC Pci Defconfig Updates for v4.7

* Remove Gen2 designation from Kconfig for R-Car PCIE driver

----------------------------------------------------------------
Simon Horman (1):
      PCI: rcar-pcie: Remove Gen2 designation from Kconfig

 arch/arm/configs/multi_v7_defconfig | 2 +-
 arch/arm/configs/shmobile_defconfig | 2 +-
 arch/arm64/configs/defconfig        | 2 +-
 drivers/pci/host/Kconfig            | 4 ++--
 drivers/pci/host/Makefile           | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] PCI: rcar-pcie: Remove Gen2 designation from Kconfig
  2016-04-26  0:50 [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Simon Horman
@ 2016-04-26  0:50 ` Simon Horman
  2016-04-26 11:13 ` [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2016-04-26  0:50 UTC (permalink / raw)
  To: linux-arm-kernel

It appears that Gen2 is a misnomer for the R-Car PCIE driver
which also supports Gen 1 and Gen 3 SoCs. Accordingly, drop Gen 2
from the help text and Kconfig symbol.

Also, re-arange the Kconfig symbol name to use PCIE as the prefix.
This appears to be in keeping with other PCIE Kconfig symbols.

Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 arch/arm/configs/shmobile_defconfig | 2 +-
 arch/arm64/configs/defconfig        | 2 +-
 drivers/pci/host/Kconfig            | 4 ++--
 drivers/pci/host/Makefile           | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 28234906a064..f9fb719fb940 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -119,7 +119,7 @@ CONFIG_PCI_MSI=y
 CONFIG_PCI_MVEBU=y
 CONFIG_PCI_TEGRA=y
 CONFIG_PCI_RCAR_GEN2=y
-CONFIG_PCI_RCAR_GEN2_PCIE=y
+CONFIG_PCIE_RCAR=y
 CONFIG_PCIEPORTBUS=y
 CONFIG_SMP=y
 CONFIG_NR_CPUS=16
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b7b714c3958c..64547f453d94 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -24,7 +24,7 @@ CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
 CONFIG_PCI=y
 CONFIG_PCI_RCAR_GEN2=y
-CONFIG_PCI_RCAR_GEN2_PCIE=y
+CONFIG_PCIE_RCAR=y
 CONFIG_SMP=y
 CONFIG_SCHED_MC=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f70505186820..fb2f696b91e7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -56,7 +56,7 @@ CONFIG_ARCH_ZYNQMP=y
 CONFIG_PCI=y
 CONFIG_PCI_MSI=y
 CONFIG_PCI_IOV=y
-CONFIG_PCI_RCAR_GEN2_PCIE=y
+CONFIG_PCIE_RCAR=y
 CONFIG_PCI_HOST_GENERIC=y
 CONFIG_PCI_XGENE=y
 CONFIG_PCI_LAYERSCAPE=y
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 7a0780d56d2d..8fb1cf54617d 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -69,11 +69,11 @@ config PCI_RCAR_GEN2
 	  There are 3 internal PCI controllers available with a single
 	  built-in EHCI/OHCI host controller present on each one.
 
-config PCI_RCAR_GEN2_PCIE
+config PCIE_RCAR
 	bool "Renesas R-Car PCIe controller"
 	depends on ARCH_RENESAS || (ARM && COMPILE_TEST)
 	help
-	  Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
+	  Say Y here if you want PCIe controller support on R-Car SoCs.
 
 config PCI_HOST_COMMON
 	bool
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile
index d85b5faf9bbc..d3d8e1b36fb9 100644
--- a/drivers/pci/host/Makefile
+++ b/drivers/pci/host/Makefile
@@ -7,7 +7,7 @@ obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o
 obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
 obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
 obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
-obj-$(CONFIG_PCI_RCAR_GEN2_PCIE) += pcie-rcar.o
+obj-$(CONFIG_PCIE_RCAR) += pcie-rcar.o
 obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o
 obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o
 obj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o
-- 
2.7.0.rc3.207.g0ac5344

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7
  2016-04-26  0:50 [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Simon Horman
  2016-04-26  0:50 ` [PATCH] PCI: rcar-pcie: Remove Gen2 designation from Kconfig Simon Horman
@ 2016-04-26 11:13 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2016-04-26 11:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 26 April 2016 10:50:10 Simon Horman wrote:
> Please consider these Renesas ARM based SoC PCI defconfig updates for v4.7.
> 
> 
> This pull request includes a single patch with changes that I would
> ordinarily be inclined to split into different branches. However,
> are most easily done atomicly and as they are rather small I have
> kept them in one patch in its own branch. My hope is that you can find
> an appropriate home for it.
> 
> The patch updates renames PCI_RCAR_GEN2_PCIE Kconfig symbol
> as PCIE_RCAR. It includes PCI Makefile and Kconfig changes and
> accordingly the patch has an ack from Bjorn Helgaas. It also updates
> arm and arm64 defconfigs.
> 

I've merged it into next/defconfig and made sure we don't (yet) have
any conflicts against changes in the arm64 defconfig. Thanks,

	Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-26 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26  0:50 [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Simon Horman
2016-04-26  0:50 ` [PATCH] PCI: rcar-pcie: Remove Gen2 designation from Kconfig Simon Horman
2016-04-26 11:13 ` [GIT PULL] Renesas ARM Based SoC PCI Defconfig Updates for v4.7 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).