From: Vaibhav Hiremath Date: Thu, 20 Sep 2012 00:05:15 +0000 (-0600) Subject: ARM: AM33XX: cm: Add bit-field width values X-Git-Tag: omap-devel-late-for-v3.7^2~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86c0b9867940bd0ba78f109686079b4051a463d;p=pandora-kernel.git ARM: AM33XX: cm: Add bit-field width values The new common clk framework includes basic definitions for mux and divider clocks. These definitions depend on shift and width values instead of the pre-computed masks that the OMAP/AM33XX clk framework has traditionally used when accessing the register to control the mux or divisor. To ease this transition the masks are left intact and the width field is simply added alongside the shift and mask data. Signed-off-by: Vaibhav Hiremath Cc: Rajendra Nayak Cc: Paul Walmsley Cc: Mike Turquette Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed