• Lars-Peter Clausen's avatar
    spi: Remove support for legacy PM · ea022bbb
    Lars-Peter Clausen authored
    All SPI drivers have been converted from legacy suspend/resume callbacks to
    dev_pm_ops. So we can finally remove support for legacy PM from the SPI
    core.
    
    Since there aren't any special bus specific things to do during
    suspend/resume and since the PM core will automatically fallback directly to
    using the device's PM ops if no bus PM ops are specified there is no need to
    have any special SPI bus PM ops.
    Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    ea022bbb
spi.c 62.7 KB