Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751144Ab2JGER6 (ORCPT ); Sun, 7 Oct 2012 00:17:58 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:64974 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869Ab2JGER4 (ORCPT ); Sun, 7 Oct 2012 00:17:56 -0400 Date: Sun, 7 Oct 2012 12:17:50 +0800 From: Shawn Guo To: Thierry Reding Cc: linux-kernel@vger.kernel.org, Russell King , Eric Miao , Haojian Zhuang , Ralf Baechle , Dmitry Torokhov , Bryan Wu , Richard Purdie , Samuel Ortiz , Ashish Jangam , Andrew Jones , linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH] pwm: Get rid of HAVE_PWM Message-ID: <20121007041748.GN20231@S2101-09.ap.freescale.net> References: <1349330819-11924-1-git-send-email-thierry.reding@avionic-design.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349330819-11924-1-git-send-email-thierry.reding@avionic-design.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1696 Lines: 40 On Thu, Oct 04, 2012 at 08:06:59AM +0200, Thierry Reding wrote: > Now that all drivers have been moved to the PWM subsystem, remove the > legacy HAVE_PWM symbol and replace it with the new PWM symbol. While at > it, select the PWM subsystem and corresponding PWM driver on boards that > require PWM functionality. > > Signed-off-by: Thierry Reding > Cc: Russell King > Cc: Shawn Guo > Cc: Eric Miao > Cc: Haojian Zhuang > Cc: Ralf Baechle > Cc: Dmitry Torokhov > Cc: Bryan Wu > Cc: Richard Purdie > Cc: Samuel Ortiz > Cc: Ashish Jangam > Cc: Andrew Jones > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-mips@linux-mips.org > Cc: linux-input@vger.kernel.org > Cc: linux-leds@vger.kernel.org > --- > arch/arm/Kconfig | 6 ++---- > arch/arm/mach-mxs/Kconfig | 6 ++++-- Shawn Guo > arch/arm/mach-pxa/Kconfig | 42 ++++++++++++++++++++++++++++-------------- > arch/mips/Kconfig | 3 ++- > drivers/input/misc/Kconfig | 4 ++-- > drivers/leds/Kconfig | 2 +- > include/linux/pwm.h | 2 +- > 7 files changed, 40 insertions(+), 25 deletions(-) -- 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/