• T
    serial: omap: Fix device tree based PM runtime · a630fbfb
    Tony Lindgren 提交于
    In the runtime_suspend function pdata is not being used, and
    also blocks the function in device tree based booting. Fix it
    by removing the unused pdata from the runtime_suspend function.
    
    Further, context loss count is not being passed in pdata, so
    let's just reinitialize the port every time for those case.
    This can be further optimized later on for the device tree
    case by adding detection for the hardware state and possibly
    by adding a driver specific autosuspend timeout.
    
    And doing this, we can then make the related dev_err into a
    dev_dbg message instead of an error.
    
    In order for the wake-up events to work, we also need to set
    autosuspend_timeout to -1 if 0, and also device_init_wakeup()
    as that's not being done by the platform init code for the
    device tree case.
    
    Note that this does not affect legacy booting, and in fact
    might make it work for the cases where the context loss info
    is not being passed in pdata.
    
    Thanks to Kevin Hilman <khilman@linaro.org> for debugging
    and suggesting fixes for the autosuspend_timeout and
    device_init_wakeup() related initializiation.
    Reviewed-by: NKevin Hilman <khilman@linaro.org>
    Tested-by: NKevin Hilman <khilman@linaro.org>
    Signed-off-by: NTony Lindgren <tony@atomide.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    a630fbfb
omap-serial.c 43.5 KB