RE: [PATCH V4 05/16] PCI: dwc: Move config space capability search API

2019-04-24 Thread Gustavo Pimentel
On Tue, Apr 23, 2019 at 21:32:44, Bjorn Helgaas wrote: > On Tue, Apr 23, 2019 at 01:57:19PM +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. > > > > Signed-off-by: Vidya Sagar > > Acked-

Re: [PATCH V4 05/16] PCI: dwc: Move config space capability search API

2019-04-23 Thread Oliver
On Wed, Apr 24, 2019 at 1:12 PM Vidya Sagar wrote: > > On 4/24/2019 2:02 AM, Bjorn Helgaas wrote: > > On Tue, Apr 23, 2019 at 01:57:19PM +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. >

Re: [PATCH V4 05/16] PCI: dwc: Move config space capability search API

2019-04-23 Thread Vidya Sagar
On 4/24/2019 2:02 AM, Bjorn Helgaas wrote: On Tue, Apr 23, 2019 at 01:57:19PM +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. Signed-off-by: Vidya Sagar Acked-by: Gustavo Pimentel --- Changes

Re: [PATCH V4 05/16] PCI: dwc: Move config space capability search API

2019-04-23 Thread Bjorn Helgaas
On Tue, Apr 23, 2019 at 01:57:19PM +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. > > Signed-off-by: Vidya Sagar > Acked-by: Gustavo Pimentel > --- > Changes from [v3]: > * Rebased to linux-