From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/3] clk: sunxi: Add sun6i/8i PLL video support Date: Fri, 1 Apr 2016 12:07:31 -0500 Message-ID: <20160401170731.GA4007@rob-hp-laptop> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-clk-owner@vger.kernel.org To: Jean-Francois Moine Cc: Emilio Lopez , Maxime Ripard , Chen-Yu Tsai , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Mar 30, 2016 at 06:50:43PM +0200, Jean-Francois Moine wrote: > Add the PLL type which is used by the sun6i/8i families for video display. > > Signed-off-by: Jean-Francois Moine > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 1 + Acked-by: Rob Herring > drivers/clk/sunxi/clk-sunxi.c | 65 +++++++++++++++++++++++ > 2 files changed, 66 insertions(+) From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Fri, 1 Apr 2016 12:07:31 -0500 Subject: [PATCH 2/3] clk: sunxi: Add sun6i/8i PLL video support In-Reply-To: References: Message-ID: <20160401170731.GA4007@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 30, 2016 at 06:50:43PM +0200, Jean-Francois Moine wrote: > Add the PLL type which is used by the sun6i/8i families for video display. > > Signed-off-by: Jean-Francois Moine > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 1 + Acked-by: Rob Herring > drivers/clk/sunxi/clk-sunxi.c | 65 +++++++++++++++++++++++ > 2 files changed, 66 insertions(+)