summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-img.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: img: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-1/+3
* pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-021-16/+0
* pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei2021-06-301-1/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: img: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: img: Fix null pointer access in probeHauke Mehrtens2020-09-241-1/+2
* pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost2020-06-021-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-4/+1
* pwm: img: Turn final 'else if' into 'else' in img_pwm_configNathan Chancellor2019-03-201-1/+1
* pwm: img: Add runtime PMEd Blake2017-11-151-37/+95
* pwm: img: Add suspend / resume handlingEd Blake2017-11-151-1/+65
* pwm: img: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
* pwm: img: Impose upper and lower timebase steps valueNaidu Tellapati2015-05-191-12/+64
* pwm: Imagination Technologies PWM DAC driverNaidu Tellapati2015-01-301-0/+249