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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
pwm: jz4740: Don't use dev_err_probe() in .request()
Uwe Kleine-König
1
-3
/
+4
2024-01-12
pwm: Fix out-of-bounds access in of_pwm_single_xlate()
Uwe Kleine-König
1
-1
/
+1
2024-01-12
pwm: bcm2835: Remove duplicate call to clk_rate_exclusive_put()
Sean Young
1
-3
/
+1
2023-12-20
pwm: cros-ec: Drop documentation for dropped struct member
Uwe Kleine-König
1
-1
/
+0
2023-12-20
pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputs
Uwe Kleine-König
1
-3
/
+1
2023-12-20
pwm: meson: Simplify using dev_err_probe()
Uwe Kleine-König
1
-21
/
+14
2023-12-20
pwm: stmpe: Silence duplicate error messages
Uwe Kleine-König
1
-6
/
+6
2023-12-20
pwm: Reduce number of pointer dereferences in pwm_device_request()
Uwe Kleine-König
1
-6
/
+8
2023-12-20
pwm: crc: Use consistent variable naming for driver data
Uwe Kleine-König
1
-8
/
+8
2023-12-20
pwm: omap-dmtimer: Drop locking
Uwe Kleine-König
1
-16
/
+4
2023-12-20
pwm: bcm2835: Allow PWM driver to be used in atomic context
Sean Young
1
-9
/
+29
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
1
-11
/
+51
2023-12-20
pwm: renesas: Remove unused include
Sean Young
1
-1
/
+0
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
4
-16
/
+16
2023-12-20
pwm: Stop referencing pwm->chip
Thierry Reding
13
-15
/
+15
2023-12-20
pwm: stm32: Fix enable count for clk in .probe()
Philipp Zabel
1
-4
/
+14
2023-12-20
pwm: stm32: Implement .get_state()
Philipp Zabel
1
-0
/
+42
2023-12-20
pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
Philipp Zabel
1
-15
/
+2
2023-12-20
pwm: stm32: Make ch parameter unsigned
Philipp Zabel
1
-4
/
+4
2023-12-20
pwm: stm32: Replace write_ccrx with regmap_write
Philipp Zabel
1
-16
/
+1
2023-12-20
pwm: Use device_get_match_data()
Rob Herring
2
-13
/
+4
2023-12-20
pwm: Narrow scope of struct pwm_device pointer
Uwe Kleine-König
1
-3
/
+2
2023-12-20
pwm: jz4740: Add trailing \n to error messages
Uwe Kleine-König
1
-2
/
+2
2023-12-20
pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+3
2023-12-20
pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-4
/
+2
2023-12-20
pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-4
/
+4
2023-12-20
pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+5
2023-12-20
pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-4
/
+2
2023-12-20
pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+5
2023-12-20
pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-4
/
+2
2023-12-20
pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+3
2023-12-20
pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+3
2023-12-20
pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+3
2023-12-20
pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+3
2023-12-20
pwm: cros-ec: Drop unused member from driver private data
Uwe Kleine-König
1
-1
/
+0
2023-12-20
pwm: Mention PWM chip ID in /sys/kernel/debug/pwm
Uwe Kleine-König
1
-1
/
+2
2023-12-20
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
2
-43
/
+26
2023-12-20
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
1
-1
/
+0
2023-11-21
pwm: bcm2835: Fix NPD in suspend/resume
Florian Fainelli
1
-0
/
+2
2023-11-10
pwm: samsung: Fix a bit test in pwm_samsung_resume()
Dan Carpenter
1
-1
/
+1
2023-11-03
pwm: samsung: Document new member .channel in struct samsung_pwm_chip
Uwe Kleine-König
1
-0
/
+1
2023-10-13
pwm: bcm2835: Add support for suspend/resume
Florian Fainelli
1
-0
/
+20
2023-10-13
pwm: brcmstb: Checked clk_prepare_enable() return value
Florian Fainelli
1
-3
/
+1
2023-10-13
pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
Florian Fainelli
1
-2
/
+2
2023-10-13
pwm: pxa: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-10-13
pwm: cros-ec: Simplify using devm_pwmchip_add() and dev_err_probe()
Uwe Kleine-König
1
-25
/
+8
2023-10-13
pwm: samsung: Consistently use the same name for driver data
Uwe Kleine-König
1
-65
/
+65
2023-10-13
pwm: vt8500: Simplify using devm functions
Uwe Kleine-König
1
-33
/
+9
2023-10-13
pwm: sprd: Simplify using devm_pwmchip_add() and dev_err_probe()
Uwe Kleine-König
1
-14
/
+3
2023-10-13
pwm: sprd: Provide a helper to cast a chip to driver data
Uwe Kleine-König
1
-4
/
+7
[next]