Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933549AbbLQVPb (ORCPT ); Thu, 17 Dec 2015 16:15:31 -0500 Received: from mail.kernel.org ([198.145.29.136]:49909 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932670AbbLQVP3 (ORCPT ); Thu, 17 Dec 2015 16:15:29 -0500 Date: Thu, 17 Dec 2015 15:15:25 -0600 From: Bjorn Helgaas To: Stanimir Varbanov Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Bjorn Helgaas , Srinivas Kandagatla , Rob Herring , Rob Herring , Mark Rutland , Pawel Moll , Ian Campbell , Arnd Bergmann , Jingoo Han , Pratyush Anand , Bjorn Andersson Subject: Re: [PATCH v4 3/5] PCI: qcom: Add Qualcomm PCIe controller driver Message-ID: <20151217211525.GA4129@localhost> References: <1449149725-27607-1-git-send-email-stanimir.varbanov@linaro.org> <1449149725-27607-4-git-send-email-stanimir.varbanov@linaro.org> <20151216215304.GB27791@localhost> <5672B633.6030503@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5672B633.6030503@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1623 Lines: 39 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: > > On Thu, Dec 03, 2015 at 03:35:22PM +0200, Stanimir Varbanov wrote: > >> From: Stanimir Varbanov > >> > >> 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 > >> Signed-off-by: Stanimir Varbanov > >> --- > >> MAINTAINERS | 7 + > >> drivers/pci/host/Kconfig | 10 + > >> drivers/pci/host/Makefile | 1 + > >> drivers/pci/host/pcie-qcom.c | 624 ++++++++++++++++++++++++++++++++++++++++++ > > > >> +#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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/