Re: [U-Boot] [PATCH v1 0/6] Update stm32x7 serial driver

2017-09-29 Thread Vikas MANOCHA
Hi, > -Original Message- > From: Patrice CHOTARD > Sent: Wednesday, September 27, 2017 6:45 AM > To: u-boot@lists.denx.de; albert.u.b...@aribaud.net; s...@chromium.org; Vikas > MANOCHA > Cc: Patrice CHOTARD ; Patrick DELAUNAY >

[U-Boot] [PATCH v1 0/6] Update stm32x7 serial driver

2017-09-27 Thread patrice.chotard
From: Patrice Chotard This series update the serial_stm32x7 driver used by both STM32F7 and STM32H7 SoCs : _ clean the code by using BIT and GENMASK macro _ remove useless CLK and OF_CONTROL flags _ add fifo support for H7 _ introduce