You need to sign in or sign up before continuing.
  • M
    PCI: designware: Add support for v3.65 hardware · b14a3d17
    Murali Karicheri 提交于
    The Keystone PCI controller is based on v3.65 DesignWare hardware.  This
    version differs from newer versions of the hardware in functional areas
    discussed below that make it necessary to change dw_pcie_host_init() to
    support v3.65 based PCI controller.
    
        1. No support for ATU port.  Any ATU-specific resource handling code is
           to be bypassed for v3.65 h/w.
    
        2. MSI controller uses application space to implement MSI and 32 MSI
           interrupts are multiplexed over 8 IRQs to the host.  Hence the code
           to process MSI IRQ needs to be different.  This patch allows
           platform driver to provide its own irq_domain_ops ptr to
           irq_domain_add_linear() through an API callback from the DesignWare
           core driver.
    
        3. MSI interrupt generation requires EP to write to the RC's
           application register.  So enhance the driver to allow setup of
           inbound access to MSI IRQ register as a post scan bus API callback.
    Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
    Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
    Reviewed-by: NPratyush Anand <pratyush.anand@st.com>
    Acked-by: NMohit KUMAR <mohit.kumar@st.com>
    Acked-by: NJingoo Han <jg1.han@samsung.com>
    CC: Santosh Shilimkar <santosh.shilimkar@ti.com>
    CC: Russell King <linux@arm.linux.org.uk>
    CC: Grant Likely <grant.likely@linaro.org>
    CC: Rob Herring <robh+dt@kernel.org>
    CC: Jingoo Han <jg1.han@samsung.com>
    CC: Richard Zhu <r65037@freescale.com>
    CC: Kishon Vijay Abraham I <kishon@ti.com>
    CC: Marek Vasut <marex@denx.de>
    CC: Arnd Bergmann <arnd@arndb.de>
    CC: Pawel Moll <pawel.moll@arm.com>
    CC: Mark Rutland <mark.rutland@arm.com>
    CC: Ian Campbell <ijc+devicetree@hellion.org.uk>
    CC: Kumar Gala <galak@codeaurora.org>
    CC: Randy Dunlap <rdunlap@infradead.org>
    CC: Grant Likely <grant.likely@linaro.org>
    b14a3d17
pcie-designware.c 23.9 KB