Re: [PATCH] serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux