From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946299AbcBROf6 (ORCPT ); Thu, 18 Feb 2016 09:35:58 -0500 Received: from mail.kernel.org ([198.145.29.136]:53002 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946200AbcBROfy (ORCPT ); Thu, 18 Feb 2016 09:35:54 -0500 Date: Thu, 18 Feb 2016 08:35:48 -0600 From: Rob Herring To: Andre Przywara Cc: Maxime Ripard , Chen-Yu Tsai , linux-sunxi@googlegroups.com, Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Emilio =?iso-8859-1?Q?L=F3pez?= , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, Jens Kuske , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org Subject: Re: [PATCH v2 3/8] DT: clk: sunxi: add binding doc for the multi-bus-gates clock Message-ID: <20160218143548.GD9654@rob-hp-laptop> References: <1455709440-8668-1-git-send-email-andre.przywara@arm.com> <1455709440-8668-4-git-send-email-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455709440-8668-4-git-send-email-andre.przywara@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 11:43:55AM +0000, Andre Przywara wrote: > Recent Allwinner SoCs introduced a bus gates clock which can have > different parents for individual gates. > For the time being we encoded this relation in the driver. > This commit specifies a new binding which allows to encode this in > the DT by using a child node for each parent clock used. This allows > to specify any kind of relation efficiently and also keeps the very > same kernel driver for all SoCs at the same time. > > Signed-off-by: Andre Przywara > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 6 ++++++ > 1 file changed, 6 insertions(+) Whether this makes sense or not for sunxi, I don't know. But for the binding: Acked-by: Rob Herring