From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 10 Feb 2014 16:16:46 +0900 Subject: [U-Boot] [PATCH 2/2] exynos: clock: use the clear and set bits macros. In-Reply-To: <52F31B8C.6000505@samsung.com> References: <52F31B8C.6000505@samsung.com> Message-ID: <52F87CDE.3020603@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 06/02/14 14:20, Jaehoon Chung wrote: > From: Inha Song > > Use setbits/clrbits macro instead of readl/writel function. > (Suggested by Wolfgang) > (Based on Inha's patch : > "arm: exynos: change to use clrbits macro instead of readl/writel function") > > Singed-off-by: Inha Song typo, singed -> signed > Signed-off-by: Jaehoon Chung > --- > arch/arm/cpu/armv7/exynos/clock.c | 85 +++++++++---------------------------- > 1 file changed, 20 insertions(+), 65 deletions(-) > anyway- typo was modified and applied to u-boot-samsung. Thanks, Minkyu Kang.