From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753000AbdLHSuL (ORCPT ); Fri, 8 Dec 2017 13:50:11 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:43748 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbdLHSuI (ORCPT ); Fri, 8 Dec 2017 13:50:08 -0500 X-Google-Smtp-Source: AGs4zMZkp/35dBAJC8WVekSCpL4Q7kgjMJP1bNIWq6L0ChMoroIdi7NODz8McFEcm7IIRHxJ7TU0wQ== From: Kevin Hilman To: Jerome Brunet Cc: Neil Armstrong , linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks Organization: BayLibre References: <20171204133428.24631-1-jbrunet@baylibre.com> Date: Fri, 08 Dec 2017 10:50:03 -0800 In-Reply-To: <20171204133428.24631-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Mon, 4 Dec 2017 14:34:28 +0100") Message-ID: <7hmv2tm4v8.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jerome Brunet writes: > Remove CLK_IGNORE_UNUSED from mmc clocks. This was only needed while the > mmc driver incorrectly used the xtal as source instead of the mmc > clock. Now, the driver takes the correct clock, CCF is aware that the > clock is being used and we can remove this flag. > > Signed-off-by: Jerome Brunet Acked-by: Kevin Hilman