Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754850Ab3DLJ6p (ORCPT ); Fri, 12 Apr 2013 05:58:45 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:39006 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753031Ab3DLJ6o (ORCPT ); Fri, 12 Apr 2013 05:58:44 -0400 From: Gregory CLEMENT To: Mike Turquette , Grant Likely , Rob Herring , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.or Cc: Shawn Guo , Christian Ruppert , Gregory CLEMENT Subject: [PATCH v2] clk: add device tree fixed-factor-clock binding support Date: Fri, 12 Apr 2013 11:58:27 +0200 Message-Id: <1365760708-4763-1-git-send-email-gregory.clement@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 31 Hi, [I resend it because I forgot to add the mainling lists!] Since august this patch finally find a user: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/arch/arc/boot/dts/abilis_*.dtsi. So I resusrected this patch with small changed suggested by Christian Ruppert. - Adding CLK_OF_DECLARE - Using IS_ERR to test the clk value Thanks, Gregory CLEMENT (1): clk: add device tree fixed-factor-clock binding support .../bindings/clock/fixed-factor-clock.txt | 24 +++++++++++++ drivers/clk/clk-fixed-factor.c | 36 ++++++++++++++++++++ include/linux/clk-provider.h | 2 ++ 3 files changed, 62 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/fixed-factor-clock.txt -- 1.7.9.5 -- 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/