Re: [U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-11-25 Thread Stefano Babic
Hi Peter, On 24/11/2015 15:38, Bärtsch Peter wrote: > Hello Stefano, > > > > I have seen , that my patch already exist :o but not active in master > branch. > > Follow patch is the original from Ye.Le If you take a patch from someone else, you cannot change author. Patch was ok, but it was

[U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-11-25 Thread Bärtsch Peter
Hello Stefano, I have seen , that my patch already exist :o but not active in master branch. Follow patch is the original from Ye.Le Kind regards Peter Bärtsch On mx6sx, the CCM register bits for GPMI are different as other mx6 platforms. Modify the GPMI clock function to support mx6sx. Signe

Re: [U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-02-11 Thread Stefano Babic
Hi Ye.Li, On 11/02/2015 04:14, Li Ye-B37916 wrote: >> > I feel you misunderstand the patch. Thanks for clarifications. > On i.MX6sx, the QSPI2 and GPMI shares the same clock root of QSPI2. So you > can see the register bits are > named with "MXC_CCM_CS2CDR_QSPI2_xxx". Actually, not only the na

Re: [U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-02-10 Thread Li Ye-B37916
Hi Stefano, On 2/10/2015 6:26 PM, Stefano Babic wrote: > Hi Ye, > > On 12/01/2015 09:46, Ye.Li wrote: >> On mx6sx, the CCM register bits for GPMI are different as other >> mx6 platforms. Modify the GPMI clock function to support mx6sx. >> >> Signed-off-by: Ye.Li >> --- >> arch/arm/cpu/armv7/mx6/

Re: [U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-02-10 Thread Stefano Babic
Hi Ye, On 12/01/2015 09:46, Ye.Li wrote: > On mx6sx, the CCM register bits for GPMI are different as other > mx6 platforms. Modify the GPMI clock function to support mx6sx. > > Signed-off-by: Ye.Li > --- > arch/arm/cpu/armv7/mx6/clock.c | 12 > 1 files changed, 12 insertions(+),

[U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx

2015-01-12 Thread Ye . Li
On mx6sx, the CCM register bits for GPMI are different as other mx6 platforms. Modify the GPMI clock function to support mx6sx. Signed-off-by: Ye.Li --- arch/arm/cpu/armv7/mx6/clock.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/cloc