linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] move pwm drivers to new framework
Date: Thu, 15 Mar 2012 10:04:34 +0100	[thread overview]
Message-ID: <1331802277-12477-1-git-send-email-s.hauer@pengutronix.de> (raw)

This series is based on Thierrys pwm-v4 patches. It moves the existing
i.MX, samsung and vt8500 drivers over to the new framework. This is only
compile tested, no runtime tests at all. I can test the i.MX driver myself,
but it would be good to have some testers for samsung and vt8500.

Sascha

The following changes since commit 07e34a1f9a21c9f72e86a4e1ec64cc2150c89389:

  pwm: temporary fixup (2012-03-15 09:44:52 +0100)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git pwm-v4

for you to fetch changes up to dc7c38dab4355ff3a43e5b9356d180e72a923ed3:

  ARM vt8500: Move vt8500 pwm driver to pwm framework (2012-03-15 09:45:49 +0100)

----------------------------------------------------------------
Sascha Hauer (3):
      ARM i.MX: Move i.MX pwm driver to pwm framework
      ARM Samsung: Move s3c pwm driver to pwm framework
      ARM vt8500: Move vt8500 pwm driver to pwm framework

 arch/arm/mach-vt8500/Makefile                      |    2 -
 arch/arm/plat-mxc/Kconfig                          |    6 -
 arch/arm/plat-mxc/Makefile                         |    1 -
 arch/arm/plat-samsung/Makefile                     |    4 -
 drivers/pwm/Kconfig                                |   27 +++
 drivers/pwm/Makefile                               |    5 +
 arch/arm/plat-mxc/pwm.c => drivers/pwm/pwm-imx.c   |  155 ++++++---------
 .../pwm.c => drivers/pwm/pwm-samsung.c             |  215 ++++++++------------
 .../mach-vt8500/pwm.c => drivers/pwm/pwm-vt8500.c  |  124 ++++--------
 9 files changed, 216 insertions(+), 323 deletions(-)
 rename arch/arm/plat-mxc/pwm.c => drivers/pwm/pwm-imx.c (66%)
 rename arch/arm/plat-samsung/pwm.c => drivers/pwm/pwm-samsung.c (61%)
 rename arch/arm/mach-vt8500/pwm.c => drivers/pwm/pwm-vt8500.c (64%)

             reply	other threads:[~2012-03-15  9:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15  9:04 Sascha Hauer [this message]
2012-03-15  9:04 ` [PATCH 1/3] ARM i.MX: Move i.MX pwm driver to pwm framework Sascha Hauer
2012-03-16  7:49   ` Shawn Guo
2012-03-16  8:08     ` Thierry Reding
2012-03-16  8:17       ` Shawn Guo
2012-03-16  9:27         ` Sascha Hauer
2012-03-15  9:04 ` [PATCH 2/3] ARM Samsung: Move s3c " Sascha Hauer
2012-03-15  9:04 ` [PATCH 3/3] ARM vt8500: Move vt8500 " Sascha Hauer

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=1331802277-12477-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).