summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-mtk-disp.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: mtk-disp: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-5/+7
* pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee2022-12-061-2/+3
* pwm: mtk-disp: Implement atomic API .get_state()Jitao Shi2021-09-021-0/+43
* pwm: mtk-disp: Fix overflow in period and duty calculationJitao Shi2021-09-021-3/+3
* pwm: mtk-disp: Implement atomic API .apply()Jitao Shi2021-09-021-54/+41
* pwm: mtk-disp: Adjust the clocks to avoid them mismatchJitao Shi2021-09-021-50/+41
* pwm: mtk-disp: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: mtk-disp: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi2019-03-041-0/+11
* pwm: Add MediaTek MT2701 display PWM driver supportWeiqing Kong2016-09-061-15/+72
* pwm: Add MediaTek display PWM driver supportYH Huang2015-10-061-0/+243