From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752705AbaE1R7M (ORCPT ); Wed, 28 May 2014 13:59:12 -0400 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:57371 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbaE1R7K (ORCPT ); Wed, 28 May 2014 13:59:10 -0400 Message-ID: <1401299948.22486.51.camel@x220> Subject: Re: [PATCH] misc: atmel_pwm: only build for supported platforms From: Paul Bolle To: Alexandre Belloni Cc: Arnd Bergmann , Nicolas Ferre , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Wed, 28 May 2014 19:59:08 +0200 In-Reply-To: <20140528175439.GA18470@piout.net> References: <1399560433-1402630-1-git-send-email-arnd@arndb.de> <1399560990-1402858-1-git-send-email-arnd@arndb.de> <1399560990-1402858-17-git-send-email-arnd@arndb.de> <536CA80A.60201@atmel.com> <1401279867.22486.6.camel@x220> <20140528155916.GA9793@piout.net> <1401293383.22486.18.camel@x220> <20140528175439.GA18470@piout.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 May 2014 17:59:09.0420 (UTC) FILETIME=[86556AC0:01CF7A9E] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2014-05-28 at 19:55 +0200, Alexandre Belloni wrote: > On 28/05/2014 at 18:09:43 +0200, Paul Bolle wrote : > > On Wed, 2014-05-28 at 17:59 +0200, Alexandre Belloni wrote: > > > On 28/05/2014 at 14:24:27 +0200, Paul Bolle wrote : > > > > > > config ATMEL_PWM > > > > > > tristate "Atmel AT32/AT91 PWM support" > > > > > > - depends on HAVE_CLK && (AVR32 || ARCH_AT91 || COMPILE_TEST) > > > > > > + depends on HAVE_CLK > > > > > > + depends on AVR32 || AT91SAM9263 || AT91SAM9RL || AT91SAM9G45 > > > > > > > > Symbols AT91SAM9263, AT91SAM9RL, and AT91SAM9G45 do not seem to exist in > > > > next-20140528. Should these perhaps be SOC_AT91SAM9263, SOC_AT91SAM9RL, > > > > and SOC_AT91SAM9G45 and/or ARCH_AT91SAM9263, ARCH_AT91SAM9RL, and > > > > ARCH_AT91SAM9G45? > > > > > > I wouldn't bother too much fixing that, this will definitely be remove > > > in 3.17. > > > > Are you talking about: 1) the problem this patch tried to fix; or 2) the > > problem it created? > > > > I'm removing the whole atmel_pwm driver so the CONFIG_ATMEL_PWM symbol > will be gone. So the patch we're discussing here will never be included in a release? Paul Bolle