linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] SPEAr320: Add pwm support
@ 2011-05-30  7:21 Viresh Kumar
  2011-05-30  7:20 ` [PATCH 1/3] misc/st_pwm: Add support for ST's Pulse Width Modulator Viresh Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Viresh Kumar @ 2011-05-30  7:21 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds driver for ST Microelectronics PWM and machine support for
SPEAr320 Machines.

It was earlier reviewed as part of following patchset:
"[PATCH V6 00/17] Adding devices support for all spear machines"

Changes since earlier patchset:
 - Moved driver to drivers/misc/ directory.

Viresh Kumar (3):
  misc/st_pwm: Add support for ST's Pulse Width Modulator
  SPEAr3xx: Add machine support for ST's PWM IP
  SPEAr3xx: Update defconfig for ST's PWM

 MAINTAINERS                                   |    5 +
 arch/arm/configs/spear3xx_defconfig           |    2 +
 arch/arm/mach-spear3xx/include/mach/generic.h |    1 +
 arch/arm/mach-spear3xx/spear320.c             |   16 +
 arch/arm/mach-spear3xx/spear320_evb.c         |    1 +
 drivers/misc/Kconfig                          |    7 +
 drivers/misc/Makefile                         |    1 +
 drivers/misc/st_pwm.c                         |  486 +++++++++++++++++++++++++
 8 files changed, 519 insertions(+), 0 deletions(-)
 create mode 100644 drivers/misc/st_pwm.c

-- 
1.7.2.2

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

end of thread, other threads:[~2011-05-31  8:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30  7:21 [PATCH 0/3] SPEAr320: Add pwm support Viresh Kumar
2011-05-30  7:20 ` [PATCH 1/3] misc/st_pwm: Add support for ST's Pulse Width Modulator Viresh Kumar
2011-05-30  7:21 ` [PATCH 2/3] SPEAr3xx: Add machine support for ST's PWM IP Viresh Kumar
2011-05-30  7:21 ` [PATCH 3/3] SPEAr3xx: Update defconfig for ST's PWM Viresh Kumar
2011-05-30  7:45 ` [PATCH 0/3] SPEAr320: Add pwm support Arnd Bergmann
2011-05-30  8:23   ` viresh kumar
2011-05-30 11:44     ` Sascha Hauer
2011-05-30 11:52       ` Arnd Bergmann
2011-05-30 11:57         ` viresh kumar
2011-05-30 12:53           ` Arnd Bergmann
2011-05-31  3:52             ` viresh kumar
2011-05-31  8:29               ` Arnd Bergmann
     [not found]       ` <20110530121030.GA314@e-circ.dyndns.org>
2011-05-30 12:51         ` Arnd Bergmann

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