From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrunet@baylibre.com (Jerome Brunet) Date: Fri, 08 Dec 2017 22:01:21 +0100 Subject: [PATCH] clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks In-Reply-To: <7hmv2tm4v8.fsf@baylibre.com> References: <20171204133428.24631-1-jbrunet@baylibre.com> <7hmv2tm4v8.fsf@baylibre.com> Message-ID: <1512766881.334.0.camel@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Fri, 2017-12-08 at 10:50 -0800, Kevin Hilman wrote: > 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 Thanks Kevin Applied From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com ([74.125.82.51]:43668 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753237AbdLHVB0 (ORCPT ); Fri, 8 Dec 2017 16:01:26 -0500 Received: by mail-wm0-f51.google.com with SMTP id n138so5209306wmg.2 for ; Fri, 08 Dec 2017 13:01:25 -0800 (PST) Message-ID: <1512766881.334.0.camel@baylibre.com> Subject: Re: [PATCH] clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks From: Jerome Brunet To: Kevin Hilman Cc: Neil Armstrong , linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 08 Dec 2017 22:01:21 +0100 In-Reply-To: <7hmv2tm4v8.fsf@baylibre.com> References: <20171204133428.24631-1-jbrunet@baylibre.com> <7hmv2tm4v8.fsf@baylibre.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org List-ID: On Fri, 2017-12-08 at 10:50 -0800, Kevin Hilman wrote: > 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 Thanks Kevin Applied