Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds trigger...
authorClaudio Mignanti <c.mignanti@gmail.com>
Mon, 14 Jun 2010 18:01:11 +0000 (18:01 +0000)
committerClaudio Mignanti <c.mignanti@gmail.com>
Mon, 14 Jun 2010 18:01:11 +0000 (18:01 +0000)
commit46de802c0e1bea6daba2116abc3816e4529d3c66
tree87864661c23e2414571f18179e1e2aa91286c5f9
parent1a4e4a385044d01d06f7ce88213132a6ca93d022
Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds trigger part at the moment

SVN-Revision: 21800
target/linux/generic-2.6/config-2.6.34
target/linux/generic-2.6/files/Documentation/pwm.txt [new file with mode: 0644]
target/linux/generic-2.6/files/drivers/pwm/Kconfig [new file with mode: 0644]
target/linux/generic-2.6/files/drivers/pwm/Makefile [new file with mode: 0644]
target/linux/generic-2.6/files/drivers/pwm/atmel-pwm.c [new file with mode: 0644]
target/linux/generic-2.6/files/drivers/pwm/gpio.c [new file with mode: 0644]
target/linux/generic-2.6/files/drivers/pwm/pwm.c [new file with mode: 0644]
target/linux/generic-2.6/files/include/linux/pwm/pwm.h [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch [new file with mode: 0644]