mbox series

[0/7] STM32 uart cleanup and improvements

Message ID 20201218190020.1572-1-erwan.leray@foss.st.com
Headers show
Series STM32 uart cleanup and improvements | expand

Message

Erwan LE RAY Dec. 18, 2020, 7 p.m. UTC
This series brings various fixes, cleanups and improvements to stm32-usart
driver.

Erwan Le Ray (8):
  serial: stm32: fix -Wall W=1 compilation warnings
  serial: stm32: fix code cleaning warnings and checks
  serial: stm32: add "_usart" prefix in functions name
  serial: stm32: add author
  dt-bindings: serial: stm32: update rts-gpios and cts-gpios
  serial: stm32: update conflicting RTS/CTS config comment
  serial: stm32: clean probe and remove port deinit
  serial: stm32: update transmission complete error message in shutdown

 .../bindings/serial/st,stm32-uart.yaml        |  13 +-
 drivers/tty/serial/stm32-usart.c              | 417 +++++++++---------
 2 files changed, 227 insertions(+), 203 deletions(-)

Comments

Greg KH Dec. 28, 2020, 3:17 p.m. UTC | #1
On Fri, Dec 18, 2020 at 08:00:11PM +0100, Erwan Le Ray wrote:
> This series brings various fixes, cleanups and improvements to stm32-usart

> driver.


This patch series does not apply to 5.11-rc1.

Please fix up and resend.

thanks,

greg k-h