[PATCH v2 19/27] pci: PCIe driver for Marvell Armada 370/XP systems
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-02-06 22:04:19
Also in:
linux-pci
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-02-06 22:04:19
Also in:
linux-pci
On Wednesday 06 February 2013, Thomas Petazzoni wrote:
Can't we simply agree on having a first implementation that does the simple thing, like the existing PCIe implementation for earlier Marvell SoC families, and improve that if it happens to be needed, depending on user feedback?
Makes sense. I just looked up the kirkwood source to verify that the window is set up to map PCI IO address 0x10000-0x1ffff for the second bus to KIRKWOOD_PCIE1_IO_PHYS_BASE, which is mapped to logical port number 0x10000-0x1ffff (identity mapping). Arnd