1. 23 7月, 2015 1 次提交
    • R
      PCI: iproc: Add arm64 support · 8d9bfe37
      Ray Jui 提交于
      Add arm64 support to the iProc PCIe driver.
      
      Note that on arm32, bus->sysdata points to the arm32-specific pci_sys_data
      struct, and pci_sys_data.private_data contains the iproc_pcie pointer.
      For arm64, there's nothing corresponding to pci_sys_data, so we keep the
      iproc_pcie pointer directly in bus->sysdata.
      
      In addition, arm64 does IRQ mapping in pcibios_add_device(), so it doesn't
      need pci_fixup_irqs() as arm32 does.
      Signed-off-by: NRay Jui <rjui@broadcom.com>
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      Reviewed-by: NScott Branden <sbranden@broadcom.com>
      8d9bfe37
  2. 15 7月, 2015 1 次提交
  3. 28 5月, 2015 1 次提交
  4. 20 5月, 2015 1 次提交
  5. 09 4月, 2015 1 次提交