[PATCH] ARM: imx: replace width with mask for clk_busy_mux

Fabio Estevam festevam at gmail.com
Tue Mar 26 15:48:48 EDT 2013


Hi Mike,

On Tue, Mar 26, 2013 at 4:38 PM, Mike Turquette <mturquette at linaro.org> wrote:
> The recent addition of table-based parent lookups[1] in the common
> clk_mux implementation removed the width member of struct clk_mux and
> replaced it with an arbitrary mask.  This broke compilation for i.MX
> platforms using clk_busy_mux which builds upon the common clk_mux.
>
> Fixed by populating the mask member during clk_busy_mux registration
> instead of the now non-existent width member.
>
> [1] http://article.gmane.org/gmane.linux.ports.tegra/10028
>
> Cc: Shawn Guo <shawn.guo at linaro.org>
> Cc: Peter De Schrijver <pdeschrijver at nvidia.com>
> Signed-off-by: Mike Turquette <mturquette at linaro.org>

I sent the same fix earlier today:
http://permalink.gmane.org/gmane.linux.ports.arm.kernel/226143



More information about the linux-arm-kernel mailing list