From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755888Ab3GQO7N (ORCPT ); Wed, 17 Jul 2013 10:59:13 -0400 Received: from 15.mo1.mail-out.ovh.net ([188.165.38.232]:40579 "EHLO mo1.mail-out.ovh.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755730Ab3GQO7M (ORCPT ); Wed, 17 Jul 2013 10:59:12 -0400 X-Greylist: delayed 85713 seconds by postgrey-1.27 at vger.kernel.org; Wed, 17 Jul 2013 10:59:12 EDT From: Boris BREZILLON To: Nicolas Ferre , Ludovic Desroches , Jean-Christophe Plagniol-Villard , Mike Turquette , Andrew Victor , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Boris BREZILLON X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Subject: [PATCH v2 21/42] ARM: at91: move at91sam9 SoCs to new at91 clk implem Date: Wed, 17 Jul 2013 16:59:04 +0200 Message-Id: <1374073144-19933-1-git-send-email-b.brezillon@overkiz.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> References: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> X-Ovh-Tracer-Id: 12762919870577211500 X-Ovh-Remote: 78.236.240.82 (cha74-5-78-236-240-82.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeijedrvdegucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeijedrvdegucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Make use of common clk framework for all at91sam9 SoCs Signed-off-by: Boris BREZILLON --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 3253373..9901316 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -32,6 +32,7 @@ config HAVE_AT91_SMD config SOC_AT91SAM9 bool + select COMMON_CLK select AT91_SAM9_TIME select CPU_ARM926T select GENERIC_CLOCKEVENTS -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.brezillon@overkiz.com (Boris BREZILLON) Date: Wed, 17 Jul 2013 16:59:04 +0200 Subject: [PATCH v2 21/42] ARM: at91: move at91sam9 SoCs to new at91 clk implem In-Reply-To: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> References: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> Message-ID: <1374073144-19933-1-git-send-email-b.brezillon@overkiz.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Make use of common clk framework for all at91sam9 SoCs Signed-off-by: Boris BREZILLON --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 3253373..9901316 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -32,6 +32,7 @@ config HAVE_AT91_SMD config SOC_AT91SAM9 bool + select COMMON_CLK select AT91_SAM9_TIME select CPU_ARM926T select GENERIC_CLOCKEVENTS -- 1.7.9.5