aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-omap-dmtimer.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20pwm: omap-dmtimer: put_device() after of_find_device_by_node()Gravatar Uwe Kleine-König 1-6/+15
2020-01-20pwm: omap-dmtimer: Simplify error handlingGravatar Uwe Kleine-König 1-9/+19
2020-01-20pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalGravatar Uwe Kleine-König 1-1/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-08-20pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform dataGravatar David Rivshin 1-2/+3
2018-02-22pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata opsGravatar Keerthy 1-26/+42
2016-06-29pwm: omap-dmtimer: Allow for setting dmtimer clock sourceGravatar Ivaylo Dimitrov 1-5/+7
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateGravatar Boris Brezillon 1-1/+1
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleGravatar David Rivshin 1-1/+8
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateGravatar David Rivshin 1-5/+1
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesGravatar David Rivshin 1-4/+30
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsGravatar David Rivshin 1-7/+20
2016-01-04pwm: omap-dmtimer: Potential NULL dereference on errorGravatar Dan Carpenter 1-1/+1
2015-12-16pwm: Add PWM driver for OMAP using dual-mode timersGravatar Neil Armstrong 1-0/+327