[PATCH 03/10] PCI: dwc: Move config space capability search API

2019-03-26 Thread Vidya Sagar
move PCIe config space capability search API to common designware file as this can be used by both host and ep mode codes. It also adds extended capability search APIs. Signed-off-by: Vidya Sagar --- drivers/pci/controller/dwc/pcie-designware-ep.c | 37 + drivers/pci/controller/dwc/p

Re: [PATCH 03/10] PCI: dwc: Move config space capability search API

2019-03-28 Thread Thierry Reding
On Tue, Mar 26, 2019 at 08:43:20PM +0530, Vidya Sagar wrote: > move PCIe config space capability search API to common designware file > as this can be used by both host and ep mode codes. > It also adds extended capability search APIs. > > Signed-off-by: Vidya Sagar > --- > drivers/pci/controlle

Re: [PATCH 03/10] PCI: dwc: Move config space capability search API

2019-04-01 Thread Vidya Sagar
On 3/28/2019 6:03 PM, Thierry Reding wrote: On Tue, Mar 26, 2019 at 08:43:20PM +0530, Vidya Sagar wrote: move PCIe config space capability search API to common designware file as this can be used by both host and ep mode codes. It also adds extended capability search APIs. Signed-off-by: Vidya