From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH 0/2] Minimal FAPLL clock support for dm816x Date: Mon, 19 Jan 2015 08:36:01 -0800 Message-ID: <20150119163601.22722.19233@quantum> References: <1421189488-9657-1-git-send-email-tony@atomide.com> <20150114220649.22722.26307@quantum> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20150114220649.22722.26307@quantum> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org Quoting Mike Turquette (2015-01-14 14:06:49) > Quoting Tony Lindgren (2015-01-13 14:51:26) > > Hi all, > > > > Here's a minimal support for the FAPLL (Flying Adder PLL) on dm816x > > which is a omap variant. > > Tony, > > Patches look fine to me. I'll give it a few days for Paul or Tero to > comment if they have any concerns. Applied to clk-next. Regards, Mike > > Also, "flying adder pll" is a pretty badass pll name. > > Regards, > Mike > > > > > Regards, > > > > Tony > > > > > > Tony Lindgren (2): > > clk: ti: Add support for FAPLL on dm816x > > clk: ti: Initialize clocks for dm816x > > > > .../devicetree/bindings/clock/ti/fapll.txt | 33 ++ > > drivers/clk/ti/Makefile | 1 + > > drivers/clk/ti/clk-3xxx.c | 8 +- > > drivers/clk/ti/clk-816x.c | 53 +++ > > drivers/clk/ti/fapll.c | 410 +++++++++++++++++++++ > > 5 files changed, 498 insertions(+), 7 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/clock/ti/fapll.txt > > create mode 100644 drivers/clk/ti/clk-816x.c > > create mode 100644 drivers/clk/ti/fapll.c > > > > -- > > 2.1.4 > >