• H
    PCI: iproc: Add BCMA PCIe driver · 4785ffbd
    Hauke Mehrtens 提交于
    This driver adds support for the PCIe 2.0 controller found on the BCMA bus.
    This controller can be found on (mostly) all Broadcom BCM470X / BCM5301X
    ARM SoCs.
    
    The driver found in the Broadcom SDK does some more stuff, like setting up
    some DMA memory areas, chaining MPS and MRRS to 512 and also some PHY
    changes like "improving" the PCIe jitter and doing some special
    initialization for the 3rd PCIe port.
    
    This was tested on a bcm4708 board with 2 PCIe ports and wireless cards
    connected to them.
    
    PCI_DOMAINS is needed by this driver, because normally there is more than
    one PCIe controller and without PCI_DOMAINS only the first controller gets
    registered.  This controller gets 6 IRQs; the last one is trigged by all
    IRQ events.
    
    [bhelgaas: fix "GPLv2" MODULE_LICENSE typo]
    Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
    Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
    Acked-by: NRafał Miłecki <zajec5@gmail.com>
    Acked-by: NRay Jui <rjui@broadcom.com.com>
    4785ffbd
Makefile 829 字节