From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanimir Varbanov Subject: Re: [PATCH v2 4/5] PCI: qcom: Add Qualcomm PCIe controller driver Date: Mon, 9 Nov 2015 18:56:57 +0200 Message-ID: <5640D059.3000805@mm-sol.com> References: <1430743338-10441-1-git-send-email-svarbanov@mm-sol.com> <1430743338-10441-5-git-send-email-svarbanov@mm-sol.com> <20151106205033.GH24668@usrtlx11787.corpusers.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151106205033.GH24668@usrtlx11787.corpusers.net> Sender: linux-pci-owner@vger.kernel.org To: Bjorn Andersson Cc: Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , Bjorn Helgaas , Kishon Vijay Abraham I , Russell King , Arnd Bergmann , 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, Mathieu Olivari , Srinivas Kandagatla List-Id: linux-arm-msm@vger.kernel.org Hi Bjorn, On 11/06/2015 10:50 PM, Bjorn Andersson wrote: > On Mon 04 May 05:42 PDT 2015, Stanimir Varbanov wrote: > >> The PCIe driver reuse the Designware common code for host >> and MSI initialization, and also program the Qualcomm >> application specific registers. >> > > I want to get the ethernet on the ifc6410 running and this seems like > the last patchset for the PCIe. > >> Signed-off-by: Stanimir Varbanov > [..] >> diff --git a/drivers/pci/host/pcie-qcom.c b/drivers/pci/host/pcie-qcom.c >> new file mode 100644 >> index 0000000..4f083c6 >> --- /dev/null >> +++ b/drivers/pci/host/pcie-qcom.c >> @@ -0,0 +1,677 @@ >> +/* >> + * Copyright (c) 2014, The Linux Foundation. All rights reserved. > > Bump the year, it's the future now :) yep, thanks for the valuable comments I will address all of them on next version. I will probably restart the work on the driver this week. -- regards, Stan From mboxrd@z Thu Jan 1 00:00:00 1970 From: svarbanov@mm-sol.com (Stanimir Varbanov) Date: Mon, 9 Nov 2015 18:56:57 +0200 Subject: [PATCH v2 4/5] PCI: qcom: Add Qualcomm PCIe controller driver In-Reply-To: <20151106205033.GH24668@usrtlx11787.corpusers.net> References: <1430743338-10441-1-git-send-email-svarbanov@mm-sol.com> <1430743338-10441-5-git-send-email-svarbanov@mm-sol.com> <20151106205033.GH24668@usrtlx11787.corpusers.net> Message-ID: <5640D059.3000805@mm-sol.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Bjorn, On 11/06/2015 10:50 PM, Bjorn Andersson wrote: > On Mon 04 May 05:42 PDT 2015, Stanimir Varbanov wrote: > >> The PCIe driver reuse the Designware common code for host >> and MSI initialization, and also program the Qualcomm >> application specific registers. >> > > I want to get the ethernet on the ifc6410 running and this seems like > the last patchset for the PCIe. > >> Signed-off-by: Stanimir Varbanov > [..] >> diff --git a/drivers/pci/host/pcie-qcom.c b/drivers/pci/host/pcie-qcom.c >> new file mode 100644 >> index 0000000..4f083c6 >> --- /dev/null >> +++ b/drivers/pci/host/pcie-qcom.c >> @@ -0,0 +1,677 @@ >> +/* >> + * Copyright (c) 2014, The Linux Foundation. All rights reserved. > > Bump the year, it's the future now :) yep, thanks for the valuable comments I will address all of them on next version. I will probably restart the work on the driver this week. -- regards, Stan