Re: [PWM 02/10] Emulates PWM hardware using a high-resolution timer and a GPIO pin

2010-10-15 Thread Grant Likely
On Fri, Oct 01, 2010 at 10:17:43AM -0500, Bill Gatliff wrote: > Signed-off-by: Bill Gatliff > --- Code looks pretty clean. Minor comments below, plus a rehash of an old argument. > drivers/pwm/gpio.c | 298 > > 1 files changed, 298 inserti

[PWM 02/10] Emulates PWM hardware using a high-resolution timer and a GPIO pin

2010-10-01 Thread Bill Gatliff
Signed-off-by: Bill Gatliff --- drivers/pwm/gpio.c | 298 1 files changed, 298 insertions(+), 0 deletions(-) create mode 100644 drivers/pwm/gpio.c diff --git a/drivers/pwm/gpio.c b/drivers/pwm/gpio.c new file mode 100644 index 000..f4aab