Re: [U-Boot] [PATCH] imx: mx6sx: Disable ENET clock before switching clock parent

2016-11-14 Thread Stefano Babic
Hi Peng, On 08/10/2016 10:58, Peng Fan wrote: > From: "Ye.Li" > > Need to gate ENET clock when switching to a new clock parent, because > the mux is not glitchless. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > Cc: Stefano Babic > --- > arch/arm/cpu/armv7/mx6/clock.c | 5 + > 1 f

Re: [U-Boot] [PATCH] imx: mx6sx: Disable ENET clock before switching clock parent

2016-10-27 Thread Peng Fan
Hi Stefano, Ping.. Thanks, Peng. On Sat, Oct 08, 2016 at 04:58:29PM +0800, Peng Fan wrote: >From: "Ye.Li" > >Need to gate ENET clock when switching to a new clock parent, because >the mux is not glitchless. > >Signed-off-by: Peng Fan >Signed-off-by: Ye.Li >Cc: Stefano Babic >--- > arch/arm/cp

[U-Boot] [PATCH] imx: mx6sx: Disable ENET clock before switching clock parent

2016-10-08 Thread Peng Fan
From: "Ye.Li" Need to gate ENET clock when switching to a new clock parent, because the mux is not glitchless. Signed-off-by: Peng Fan Signed-off-by: Ye.Li Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/clock.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/clo