linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] unicore32: Move PWM driver to PWM framework
@ 2012-09-18  8:23 Thierry Reding
  2012-09-18  8:23 ` [PATCH v2 1/5] unicore32: pwm: Properly remap memory-mapped registers Thierry Reding
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Thierry Reding @ 2012-09-18  8:23 UTC (permalink / raw)
  To: Guan Xuetao; +Cc: Qin Rui, linux-kernel

This series cleans up the PWM driver as well as moves and converts it
to the PWM framework. I don't have any Unicore32 hardware, so all I
could do was test if the kernel builds properly with the patches
applied. I think except for the final patch all of these should go
through the Unicore32 tree.

Changes in v2:
- drop common clock framework support (this series now depends on a
  patch (https://lkml.org/lkml/2012/9/9/54) by Lars-Peter Clausen that
  should soon appear in linux-next and which makes devm_clk_get()
  available outside of the common clock framework)
- update patch 1 to incorporate changes by Guan Xuetao

Thierry

Thierry Reding (5):
  unicore32: pwm: Properly remap memory-mapped registers
  unicore32: pwm: Use module_platform_driver()
  unicore32: pwm: Remove unnecessary indirection
  unicore32: pwm: Use managed resource allocations
  pwm: Move PUV3 PWM driver to PWM framework

 arch/unicore32/Kconfig                 |  12 +-
 arch/unicore32/include/mach/regs-ost.h |  18 +--
 arch/unicore32/kernel/Makefile         |   1 -
 arch/unicore32/kernel/pwm.c            | 263 ---------------------------------
 drivers/pwm/Kconfig                    |  10 +-
 drivers/pwm/Makefile                   |   1 +
 drivers/pwm/pwm-puv3.c                 | 161 ++++++++++++++++++++
 7 files changed, 181 insertions(+), 285 deletions(-)
 delete mode 100644 arch/unicore32/kernel/pwm.c
 create mode 100644 drivers/pwm/pwm-puv3.c

-- 
1.7.12


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

end of thread, other threads:[~2012-09-27 19:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-18  8:23 [PATCH v2 0/5] unicore32: Move PWM driver to PWM framework Thierry Reding
2012-09-18  8:23 ` [PATCH v2 1/5] unicore32: pwm: Properly remap memory-mapped registers Thierry Reding
2012-09-18  8:23 ` [PATCH v2 2/5] unicore32: pwm: Use module_platform_driver() Thierry Reding
2012-09-22  2:56   ` guanxuetao
2012-09-22  7:32     ` Thierry Reding
2012-09-22 10:49       ` guanxuetao
2012-09-22 10:49       ` guanxuetao
2012-09-27 19:40         ` Thierry Reding
2012-09-18  8:23 ` [PATCH v2 3/5] unicore32: pwm: Remove unnecessary indirection Thierry Reding
2012-09-22  2:56   ` guanxuetao
2012-09-18  8:23 ` [PATCH v2 4/5] unicore32: pwm: Use managed resource allocations Thierry Reding
2012-09-22  2:57   ` guanxuetao
2012-09-18  8:23 ` [PATCH v2 5/5] pwm: Move PUV3 PWM driver to PWM framework Thierry Reding
2012-09-22  2:58   ` guanxuetao

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