summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-hibvt.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: hibvt: Convert to platform remove callback returning voidUwe Kleine-König2023-03-301-4/+2
* pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-03-231-0/+1
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-2/+4
* pwm: hibvt: Disable the clock only after the PWM was unregisteredUwe Kleine-König2021-09-021-1/+3
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: hibvt: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-5/+2
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* pwm: hibvt: Add hi3559v100 supportMathieu Othacehe2019-03-041-1/+26
* pwm: hibvt: Use individual struct per of-dataMathieu Othacehe2019-03-041-5/+12
* pwm: hibvt: Explicitly request exclusive reset controlPhilipp Zabel2017-08-211-1/+1
* pwm: hibvt: Constify hibvt_pwm_opsArvind Yadav2017-07-061-1/+1
* pwm: Add PWM driver for HiSilicon BVT SOCsyuanjian2016-11-291-0/+271