Re: [PATCH] pcie: qcom: Add support for sdm845 PCIe controller

2019-03-01 Thread Bjorn Andersson
On Fri 01 Mar 04:53 PST 2019, Stanimir Varbanov wrote: > Hi Bjorn, > > Thanks for the patch! > > On 2/26/19 9:01 AM, Bjorn Andersson wrote: > > The SDM845 has one Gen2 and one Gen3 controller, add support for these. > > > > Due to lack of hardware only the Gen2 controller has been verified. > >

Re: [PATCH] pcie: qcom: Add support for sdm845 PCIe controller

2019-03-01 Thread Stanimir Varbanov
Hi Bjorn, Thanks for the patch! On 2/26/19 9:01 AM, Bjorn Andersson wrote: > The SDM845 has one Gen2 and one Gen3 controller, add support for these. > > Due to lack of hardware only the Gen2 controller has been verified. > > Signed-off-by: Bjorn Andersson > --- > .../devicetree/bindings/pci/q

Re: [PATCH] pcie: qcom: Add support for sdm845 PCIe controller

2019-02-28 Thread Bjorn Helgaas
On Tue, Feb 26, 2019 at 1:00 AM Bjorn Andersson wrote: > > The SDM845 has one Gen2 and one Gen3 controller, add support for these. > > Due to lack of hardware only the Gen2 controller has been verified. Hi Bjorn, I like your name :) If you post a v2 for any reason, please update the subject lik

[PATCH] pcie: qcom: Add support for sdm845 PCIe controller

2019-02-25 Thread Bjorn Andersson
The SDM845 has one Gen2 and one Gen3 controller, add support for these. Due to lack of hardware only the Gen2 controller has been verified. Signed-off-by: Bjorn Andersson --- .../devicetree/bindings/pci/qcom,pcie.txt | 19 +++ drivers/pci/controller/dwc/pcie-qcom.c| 146 +++