[kernel] Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds...
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)
commitcb660e0895803b771a5e86283c4938af9a0f93a3
treecf188d1e36f85ed5bb56f6d60456506fcb451d0c
parent78cf88137ee317e710347759e153aaba37976e58
[kernel] Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds trigger part at the moment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21800 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]