mbox series

[RESEND,0/3] PCI: aardvark: PIO fixes

Message ID 20210624213345.3617-1-pali@kernel.org (mailing list archive)
Headers show
Series PCI: aardvark: PIO fixes | expand

Message

Pali Rohár June 24, 2021, 9:33 p.m. UTC
Per Lorenzo's request [1] I'm resending PCI aardvark patches from big
patch series [2] which fixes just one small thing - aardvark PIO code.

[1] - https://lore.kernel.org/linux-pci/20210603151605.GA18917@lpieralisi/
[2] - https://lore.kernel.org/linux-pci/20210506153153.30454-1-pali@kernel.org/

Evan Wang (1):
  PCI: aardvark: Fix checking for PIO status

Pali Rohár (2):
  PCI: aardvark: Fix checking for PIO Non-posted Request
  PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO
    response

 drivers/pci/controller/pci-aardvark.c | 97 ++++++++++++++++++++++-----
 1 file changed, 82 insertions(+), 15 deletions(-)

Comments

Lorenzo Pieralisi June 25, 2021, 11:44 a.m. UTC | #1
On Thu, 24 Jun 2021 23:33:42 +0200, Pali Rohár wrote:
> Per Lorenzo's request [1] I'm resending PCI aardvark patches from big
> patch series [2] which fixes just one small thing - aardvark PIO code.
> 
> [1] - https://lore.kernel.org/linux-pci/20210603151605.GA18917@lpieralisi/
> [2] - https://lore.kernel.org/linux-pci/20210506153153.30454-1-pali@kernel.org/
> 
> Evan Wang (1):
>   PCI: aardvark: Fix checking for PIO status
> 
> [...]

Given that we are close to a release, I am trying to cherry-pick
some aardvark patches to cut the current delta.

Applied to pci/aardvark:

[1/1] PCI: aardvark: Fix checking for PIO Non-posted Request
      https://git.kernel.org/lpieralisi/pci/c/8ceeac307a

Thanks,
Lorenzo