Thread (25 messages) 25 messages, 11 authors, 2015-12-22

[PATCH v4 3/5] PCI: qcom: Add Qualcomm PCIe controller driver

From: helgaas@kernel.org (Bjorn Helgaas)
Date: 2015-12-17 21:15:31
Also in: linux-arm-msm, linux-devicetree, linux-pci, lkml

On Thu, Dec 17, 2015 at 03:18:43PM +0200, Stanimir Varbanov wrote:
Bjorn, thanks for the comments!

On 12/16/2015 11:53 PM, Bjorn Helgaas wrote:
quoted
On Thu, Dec 03, 2015 at 03:35:22PM +0200, Stanimir Varbanov wrote:
quoted
From: Stanimir Varbanov <redacted>

The PCIe driver reuse the Designware common code for host
and MSI initialization, and also program the Qualcomm
application specific registers.

Signed-off-by: Stanimir Varbanov <redacted>
Signed-off-by: Stanimir Varbanov <redacted>
---
 MAINTAINERS                  |    7 +
 drivers/pci/host/Kconfig     |   10 +
 drivers/pci/host/Makefile    |    1 +
 drivers/pci/host/pcie-qcom.c |  624 ++++++++++++++++++++++++++++++++++++++++++
quoted
+#define PCIE20_CAP				0x70
+#define PCIE20_CAP_LINKCTRLSTATUS		(PCIE20_CAP + 0x10)
+#define PCIE20_CAP_LINKCTRLSTATUS_LINK_UP	BIT(29)
This looks like it could be referring to a standard PCIe Capability;
could you use the existing PCI_EXP_LNKSTA and PCI_EXP_LNKSTA_DLLLA
symbols here?  And readw() instead of readl()?
Yes, that is possible but I still need to keep PCIE20_CAP capabilities
offset.
Great, thanks!  I think that will help keep generic PCIe things from
looking like they're special implementation-specific things.

Bjorn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help