From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann Subject: Re: [PATCH v2] pwm: add ep93xx PWM support Date: Wed, 16 Oct 2013 09:24:36 +0200 References: <201310151840.03569.hartleys@visionengravers.com> In-Reply-To: <201310151840.03569.hartleys@visionengravers.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201310160924.36639.arnd@arndb.de> List-ID: To: H Hartley Sweeten Cc: linux-pwm@vger.kernel.org, Linux Kernel , Ryan Mallon , thierry.reding@gmail.com, gregkh@linuxfoundation.org On Wednesday 16 October 2013, H Hartley Sweeten wrote: > Remove the non-standard EP93xx PWM driver in drivers/misc and add > a new driver for the PWM controllers on the EP93xx platform based > on the PWM framework. > > These PWM controllers each support 1 PWM channel with programmable > duty cycle, frequency, and polarity inversion. > > Signed-off-by: H Hartley Sweeten > Cc: Ryan Mallon > Cc: Thierry Reding > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > --- > v2: address issues pointed out by Thierry Reding. Looks all good from my side, thanks for taking up this work. Acked-by: Arnd Bergmann