linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] move pwm drivers to new framework
@ 2012-03-15  9:04 Sascha Hauer
  2012-03-15  9:04 ` [PATCH 1/3] ARM i.MX: Move i.MX pwm driver to pwm framework Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sascha Hauer @ 2012-03-15  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

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%)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-16  9:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15  9:04 [PATCH] move pwm drivers to new framework Sascha Hauer
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

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).