Hi Martin, On Thu, Jan 4, 2018 at 7:33 PM, Martin Kaiser <martin@xxxxxxxxx> wrote: > I tested the patch on uart ports without rts/cts. Suspend+resume are > still working ok. Thanks for testing. > Would it make sense to clear UCR1_RTSDEN explicitly if > sport->have_rtscts is false? I don' think this is needed as UCR1_RTSDEN is only set if sport->have_rtscts is true inside imx_startup(): if (sport->have_rtscts) temp |= UCR1_RTSDEN; -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html