Re: [U-Boot] [PATCH v4 3/9] ARM: stm32: cleanup stm32f7 files

2017-01-24 Thread Vikas MANOCHA
Hi, > -Original Message- > From: Michael Kurz [mailto:michi.k...@gmail.com] > Sent: Sunday, January 22, 2017 7:04 AM > To: u-boot@lists.denx.de > Cc: Michael Kurz ; Vikas MANOCHA > ; Albert Aribaud > ; Toshifumi NISHINAGA ; > Joe Hershberger > Subject: [PATCH v4 3/9] ARM: stm32: cleanup

[U-Boot] [PATCH v4 3/9] ARM: stm32: cleanup stm32f7 files

2017-01-22 Thread Michael Kurz
Cleanup stm32f7 files: - use BIT macro - use GENMASK macro - use rcc struct instead of macro additions Add missing stm32f7 register in rcc struct Signed-off-by: Michael Kurz --- Changes in v4: - Split struct stm32_rcc_regs into two structs (common and stm32f7 specific) Changes in v3: - Remove