Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932591Ab3CZTsv (ORCPT ); Tue, 26 Mar 2013 15:48:51 -0400 Received: from mail-ve0-f179.google.com ([209.85.128.179]:48314 "EHLO mail-ve0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545Ab3CZTst (ORCPT ); Tue, 26 Mar 2013 15:48:49 -0400 MIME-Version: 1.0 In-Reply-To: <1364326685-8545-1-git-send-email-mturquette@linaro.org> References: <1364326685-8545-1-git-send-email-mturquette@linaro.org> Date: Tue, 26 Mar 2013 16:48:48 -0300 Message-ID: Subject: Re: [PATCH] ARM: imx: replace width with mask for clk_busy_mux From: Fabio Estevam To: Mike Turquette Cc: linux-kernel@vger.kernel.org, Peter De Schrijver , Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 24 Hi Mike, On Tue, Mar 26, 2013 at 4:38 PM, Mike Turquette 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 > Cc: Peter De Schrijver > Signed-off-by: Mike Turquette I sent the same fix earlier today: http://permalink.gmane.org/gmane.linux.ports.arm.kernel/226143 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/