Age | Commit message (Expand) | Author | Files | Lines |
2024-02-19 | pwm: mtk-disp: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+8 |
2024-02-19 | pwm: mtk-disp: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -4/+4 |
2023-10-13 | pwm: mtk-disp: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -17/+7 |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
2023-06-23 | pwm: mtk_disp: Fix the disable flow of disp_pwm | Shuijing Li | 1 | -8/+5 |
2023-04-06 | pwm: mtk-disp: Configure double buffering before reading in .get_state() | AngeloGioacchino Del Regno | 1 | -0/+10 |
2023-04-06 | pwm: mtk-disp: Disable shadow registers before setting backlight values | AngeloGioacchino Del Regno | 1 | -11/+13 |
2023-03-30 | pwm: mtk-disp: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2022-12-06 | pwm: mtk-disp: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -2/+2 |
2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 1 | -5/+7 |
2022-12-06 | pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm | xinlei lee | 1 | -2/+3 |
2021-09-02 | pwm: mtk-disp: Implement atomic API .get_state() | Jitao Shi | 1 | -0/+43 |
2021-09-02 | pwm: mtk-disp: Fix overflow in period and duty calculation | Jitao Shi | 1 | -3/+3 |
2021-09-02 | pwm: mtk-disp: Implement atomic API .apply() | Jitao Shi | 1 | -54/+41 |
2021-09-02 | pwm: mtk-disp: Adjust the clocks to avoid them mismatch | Jitao Shi | 1 | -50/+41 |
2021-09-02 | pwm: mtk-disp: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: mtk-disp: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 1 | -9/+1 |
2019-03-04 | pwm: Add MediaTek MT8183 display PWM driver support | Jitao Shi | 1 | -0/+11 |
2016-09-06 | pwm: Add MediaTek MT2701 display PWM driver support | Weiqing Kong | 1 | -15/+72 |
2015-10-06 | pwm: Add MediaTek display PWM driver support | YH Huang | 1 | -0/+243 |