From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752359AbcAODBk (ORCPT ); Thu, 14 Jan 2016 22:01:40 -0500 Received: from mail.kernel.org ([198.145.29.136]:46648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbcAODBi (ORCPT ); Thu, 14 Jan 2016 22:01:38 -0500 Date: Thu, 14 Jan 2016 21:01:33 -0600 From: Rob Herring To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , David Airlie , Thierry Reding , Philipp Zabel , Thomas Petazzoni , devicetree@vger.kernel.org, Boris Brezillon , Wynter Woods , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Hans de Goede , linux-sunxi@googlegroups.com, Rob Clark , Laurent Pinchart , Daniel Vetter , Alexander Kaplan , Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 05/26] clk: sunxi: Add display and TCON0 clocks driver Message-ID: <20160115030133.GA17174@rob-hp-laptop> References: <1452785109-6172-1-git-send-email-maxime.ripard@free-electrons.com> <1452785109-6172-6-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452785109-6172-6-git-send-email-maxime.ripard@free-electrons.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 Thu, Jan 14, 2016 at 04:24:48PM +0100, Maxime Ripard wrote: > The A10 SoCs and its relatives has a special clock controller to drive the > display engines (both frontend and backend), that have a lot in common with > the clock to drive the first TCON channel. > > Add a driver to support both. > > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 2 + Can't someone read the datasheet and add these compatible strings in one pass instead of one at a time? Acked-by: Rob Herring > drivers/clk/sunxi/Makefile | 1 + > drivers/clk/sunxi/clk-sun4i-display.c | 241 ++++++++++++++++++++++ > 3 files changed, 244 insertions(+) > create mode 100644 drivers/clk/sunxi/clk-sun4i-display.c