[PWM v5 0/3] Implement a generic PWM framework

2011-02-19 Thread Bill Gatliff
This patch series contains the fifth attempt at implementation of a generic PWM device interface framework. Think gpiolib, but for devices and pseudo-devices that generate pulse-wave-modulated outputs. Compared to the fourth revision of this patch series, the fifth revision: * Adds more

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

2011-02-19 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