mbox series

[RESEND,0/5] PCI: aardvark: Initialization fixes

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

Message

Pali Rohár June 24, 2021, 10:26 p.m. UTC
Per Lorenzo's request [1] I'm resending [2] some other aardvark patches
which fixes initialization.

The last patch 5/5 is the new and was not in previous patch series [2].
Please see detailed description and additional comment after --- section.

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

Pali Rohár (5):
  PCI: aardvark: Fix link training
  PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
  PCI: aardvark: Fix PCIe Max Payload Size setting
  PCI: aardvark: Implement workaround for the readback value of VEND_ID
  PCI: aardvark: Implement workaround for PCIe Completion Timeout

 drivers/pci/controller/pci-aardvark.c | 138 ++++++++++----------------
 include/uapi/linux/pci_regs.h         |   6 ++
 2 files changed, 60 insertions(+), 84 deletions(-)

Comments

Lorenzo Pieralisi June 25, 2021, 12:52 p.m. UTC | #1
On Fri, 25 Jun 2021 00:26:16 +0200, Pali Rohár wrote:
> Per Lorenzo's request [1] I'm resending [2] some other aardvark patches
> which fixes initialization.
> 
> The last patch 5/5 is the new and was not in previous patch series [2].
> Please see detailed description and additional comment after --- section.
> 
> [1] - https://lore.kernel.org/linux-pci/20210603151605.GA18917@lpieralisi/
> [2] - https://lore.kernel.org/linux-pci/20210506153153.30454-1-pali@kernel.org/
> 
> [...]

Cherry picked this patch for the next merge window.

Applied to pci/aardvark:

[1/1] PCI: aardvark: Implement workaround for the readback value of VEND_ID
      https://git.kernel.org/lpieralisi/pci/c/7f71a409fe

Thanks,
Lorenzo