From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 29 Mar 2013 15:27:13 +0900 Subject: [U-Boot] [PATCH] Exynos: clock: Fix a bug in PLL lock check condition In-Reply-To: References: <1363350549-6282-1-git-send-email-akshay.s@samsung.com> Message-ID: <51553441.20505@samsung.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 16/03/13 10:10, Simon Glass wrote: > On Fri, Mar 15, 2013 at 5:29 AM, Akshay Saraswat wrote: >> The condition for testing of PLL getting locked was incorrect. Rectify >> this error in this patch. >> >> Reported-by: Alexei Fedorov >> Signed-off-by: Hatim Ali >> Signed-off-by: Akshay Saraswat > > Acked-by: Simon Glass > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > applied to u-boot-samsung. Thanks, Minkyu Kang.