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-rcar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
pwm: rcar: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
1
-8
/
+5
2024-02-19
pwm: rcar: Prepare removing pwm_chip from driver data
Uwe Kleine-König
1
-7
/
+9
2024-02-19
pwm: rcar: Make use of pwmchip_parent() accessor
Uwe Kleine-König
1
-2
/
+2
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
1
-1
/
+0
2023-04-06
pwm: rcar: Drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-30
pwm: rcar: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-02-24
pwm: rcar: Simplify multiplication/shift logic
Geert Uytterhoeven
1
-1
/
+1
2021-09-02
pwm: rcar: 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: Use -EINVAL for unsupported polarity
Thierry Reding
1
-1
/
+1
2020-12-17
pwm: rcar: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2020-03-30
pwm: rcar: Fix late Runtime PM enablement
Geert Uytterhoeven
1
-3
/
+7
2020-01-20
pwm: rcar: Document inability to set duty_cycle = 0
Uwe Kleine-König
1
-0
/
+3
2020-01-20
pwm: rcar: Drop useless call to pwm_get_state()
Uwe Kleine-König
1
-2
/
+0
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-1
/
+1
2019-09-21
pwm: rcar: Remove a redundant condition in rcar_pwm_apply()
Yoshihiro Shimoda
1
-1
/
+1
2019-06-26
pwm: rcar: Remove suspend/resume support
Yoshihiro Shimoda
1
-39
/
+0
2019-03-04
pwm: rcar: Improve calculation of divider
Yoshihiro Shimoda
1
-9
/
+7
2019-03-04
pwm: rcar: Remove legacy APIs
Yoshihiro Shimoda
1
-40
/
+4
2019-03-04
pwm: rcar: Use "atomic" API on rcar_pwm_resume()
Yoshihiro Shimoda
1
-5
/
+3
2019-03-04
pwm: rcar: Add support "atomic" API
Yoshihiro Shimoda
1
-0
/
+37
2018-10-12
pwm: Use SPDX identifier for Renesas drivers
Wolfram Sang
1
-4
/
+1
2018-04-30
pwm: simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2018-03-28
pwm: rcar: Add suspend/resume support
Yoshihiro Shimoda
1
-0
/
+42
2018-03-28
pwm: rcar: Use PM Runtime to control module clock
Hien Dang
1
-6
/
+2
2018-03-28
pwm: rcar: Fix a condition to prevent mismatch value setting to duty
Ryo Kodama
1
-2
/
+6
2016-05-17
pwm: rcar: Make use of pwm_is_enabled()
Boris BREZILLON
1
-1
/
+1
2015-12-16
pwm: rcar: Improve accuracy of frequency division setting
Ryo Kodama
1
-1
/
+1
2015-10-06
pwm: Add support for R-Car PWM Timer
Yoshihiro Shimoda
1
-0
/
+274