[PATCH 0/7] STM32 uart cleanup and improvements

2021-01-06 Thread Erwan Le Ray
This series brings various fixes, cleanups and improvements to stm32-usart driver. Changes in v2: - delete DMA cookie variables removal from V1 patch as already done by a previous patch - update commit message as DMA cookie variables removal is no more included in this patch Erwan Le Ray (8): s

Re: [PATCH 0/7] STM32 uart cleanup and improvements

2020-12-28 Thread Greg Kroah-Hartman
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

[PATCH 0/7] STM32 uart cleanup and improvements

2020-12-18 Thread Erwan Le Ray
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-bi