Discussion:
[PATCH] config: armv7hl/default: Disable pcie-spear13xx and gpio-zynq
Matwey V. Kornilov
2014-08-28 17:42:47 UTC
Permalink
From: "Matwey V. Kornilov" <matwey.kornilov-***@public.gmane.org>

This is for master (Kernel:HEAD) to fix build:

[30000s] ERROR: "dw_pcie_host_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_handle_msi_irq" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_msi_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_write" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_read" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_setup_rc" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_link_up" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30003s] ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!

Signed-off-by: Matwey V. Kornilov <matwey.kornilov-***@public.gmane.org>

---
However, the fix is trivial for zynq, after it will be fixed in upstream (I am testing the patch) it would be reenabled.

config/armv7hl/default | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/armv7hl/default b/config/armv7hl/default
index ff8833e..71ae044 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -682,7 +682,7 @@ CONFIG_PCI_TEGRA=y
# CONFIG_PCI_RCAR_GEN2 is not set
# CONFIG_PCI_RCAR_GEN2_PCIE is not set
CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIE_SPEAR13XX=m
+# CONFIG_PCIE_SPEAR13XX is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
@@ -3607,7 +3607,7 @@ CONFIG_GPIO_RCAR=m
CONFIG_GPIO_SPEAR_SPICS=y
CONFIG_GPIO_SYSCON=m
CONFIG_GPIO_XILINX=y
-CONFIG_GPIO_ZYNQ=m
+# CONFIG_GPIO_ZYNQ is not set
# CONFIG_GPIO_VX855 is not set
CONFIG_GPIO_GRGPIO=m
--
1.8.1.4
Andreas Färber
2014-09-01 10:45:50 UTC
Permalink
Post by Matwey V. Kornilov
[30000s] ERROR: "dw_pcie_host_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_handle_msi_irq" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_msi_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_write" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_read" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_setup_rc" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_link_up" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30003s] ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!
---
However, the fix is trivial for zynq, after it will be fixed in upstream (I am testing the patch) it would be reenabled.
Thanks, applied. It's been a long time since anyone provided feedback on
openSUSE on SPEAR. And for my Parallella testing, GPIO does not seem
crucial either. If you have a patch subject for me, I can test it.

Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe-***@public.gmane.org
To contact the owner, e-mail: opensuse-kernel+owner-***@public.gmane.org
Loading...