public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] pwm: pxa: bug fix and device tree support
@ 2013-04-24  2:23 Chao Xie
  2013-04-24  2:23 ` [PATCH V3 1/3] pwm: pxa: ARCH_MMP share same pwm driver with ARCH_PXA Chao Xie
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Chao Xie @ 2013-04-24  2:23 UTC (permalink / raw)
  To: thierry.reding, linux-kernel, xiechao.mail; +Cc: Chao Xie

The patches fix some bugs
1. pwm-pxa driver is shared by ARCH_PXA and ARCH_MMP
2. use module_platform_driver for driver register

The patches also add device tree support for pwm.

V2->V1:
  remove the redundant initialization.
  fix bug of no initialization of .of_match_table
  Use CONFIG_OF for device tree support. 
  rebase to for-next

V3->V2:
  change "mrvl,xxx" to "marvell,xxx".

Chao Xie (3):
  pwm: pxa: ARCH_MMP share same pwm driver with ARCH_PXA
  pwm: pxa: use module_platform_driver for driver register
  pwm: pxa: add device tree support

 drivers/pwm/Kconfig   |    2 +-
 drivers/pwm/pwm-pxa.c |   69 +++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 57 insertions(+), 14 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2013-04-24  7:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  2:23 [PATCH V3 0/3] pwm: pxa: bug fix and device tree support Chao Xie
2013-04-24  2:23 ` [PATCH V3 1/3] pwm: pxa: ARCH_MMP share same pwm driver with ARCH_PXA Chao Xie
2013-04-24  7:15   ` Thierry Reding
2013-04-24  2:23 ` [PATCH V3 2/3] pwm: pxa: use module_platform_driver for driver register Chao Xie
2013-04-24  7:14   ` Thierry Reding
2013-04-24  2:23 ` [PATCH V3 3/3] pwm: pxa: add device tree support Chao Xie
2013-04-24  7:11   ` Thierry Reding
2013-04-24  7:33   ` Thierry Reding
2013-04-24  7:36 ` [PATCH V3 0/3] pwm: pxa: bug fix and " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox