[PWM v4 3/3] PWM: Atmel PWMC driver

2011-02-12 Thread Bill Gatliff
Driver to allow the Atmel PWMC peripheral found on various AT91 SoCs to be controlled using the Generic PWM framework. Tested on the AT91SAM9263. Signed-off-by: Bill Gatliff b...@billgatliff.com --- drivers/pwm/Kconfig |8 + drivers/pwm/Makefile |1 + drivers/pwm/atmel-pwmc.c |

[PWM v4 1/3] PWM: Implement a generic PWM framework

2011-02-12 Thread Bill Gatliff
Updates the existing PWM-related functions to support multiple and/or hotplugged PWM devices, and adds a sysfs interface. Moves the code to drivers/pwm. For now, this new code can exist alongside the current PWM implementations; the existing implementations will be migrated to this new framework

Re: [PWM v4 2/3] PWM: GPIO+hrtimer device emulation

2011-02-12 Thread Bill Gatliff
Mike: Thanks for looking at this code! Replies inlined below. On Sat, Feb 12, 2011 at 8:53 PM, Mike Frysinger vapier@gmail.com wrote: document the module name in the help ? Not sure what you are asking. Like this? config GPIO_PWM tristate GPIO+hrtimer PWM device