From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 4 Feb 2015 08:01:05 -0700 Subject: [U-Boot] [PATCH v5 6/7] Exynos: clock: change mask bits as per peripheral In-Reply-To: <1422952026-12292-7-git-send-email-akshay.s@samsung.com> References: <1422952026-12292-1-git-send-email-akshay.s@samsung.com> <1422952026-12292-7-git-send-email-akshay.s@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3 February 2015 at 01:27, Akshay Saraswat wrote: > We have assumed and kept mask bits for divider and pre-divider > as 0xf and 0xff, respectively. But these mask bits change from > one peripheral to another, and hence, need to be specified in > accordance with the peripherals. > > Signed-off-by: Akshay Saraswat > --- > Changes since v4: > - Isolated maskbit changes. > > Changes since v3: > - New patch. > > arch/arm/cpu/armv7/exynos/clock.c | 151 ++++++++++++++++++++------------------ > 1 file changed, 78 insertions(+), 73 deletions(-) Reviewed-by: Simon Glass