Age | Commit message (Expand) | Author | Files | Lines |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -4/+1 |
2023-03-30 | pwm: vt8500: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2022-02-24 | pwm: vt8500: Rename variable pointing to driver private data | zhaoxiao | 1 | -19/+19 |
2021-11-17 | pwm: vt8500: Implement .apply() callback | Uwe Kleine-König | 1 | -7/+50 |
2021-11-05 | pwm: vt8500: Rename pwm_busy_wait() to make it obviously driver-specific | Uwe Kleine-König | 1 | -8/+8 |
2021-06-30 | pwm: vt8500: Only unprepare the clock after the pwmchip was removed | Uwe Kleine-König | 1 | -1/+2 |
2021-06-30 | pwm: vt8500: Drop if with an always false condition | Uwe Kleine-König | 1 | -4/+1 |
2021-05-25 | pwm: Simplify all drivers with explicit of_pwm_n_cells = 3 | Uwe Kleine-König | 1 | -2/+0 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: vt8500: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -9/+1 |
2017-07-25 | pwm: vt8500: Undo preparation of a clock source. | Arvind Yadav | 1 | -0/+1 |
2017-01-19 | pwm: constify pwm_ops structures | Bhumika Goyal | 1 | -1/+1 |
2014-10-20 | pwm: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-28 | pwm: vt8500: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2013-05-18 | drivers/pwm: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-02-26 | Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 1 | -15/+72 |
2013-01-22 | pwm: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+3 |
2013-01-09 | pwm: vt8500: Add polarity support | Tony Prisk | 1 | -0/+23 |
2013-01-09 | pwm: vt8500: Register write busy test performed incorrectly | Tony Prisk | 1 | -15/+49 |
2012-11-23 | pwm: vt8500: Ensure PWM clock is enabled during pwm_config | Tony Prisk | 1 | -2/+12 |
2012-11-23 | pwm: vt8500: Fix build error | Tony Prisk | 1 | -1/+1 |
2012-11-01 | pwm: vt8500: Update vt8500 PWM driver support | Tony Prisk | 1 | -23/+63 |
2012-08-17 | pwm: vt8500: Fix coding style issue | Sachin Kamat | 1 | -1/+1 |
2012-07-23 | pwm: Convert pwm-vt8500 to use devm_* APIs | Axel Lin | 1 | -39/+8 |
2012-07-03 | ARM vt8500: Move vt8500 pwm driver to pwm framework | Sascha Hauer | 1 | -0/+208 |