[U-Boot] [PATCH v1 2/5] serial: stm32: Fix bits defines name

Simon Glass sjg at chromium.org
Fri May 18 01:37:52 UTC 2018


On 17 May 2018 at 06:50, Patrice Chotard <patrice.chotard at st.com> wrote:
> Rename USART_ISR_FLAG_xxx bits to USART_ISR_xxx bits and
> USART_ICR_OREF to USART_ICR_ORECF in order to match datasheets.
> Sort defines by descendant order.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> ---
>
>  drivers/serial/serial_stm32.c | 12 ++++++------
>  drivers/serial/serial_stm32.h |  8 ++++----
>  2 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list