mbox series

[0/2] PCI: aardvark: Resource fixes

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

Message

Pali Rohár June 24, 2021, 9:55 p.m. UTC
This patch series fixes configuring PCIe resources (IO and MEM) in
aardvark controller driver. It is required to initialize BARs on systems
with more cards, e.g. NVMe disks and WiFi AX cards.

Pali Rohár (2):
  PCI: aardvark: Configure PCIe resources from 'ranges' DT property
  arm64: dts: marvell: armada-37xx: Extend PCIe MEM space

 .../dts/marvell/armada-3720-turris-mox.dts    |  17 ++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi  |  11 +-
 drivers/pci/controller/pci-aardvark.c         | 195 +++++++++++++++++-
 3 files changed, 220 insertions(+), 3 deletions(-)

Comments

Lorenzo Pieralisi Aug. 20, 2021, 12:41 p.m. UTC | #1
On Thu, 24 Jun 2021 23:55:44 +0200, Pali Rohár wrote:
> This patch series fixes configuring PCIe resources (IO and MEM) in
> aardvark controller driver. It is required to initialize BARs on systems
> with more cards, e.g. NVMe disks and WiFi AX cards.
> 
> Pali Rohár (2):
>   PCI: aardvark: Configure PCIe resources from 'ranges' DT property
>   arm64: dts: marvell: armada-37xx: Extend PCIe MEM space
> 
> [...]

Applied to pci/aardvark, thanks!

[1/1] PCI: aardvark: Configure PCIe resources from 'ranges' DT property
      https://git.kernel.org/lpieralisi/pci/c/64f160e19e

Thanks,
Lorenzo