summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bcm-iproc.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: bcm-iproc: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur2020-07-301-2/+7
* pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-2/+1
* pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König2019-11-081-0/+1
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* pwm: Add support for Broadcom iProc PWM controllerYendapally Reddy Dhananjaya Reddy2016-07-111-0/+277