From: Thierry Reding <thierry.reding@gmail.com>
To: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: linux-pwm@vger.kernel.org,
Linux Kernel <linux-kernel@vger.kernel.org>,
Ryan Mallon <rmallon@gmail.com>,
arnd@arndb.de, gregkh@linuxfoundation.org
Subject: Re: [PATCH v2] pwm: add ep93xx PWM support
Date: Thu, 17 Oct 2013 16:18:19 +0200 [thread overview]
Message-ID: <20131017141818.GB32734@ulmo.nvidia.com> (raw)
In-Reply-To: <201310151840.03569.hartleys@visionengravers.com>
[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]
On Tue, Oct 15, 2013 at 06:40:03PM -0700, 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 <hsweeten@visionengravers.com>
> Cc: Ryan Mallon <rmallon@gmail.com>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
> v2: address issues pointed out by Thierry Reding.
>
> drivers/misc/Kconfig | 13 ---
> drivers/misc/Makefile | 1 -
> drivers/misc/ep93xx_pwm.c | 286 ----------------------------------------------
> drivers/pwm/Kconfig | 9 ++
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-ep93xx.c | 230 +++++++++++++++++++++++++++++++++++++
> 6 files changed, 240 insertions(+), 300 deletions(-)
> delete mode 100644 drivers/misc/ep93xx_pwm.c
> create mode 100644 drivers/pwm/pwm-ep93xx.c
Applied, thanks.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2013-10-17 14:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 1:40 [PATCH v2] pwm: add ep93xx PWM support H Hartley Sweeten
2013-10-16 7:24 ` Arnd Bergmann
2013-10-16 19:24 ` Greg KH
2013-10-17 14:18 ` Thierry Reding [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131017141818.GB32734@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=hartleys@visionengravers.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=rmallon@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.