summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-omap-dmtimer.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: omap-dmtimer: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-301-1/+1
* pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones2020-07-301-1/+1
* pwm: omap-dmtimer: Implement .apply callbackLokesh Vutla2020-03-301-51/+129
* pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycleLokesh Vutla2020-03-301-14/+7
* pwm: omap-dmtimer: Fix PWM enabling sequenceLokesh Vutla2020-03-301-5/+5
* pwm: omap-dmtimer: Update description for PWM OMAP DM timerLokesh Vutla2020-03-301-1/+9
* pwm: omap-dmtimer: Drop unused header fileLokesh Vutla2020-03-301-11/+9
* clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla2020-03-161-3/+5
* pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König2020-01-201-6/+15
* pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König2020-01-201-9/+19
* pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König2020-01-201-1/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform dataDavid Rivshin2018-08-201-2/+3
* pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata opsKeerthy2018-02-221-26/+42
* pwm: omap-dmtimer: Allow for setting dmtimer clock sourceIvaylo Dimitrov2016-06-291-5/+7
* pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon2016-05-171-1/+1
* pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin2016-03-231-1/+8
* pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin2016-03-231-5/+1
* pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin2016-03-231-4/+30
* pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin2016-03-231-7/+20
* pwm: omap-dmtimer: Potential NULL dereference on errorDan Carpenter2016-01-041-1/+1
* pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong2015-12-161-0/+327