aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pwm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05[ARM] pxa: move pwm.c to common plat-pxa directoryEric Miao1-301/+0
2009-06-05[ARM] pxa: allow PWM ID base number to be specified in pwm_id_tableEric Miao1-2/+3
2009-06-05[ARM] pxa: simplify secondary PWM handling and use platform_device_id tableEric Miao1-67/+49
2009-03-09[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao1-1/+0
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-10-17[ARM] 5303/1: period_cycles should be greater than 1roelkluin1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-03[ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks1-5/+11
2008-07-03[ARM] 5087/1: Get the PWM layer to handle clock enable/disable properly.Robert Jarzmik1-2/+14
2008-07-03[ARM] 5078/1: pxa-pwm: Add missing MODULE_LICENSE to be able to build the driverGuennadi Liakhovetski1-0/+2
2008-07-03[ARM] 5136/1: pxa: fix PWM device order for pxa27xPhilipp Zabel1-2/+2
2008-05-19[ARM] pxa: Add PXA support for PWM APIeric miao1-0/+299