Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015AbdHAMA3 (ORCPT ); Tue, 1 Aug 2017 08:00:29 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:37046 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751941AbdHAMA0 (ORCPT ); Tue, 1 Aug 2017 08:00:26 -0400 Subject: Re: [PATCH 0/2] clk: meson: expose clk ids To: Arnd Bergmann , Jerome Brunet Cc: Michael Turquette , Stephen Boyd , Carlo Caione , Kevin Hilman , Olof Johansson , linux-clk , "open list:ARM/Amlogic Meson SoC support" , Linux ARM , Linux Kernel Mailing List , devicetree@vger.kernel.org References: <20170731113832.26490-1-jbrunet@baylibre.com> From: Neil Armstrong Organization: Baylibre Message-ID: <6494a76f-7282-cc39-c02a-0f1b2a8d83ff@baylibre.com> Date: Tue, 1 Aug 2017 14:00:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 26 On 07/31/2017 04:05 PM, Arnd Bergmann wrote: > On Mon, Jul 31, 2017 at 1:38 PM, Jerome Brunet wrote: >> In previous cycles, concerns have been raised about the way clocks are >> exposed for the meson clock controller, only when validated and required >> in DT. >> >> Instead, this patchset expose all the known clocks which may be needed in >> DT later on. The clocks left out are internal clocks which should never be >> used directly in DT. These are mostly internal muxes and dividers of >> composite clocks. >> >> While this should reduce the patch flow on the related header files, It >> won't stop it completely. There are still many clocks we don't know about >> yet. We tend discover a few in every cycle. >> >> This patchset depends on these fixes [0] to avoid issues when adding new >> clk ids. >> >> [0]: https://lkml.kernel.org/r/20170727161755.10393-1-jbrunet@baylibre.com > > Thanks a lot! > > Acked-by: Arnd Bergmann > Applied to clk-meson's next/headers with arnd's ack.