mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: H Hartley Sweeten <hartleys@visionengravers.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: <arnd@arndb.de>, <gregkh@linuxfoundation.org>,
	Ryan Mallon <rmallon@gmail.com>, <mcrapet@gmail.com>,
	<hsweeten@visionengravers.com>
Subject: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework
Date: Fri, 24 May 2013 16:19:51 -0700	[thread overview]
Message-ID: <201305241619.52328.hartleys@visionengravers.com> (raw)

This driver needs to be converted to the new PWM framework.

Before converting it clean up all the cruft,

H Hartley Sweeten (14):
  misc/ep93xx_pwm: use managed device resources
  misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for io
  misc/ep93xx_pwm: remove ep93xx_pwm_{write,read}l() inline functions
  misc/ep93xx_pwm: remove ep93xx_pwm_write_tc() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_write_dc() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_enable() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_disable() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_invert() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_normal() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_read_tc() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_is_enabled() inline function
  misc/ep93xx_pwm: remove ep93xx_pwm_is_inverted() inline function
  misc/ep93xx_pwm: use module_platform_driver()
  misc/ep93xx_pwm: use kstrtol instead of strict_strtol

 drivers/misc/ep93xx_pwm.c | 187 +++++++++++++---------------------------------
 1 file changed, 50 insertions(+), 137 deletions(-)

-- 
1.8.1.4


             reply	other threads:[~2013-05-24 23:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24 23:19 H Hartley Sweeten [this message]
2013-05-26 23:32 ` Ryan Mallon
2013-05-27 15:20 ` Arnd Bergmann
2013-05-27 16:27   ` H Hartley Sweeten
2013-05-27 17:12     ` Arnd Bergmann
2013-05-28 11:00       ` Thierry Reding
2013-05-28 11:42         ` Lars Poeschel
2013-05-29 21:33           ` H Hartley Sweeten
2013-05-30 11:41             ` Thierry Reding

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=201305241619.52328.hartleys@visionengravers.com \
    --to=hartleys@visionengravers.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcrapet@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome