[U-Boot] [PATCH 2/5] arch-stm32: Move gpio.h for STM32 SoCs in include/asm/

2018-02-07 Thread patrice.chotard
From: Patrice Chotard Instead to have 3 identical gpio.h for all STM32 SoCs, migrate them in one file in include/asm. Signed-off-by: Patrice Chotard --- arch/arm/include/asm/arch-stm32f4/gpio.h | 146 +-- arch/arm/include/asm/arch-stm32f7/gpio.h | 116 +-

Re: [U-Boot] [PATCH 2/5] arch-stm32: Move gpio.h for STM32 SoCs in include/asm/

2018-02-07 Thread Vikas Manocha
Hi Patrice, On 02/07/2018 07:50 AM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > Instead to have 3 identical gpio.h for all STM32 SoCs, > migrate them in one file in include/asm. good move to consolidate these headers. One comment below. > > Signed-off-by: Patrice Chotard > ---

Re: [U-Boot] [PATCH 2/5] arch-stm32: Move gpio.h for STM32 SoCs in include/asm/

2018-02-08 Thread Patrice CHOTARD
Hi Vikas On 02/07/2018 08:28 PM, Vikas Manocha wrote: > Hi Patrice, > > On 02/07/2018 07:50 AM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> Instead to have 3 identical gpio.h for all STM32 SoCs, >> migrate them in one file in include/asm. > > good move to consolidate these head

Re: [U-Boot] [PATCH 2/5] arch-stm32: Move gpio.h for STM32 SoCs in include/asm/

2018-02-08 Thread Vikas Manocha
Hi Patrice, On 02/08/2018 05:35 AM, Patrice CHOTARD wrote: > Hi Vikas > > On 02/07/2018 08:28 PM, Vikas Manocha wrote: >> Hi Patrice, >> >> On 02/07/2018 07:50 AM, patrice.chot...@st.com wrote: >>> From: Patrice Chotard >>> >>> Instead to have 3 identical gpio.h for all STM32 SoCs, >>> migrate t

Re: [U-Boot] [PATCH 2/5] arch-stm32: Move gpio.h for STM32 SoCs in include/asm/

2018-02-09 Thread Patrice CHOTARD
Hi Vikas On 02/08/2018 11:19 PM, Vikas Manocha wrote: > Hi Patrice, > > On 02/08/2018 05:35 AM, Patrice CHOTARD wrote: >> Hi Vikas >> >> On 02/07/2018 08:28 PM, Vikas Manocha wrote: >>> Hi Patrice, >>> >>> On 02/07/2018 07:50 AM, patrice.chot...@st.com wrote: From: Patrice Chotard