index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-vt8500.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
pwm: vt8500: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
1
-8
/
+8
2024-02-22
pwm: vt8500: Make use of pwmchip_parent() accessor
Uwe Kleine-König
1
-3
/
+3
2024-02-22
pwm: vt8500: Introduce a local pwm_chip variable in .probe()
Uwe Kleine-König
1
-4
/
+6
2024-02-22
pwm: vt8500: Change prototype of a helper to prepare further changes
Uwe Kleine-König
1
-9
/
+10
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-1
/
+1
2023-12-20
pwm: Stop referencing pwm->chip
Thierry Reding
1
-1
/
+1
2023-10-13
pwm: vt8500: Simplify using devm functions
Uwe Kleine-König
1
-33
/
+9
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
-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