Re: [U-Boot] [PATCH v3] socfpga: Adding Freeze Controller driver

2013-09-24 Thread Chin Liang See
On Mon, 2013-09-23 at 13:59 -0500, Dinh Nguyen wrote: > On Fri, 2013-09-20 at 00:08 -0500, Chin Liang See wrote: > > diff --git a/arch/arm/cpu/armv7/socfpga/freeze_controller.c > > b/arch/arm/cpu/armv7/socfpga/freeze_controller.c > > new file mode 100644 > > index 000..93ad22a > > --- /dev/nu

Re: [U-Boot] [PATCH v3] socfpga: Adding Freeze Controller driver

2013-09-23 Thread Dinh Nguyen
On Fri, 2013-09-20 at 00:08 -0500, Chin Liang See wrote: > Adding Freeze Controller driver. All HPS IOs need to be > in freeze state during pin mux or IO buffer configuration. > It is to avoid any glitch which might happen > during the configuration from propagating to external devices. > > Signed