• Jarkko Nikula's avatar
    spi: pxa2xx: Rework self-initiated platform data creation for non-ACPI · 0db64215
    Jarkko Nikula authored
    Extend the pxa2xx_spi_acpi_get_pdata() so that it can create platform data
    also on platforms that do not support ACPI or if CONFIG_ACPI is not set.
    Now it is expected that "pxa2xx-spi" platform device is either created with
    explicit platform data or has an ACPI companion device.
    
    However there is only little in pxa2xx_spi_acpi_get_pdata() that is really
    dependent on ACPI companion and it can be reworked to cover also cases
    where "pxa2xx-spi" device doesn't have ACPI companion and is created
    without platform data.
    
    Do this by renaming the pxa2xx_spi_acpi_get_pdata(), moving it outside of
    CONFIG_ACPI test and changing a few runtime tests there to support non-ACPI
    case. Only port/bus ID setting based on ACPI _UID is dependent on ACPI and
    is moved to own function inside CONFIG_ACPI.
    
    Purpose of this to support non-ACPI case for those PCI enumerated compound
    devices that integrate both LPSS SPI host controller and integrated DMA
    engine under the same PCI ID and which are registered in MFD layer instead
    of in spi-pxa2xx-pci.c.
    Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@linux.intel.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    0db64215
spi-pxa2xx.c 44.3 KB