lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 14 Dec 2022 11:11:34 +0800
From:   Sherry Sun <sherry.sun@....com>
To:     gregkh@...uxfoundation.org, jirislaby@...nel.org
Cc:     linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-imx@....com
Subject: [PATCH 0/3] tty: serial: fsl_lpuart/imx: improve the TX break settings

This patch set improve the TX break settings for lpuart and imx uart driver.
Add workaround patch for a LPUART IP bug about sending break signal. 
Also disable the break in .shutdown() for lpuart and imx uart like other uart
drivers.

This patch set has been verified on imx8mm(imx uart) and imx8ulp(lpuart).

Sherry Sun (3):
  tty: serial: fsl_lpuart: disable the CTS when send break signal
  tty: serial: fsl_lpuart: disable the break condition when shutdown the
    uart port
  tty: serial: imx: disable the break condition when shutdown the uart
    port

 drivers/tty/serial/fsl_lpuart.c | 28 ++++++++++++++++++++++++----
 drivers/tty/serial/imx.c        |  3 ++-
 2 files changed, 26 insertions(+), 5 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists