From: Jayachandran C <jchandra@broadcom.com>
To: Will Deacon <will.deacon@arm.com>,
Bjorn Helgaas <bhelgaas@google.com>, <linux-pci@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
"Arnd Bergmann" <arnd@arndb.de>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Liviu Dudau <Liviu.Dudau@arm.com>
Cc: Jayachandran C <jchandra@broadcom.com>,
Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>,
Ming Lei <ming.lei@canonical.com>
Subject: [PATCH v2 2/2] PCI: generic: add arm64 support
Date: Tue, 5 May 2015 07:32:13 +0530 [thread overview]
Message-ID: <1430791333-26013-2-git-send-email-jchandra@broadcom.com> (raw)
In-Reply-To: <1430791333-26013-1-git-send-email-jchandra@broadcom.com>
Make pci-host-generic driver available on arm64. This needs
drivers/pci/setup-irq.o to be built for the arm64 as well.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
---
drivers/pci/Makefile | 1 +
drivers/pci/host/Kconfig | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 73e4af4..be3f631 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_PCI_IOV) += iov.o
#
obj-$(CONFIG_ALPHA) += setup-irq.o
obj-$(CONFIG_ARM) += setup-irq.o
+obj-$(CONFIG_ARM64) += setup-irq.o
obj-$(CONFIG_UNICORE32) += setup-irq.o
obj-$(CONFIG_SUPERH) += setup-irq.o
obj-$(CONFIG_MIPS) += setup-irq.o
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 1dfb567..51741ad 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -53,7 +53,7 @@ config PCI_RCAR_GEN2_PCIE
config PCI_HOST_GENERIC
bool "Generic PCI host controller"
- depends on ARM && OF
+ depends on (ARM || ARM64) && OF
help
Say Y here if you want to support a simple generic PCI host
controller, such as the one emulated by kvmtool.
--
1.9.1
next prev parent reply other threads:[~2015-05-05 1:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-05 2:02 [PATCH v2 1/2] PCI: generic: remove dependency on hw_pci Jayachandran C
2015-05-05 2:02 ` Jayachandran C [this message]
2015-05-05 15:53 ` Will Deacon
2015-05-05 15:58 ` Arnd Bergmann
2015-05-05 16:03 ` Lorenzo Pieralisi
2015-05-06 14:18 ` Lorenzo Pieralisi
2015-05-06 15:18 ` Bjorn Helgaas
2015-05-07 3:32 ` Suravee Suthikulanit
2015-05-12 13:34 ` Bjorn Helgaas
2015-05-12 16:34 ` Lorenzo Pieralisi
2015-05-12 19:20 ` Bjorn Helgaas
2015-05-13 12:47 ` Suravee Suthikulanit
2015-05-13 13:54 ` Bjorn Helgaas
2015-05-13 15:05 ` Suravee Suthikulanit
2015-05-13 15:11 ` Bjorn Helgaas
[not found] ` <20150512000746.GA31418@jayachandranc.netlogicmicro.com>
2015-05-19 23:09 ` Bjorn Helgaas
2015-05-20 17:29 ` Will Deacon
2015-05-20 20:46 ` Bjorn Helgaas
[not found] ` <20150521063729.GB31418@jayachandranc.netlogicmicro.com>
2015-05-26 9:59 ` Will Deacon
2015-05-26 10:38 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430791333-26013-2-git-send-email-jchandra@broadcom.com \
--to=jchandra@broadcom.com \
--cc=Liviu.Dudau@arm.com \
--cc=Suravee.Suthikulpanit@amd.com \
--cc=arnd@arndb.de \
--cc=bhelgaas@google.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=ming.lei@canonical.com \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).