aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-img.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei1-1/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: img: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-09-24pwm: img: Fix null pointer access in probeHauke Mehrtens1-1/+2
2020-06-02pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-4/+1
2019-03-20pwm: img: Turn final 'else if' into 'else' in img_pwm_configNathan Chancellor1-1/+1
2017-11-15pwm: img: Add runtime PMEd Blake1-37/+95
2017-11-15pwm: img: Add suspend / resume handlingEd Blake1-1/+65
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2015-05-19pwm: img: Impose upper and lower timebase steps valueNaidu Tellapati1-12/+64
2015-01-30pwm: Imagination Technologies PWM DAC driverNaidu Tellapati1-0/+249