From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH 4/5] PCI: qcom: Add Qualcomm PCIe controller driver Date: Mon, 12 Jan 2015 11:20:29 -0700 Message-ID: <20150112182029.GA2776@google.com> References: <1418404441-5518-1-git-send-email-svarbanov@mm-sol.com> <1418404441-5518-5-git-send-email-svarbanov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1418404441-5518-5-git-send-email-svarbanov@mm-sol.com> Sender: linux-kernel-owner@vger.kernel.org To: Stanimir Varbanov Cc: Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , 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 List-Id: devicetree@vger.kernel.org On Fri, Dec 12, 2014 at 07:14:00PM +0200, Stanimir Varbanov wrote: > 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 > --- > drivers/pci/host/Kconfig | 9 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pcie-qcom.c | 415 ++++++++++++++++++++++++++++++++++++++++++ Hi Stanimir, Can you also add a MAINTAINERS update so I'll know who should ack changes to this driver? Bjorn