From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 20 Feb 2012 08:40:16 +0100 Subject: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup In-Reply-To: <4F41EEC1.9040109@denx.de> References: <1329301803-11624-1-git-send-email-robert@delien.nl> <4F40BF83.5000009@aribaud.net> <4F41EEC1.9040109@denx.de> Message-ID: <201202200840.16263.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On 19/02/2012 10:23, Albert ARIBAUD wrote: > > Hi Robert, > > > > Le 15/02/2012 11:29, Robert at domain.unknown a ?crit : > >> From: Robert Delien > >> > >> This set of patches fixes ref_cpu clock setup. > >> > >> Robert Delien (4): > >> Renamed mx28_register to mx28_register_32 to prepare for > >> > >> mx28_register_8 > >> > >> Introducing 8-bit wide register, mx28_register_8 > >> Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 > >> > >> registers > >> > >> Preventing needless switching on and off PLL bypass mode, allowing > >> > >> allow single-stepping through the SPL > > > > P > > I don't see this V5 on patchwork. Please a V6 with up-to-date Tested-By > > / Acked-By etc -- and of course make sure the e-mail address stays > > correct. > > > Besides, this touches i.MX, so I think Stefano should be at least Cc: > Right - Robert, I miss also which is the state of the current patches - > is there still an issue that avoid boards to boot ? Yea ... that issue is fixed. I acked patches 1,2,3 ... I'm still unsure about patch 4. M > > Stefano