Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935015Ab3E2GrW (ORCPT ); Wed, 29 May 2013 02:47:22 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:51918 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753745Ab3E2GrU convert rfc822-to-8bit (ORCPT ); Wed, 29 May 2013 02:47:20 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Sebastian Hesselbarth , Sebastian Hesselbarth From: Mike Turquette In-Reply-To: <1367369910-20402-1-git-send-email-sebastian.hesselbarth@gmail.com> Cc: Linus Walleij , Andrew Morton , Peter Ujfalusi , Arnd Bergmann , Stephen Warren , Daniel Mack , Lars-Peter Clausen , Guenter Roeck , Marek Belisko , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1367369910-20402-1-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <20130529064715.6058.43702@quantum> User-Agent: alot/0.3.4 Subject: Re: [PATCH 0/2] clk: add of_clk_provider stubs to enable clk-si5351 on non OF Date: Tue, 28 May 2013 23:47:15 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1748 Lines: 44 Quoting Sebastian Hesselbarth (2013-04-30 17:58:27) > Enabling drivers that provide clocks on DT on platforms that don't have > CONFIG_OF set fails due to compilation errors. This patch set first adds > some stubs for of_clk_provider functions if CONFIG_OF is not set. Second > it allows those platforms to build and use clk-si5351 i2c clock driver > by removing the dependency on CONFIG_OF. > > The above approach has been suggested by Arnd Bergmann and replaces the > corresponding Kconfig patch for clk-si5351 posted earlier. It has been > compile tested with allmodconfig on x86_64 for post v3.9. > > Sebastian Hesselbarth (2): > clk: add non CONFIG_OF routines for clk-provider > clk: si5351: Allow to build without CONFIG_OF > Both are taken into clk-next. Thanks, Mike > drivers/clk/Kconfig | 1 - > include/linux/clk-provider.h | 47 +++++++++++++++++++++++++++++++++++------- > 2 files changed, 39 insertions(+), 9 deletions(-) > --- > Cc: Mike Turquette > Cc: Linus Walleij > Cc: Andrew Morton > Cc: Peter Ujfalusi > Cc: Arnd Bergmann > Cc: Stephen Warren > Cc: Daniel Mack > Cc: Lars-Peter Clausen > Cc: Guenter Roeck > Cc: Marek Belisko > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > -- > 1.7.10.4 -- 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/