Re: [U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock

2015-07-10 Thread Stefano Babic
Hi Peng, On 01/07/2015 11:01, Peng Fan wrote: > enable_spi_clock does the same thing with enable_cspi_clock, so > remove enable_cspi_clock. > Remove enable_cspi_clock prototype in header file > convert cm_fx6/spl.c to use enable_spi_clk > > Signed-off-by: Peng Fan > Acked-by: Stefano Babic > --

[U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock

2015-07-01 Thread Peng Fan
enable_spi_clock does the same thing with enable_cspi_clock, so remove enable_cspi_clock. Remove enable_cspi_clock prototype in header file convert cm_fx6/spl.c to use enable_spi_clk Signed-off-by: Peng Fan Acked-by: Stefano Babic --- Changes v2: Add Stefano's Acked-by arch/arm/cpu/armv7/mx6

Re: [U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock

2015-06-28 Thread Stefano Babic
Hi Peng, On 25/06/2015 03:33, Peng Fan wrote: > enable_spi_clock does the same thing with enable_cspi_clock, so > remove enable_cspi_clock. > Remove enable_cspi_clock prototype in header file > convert cm_fx6/spl.c to use enable_spi_clk > > Signed-off-by: Peng Fan > --- > arch/arm/cpu/armv7/mx6

[U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock

2015-06-24 Thread Peng Fan
enable_spi_clock does the same thing with enable_cspi_clock, so remove enable_cspi_clock. Remove enable_cspi_clock prototype in header file convert cm_fx6/spl.c to use enable_spi_clk Signed-off-by: Peng Fan --- arch/arm/cpu/armv7/mx6/clock.c| 19 --- arch/arm/include/asm/