From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration option Date: Thu, 12 Dec 2013 10:38:31 -0800 Message-ID: <87sitx6hjs.fsf@linaro.org> References: <52A9C81B.7050007@atmel.com> <1386864045-25198-1-git-send-email-nicolas.ferre@atmel.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Olof Johansson , Jean-Christophe PLAGNIOL-VILLARD , Boris BREZILLON , Ludovic Desroches , , , To: Nicolas Ferre Return-path: Received: from mail-pb0-f50.google.com ([209.85.160.50]:63568 "EHLO mail-pb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751825Ab3LLSif (ORCPT ); Thu, 12 Dec 2013 13:38:35 -0500 Received: by mail-pb0-f50.google.com with SMTP id rr13so999510pbb.23 for ; Thu, 12 Dec 2013 10:38:34 -0800 (PST) In-Reply-To: <1386864045-25198-1-git-send-email-nicolas.ferre@atmel.com> (Nicolas Ferre's message of "Thu, 12 Dec 2013 17:00:45 +0100") Sender: netdev-owner@vger.kernel.org List-ID: Nicolas Ferre writes: > This AT91 specific Kconfig option removed the code that dealt with > programmable clocks. Each AT91 SoC embeds programmable clocks and > there is little gain to remove this code in case that such a clock > is not used. > If this option is not selected, it causes certain drivers to fail > to build. We simply remove this option instead of adding code just > to build a workaround. > > Signed-off-by: Nicolas Ferre > --- > Olof, Kevin, > > This patch goes on top of the AT91 "cleanup" branch. > Applied to next/cleanup. Thanks, Kevin