Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758253AbaJaKQf (ORCPT ); Fri, 31 Oct 2014 06:16:35 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:58173 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757995AbaJaKQd (ORCPT ); Fri, 31 Oct 2014 06:16:33 -0400 MIME-Version: 1.0 In-Reply-To: <1414171020-15706-1-git-send-email-jcmvbkbc@gmail.com> References: <1414171020-15706-1-git-send-email-jcmvbkbc@gmail.com> Date: Fri, 31 Oct 2014 13:16:33 +0300 Message-ID: Subject: Re: [PATCH] clk: TI CDCE706 clock synthesizer driver From: Max Filippov To: LKML , "devicetree@vger.kernel.org" Cc: Mike Turquette , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Max Filippov Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 24, 2014 at 8:17 PM, Max Filippov wrote: > The driver allows using CDCE706 in its default configuration recorded in > EEPROM and adjusting of synthesized clocks by consumers. > > Signed-off-by: Max Filippov > --- > .../devicetree/bindings/clock/ti,cdce706.txt | 16 + > MAINTAINERS | 5 + > drivers/clk/Kconfig | 8 + > drivers/clk/Makefile | 1 + > drivers/clk/clk-cdce706.c | 700 +++++++++++++++++++++ > 5 files changed, 730 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/ti,cdce706.txt > create mode 100644 drivers/clk/clk-cdce706.c Ping? -- Thanks. -- Max -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/