• Tony Lindgren's avatar
    bus: ti-sysc: Improve handling for no-reset-on-init and no-idle-on-init · 76f0f772
    Tony Lindgren authored
    At least earlycon needs a delayed idle before the 8250 driver probes
    to avoid glitches in the console output. Let's handle the delayed idle
    for devices tagged with ti,no-reset-on-init and ti,no-idle-on-init with
    delayed_work. Others don't need it, and there should be no need to use
    runtime PM autosuspend for the interconnect target driver as it's the
    child device drivers that should configure it.
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    76f0f772
ti-sysc.c 26.2 KB