mbox series

[U-Boot,0/3] Intel FPGA PCIe fixes

Message ID 1558665000-3037-1-git-send-email-ley.foon.tan@intel.com
Headers show
Series Intel FPGA PCIe fixes | expand

Message

Ley Foon Tan May 24, 2019, 2:29 a.m. UTC
This patchset fix issues in Intel FPGA PCIe driver.
- Fix TLP polling timeout
- Fix enumerating mult-function PCIe device issue
- Fix PCIe switch read config register issue

Ley Foon Tan (3):
  pci: intel: Increase TLP polling counter
  pci: intel: Fix error when enumerating multi-function PCIe device
  pci: intel: Fix configuration type based on secondary number

 drivers/pci/pcie_intel_fpga.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Comments

Ley Foon Tan June 11, 2019, 12:30 a.m. UTC | #1
On Fri, May 24, 2019 at 10:30 AM Ley Foon Tan <ley.foon.tan@intel.com> wrote:
>
> This patchset fix issues in Intel FPGA PCIe driver.
> - Fix TLP polling timeout
> - Fix enumerating mult-function PCIe device issue
> - Fix PCIe switch read config register issue
>
> Ley Foon Tan (3):
>   pci: intel: Increase TLP polling counter
>   pci: intel: Fix error when enumerating multi-function PCIe device
>   pci: intel: Fix configuration type based on secondary number
>
>  drivers/pci/pcie_intel_fpga.c | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)
Any comment on these patches?

Thanks

Regards
Ley Foon
Ley Foon Tan Aug. 9, 2019, 9:04 a.m. UTC | #2
On Tue, Jun 11, 2019 at 8:30 AM Ley Foon Tan <lftan.linux@gmail.com> wrote:
>
> On Fri, May 24, 2019 at 10:30 AM Ley Foon Tan <ley.foon.tan@intel.com> wrote:
> >
> > This patchset fix issues in Intel FPGA PCIe driver.
> > - Fix TLP polling timeout
> > - Fix enumerating mult-function PCIe device issue
> > - Fix PCIe switch read config register issue
> >
> > Ley Foon Tan (3):
> >   pci: intel: Increase TLP polling counter
> >   pci: intel: Fix error when enumerating multi-function PCIe device
> >   pci: intel: Fix configuration type based on secondary number
> >
> >  drivers/pci/pcie_intel_fpga.c | 18 +++++++++++-------
> >  1 file changed, 11 insertions(+), 7 deletions(-)
> Any comment on these patches?
>
> Thanks
Hi Tom and Michal

Can you help to merge these patches?

Thanks.

Regards
Ley Foon
Tom Rini Aug. 9, 2019, 3:30 p.m. UTC | #3
On Fri, Aug 09, 2019 at 05:04:43PM +0800, Ley Foon Tan wrote:
> On Tue, Jun 11, 2019 at 8:30 AM Ley Foon Tan <lftan.linux@gmail.com> wrote:
> >
> > On Fri, May 24, 2019 at 10:30 AM Ley Foon Tan <ley.foon.tan@intel.com> wrote:
> > >
> > > This patchset fix issues in Intel FPGA PCIe driver.
> > > - Fix TLP polling timeout
> > > - Fix enumerating mult-function PCIe device issue
> > > - Fix PCIe switch read config register issue
> > >
> > > Ley Foon Tan (3):
> > >   pci: intel: Increase TLP polling counter
> > >   pci: intel: Fix error when enumerating multi-function PCIe device
> > >   pci: intel: Fix configuration type based on secondary number
> > >
> > >  drivers/pci/pcie_intel_fpga.c | 18 +++++++++++-------
> > >  1 file changed, 11 insertions(+), 7 deletions(-)
> > Any comment on these patches?
> >
> > Thanks
> Hi Tom and Michal
> 
> Can you help to merge these patches?

I saw these as "FPGA" and gave them to Michal, in patchwork.  And I know
he's digging out from a vacation backlog.  Looking at the patches
themselves, I can see they're more "PCI" than anything else, I'll put
them in my queue.  Thanks for the reminder!