Comment 1 by Nikolaus Schaller, May 29, 2010
functions to control the OMAP timers can be found at arch/asm/plat-omap/dmtimer.c arch/asm/plat-omap/include/dmtimer.h e.g. one to set the PWM values
Comment 2 by Nikolaus Schaller, Feb 10, 2011
See http://elinux.org/BeagleBoard/GSoC/2010_Projects/Pulse_Width_Modulati on for an example how to control GPT9-11 from a kernel driver
Comment 3 by Nikolaus Schaller, Nov 22, 2011
Well, the most modular solution would be to use drivers/video/backlight/pwm_bl.c ==> arch/arm/plat-omap/pwm.c but there is no plat-omap/pwm.c (only plat-mxc, plat-pxa, plat s3c)
Comment 4 by Nikolaus Schaller, Nov 22, 2011
But there is good news: http://www.spinics.net/lists/linux-omap/msg40113.html
Sign in to reply to this comment.
Reported by Nikolaus Schaller, May 29, 2010