aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-hibvt.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-02pwm: hibvt: Disable the clock only after the PWM was unregisteredGravatar Uwe Kleine-König 1-1/+3
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Gravatar Uwe Kleine-König 1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyGravatar Uwe Kleine-König 1-1/+0
2020-12-17pwm: hibvt: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-5/+2
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentGravatar Uwe Kleine-König 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-03-04pwm: hibvt: Add hi3559v100 supportGravatar Mathieu Othacehe 1-1/+26
2019-03-04pwm: hibvt: Use individual struct per of-dataGravatar Mathieu Othacehe 1-5/+12
2017-08-21pwm: hibvt: Explicitly request exclusive reset controlGravatar Philipp Zabel 1-1/+1
2017-07-06pwm: hibvt: Constify hibvt_pwm_opsGravatar Arvind Yadav 1-1/+1
2016-11-29pwm: Add PWM driver for HiSilicon BVT SOCsGravatar yuanjian 1-0/+271