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-07-25
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
1
-3
/
+1
2024-07-11
pwm: axi-pwmgen: add .max_register to regmap
Trevor Gamblin
1
-0
/
+1
2024-07-10
pwm: atmel-tcb: Make private data variable naming consistent
Uwe Kleine-König
1
-45
/
+45
2024-07-10
pwm: atmel-tcb: Simplify checking the companion output
Uwe Kleine-König
1
-8
/
+3
2024-07-10
pwm: Allow pwm state transitions from an invalid state
Uwe Kleine-König
1
-2
/
+37
2024-07-10
pwm: xilinx: Simplify using devm_ functions
Uwe Kleine-König
1
-21
/
+6
2024-07-10
pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u...
Uwe Kleine-König
1
-29
/
+22
2024-07-10
pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock
Uwe Kleine-König
1
-11
/
+8
2024-07-10
pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock
Uwe Kleine-König
1
-37
/
+15
2024-07-10
pwm: Register debugfs operations after the pwm class
Uwe Kleine-König
1
-1
/
+9
2024-07-10
pwm: imx-tpm: Enable pinctrl setting for sleep state
Shenwei Wang
1
-2
/
+14
2024-07-10
pwm: lpss: drop redundant runtime PM handles
Raag Jadav
1
-22
/
+0
2024-07-10
pwm: lpss: use devm_pm_runtime_enable() helper
Raag Jadav
1
-9
/
+1
2024-07-10
pwm-stm32: Make use of parametrised register definitions
Uwe Kleine-König
1
-11
/
+11
2024-07-10
pwm: meson: Add support for Amlogic S4 PWM
Junyi Zhao
1
-0
/
+39
2024-07-10
pwm: Add GPIO PWM driver
Vincent Whitchurch
3
-0
/
+253
2024-07-10
pwm: Make pwm_request_from_chip() private to the core
Uwe Kleine-König
1
-5
/
+3
2024-07-10
pwm: cros-ec: Simplify device tree xlation
Uwe Kleine-König
1
-20
/
+12
2024-07-10
pwm: cros-ec: Don't care about consumers in .get_state()
Uwe Kleine-König
1
-33
/
+1
2024-07-10
pwm: Make use of a symbol namespace for the core
Uwe Kleine-König
1
-0
/
+2
2024-07-10
pwm: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-07-10
pwm: axi-pwmgen: Make use of regmap_clear_bits()
Uwe Kleine-König
1
-1
/
+1
2024-07-10
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
Uwe Kleine-König
1
-5
/
+4
2024-07-10
pwm: Add driver for AXI PWM generator
Drew Fustini
3
-0
/
+255
2024-07-10
pwm: atmel-tcb: Fix race condition and convert to guards
Uwe Kleine-König
1
-7
/
+5
2024-07-06
pwm: stm32: Always do lazy disabling
Uwe Kleine-König
1
-2
/
+3
2024-06-22
pwm: stm32: Fix error message to not describe the previous error path
Uwe Kleine-König
1
-1
/
+2
2024-06-22
pwm: stm32: Fix calculation of prescaler
Uwe Kleine-König
1
-6
/
+12
2024-06-21
pwm: stm32: Refuse too small period requests
Uwe Kleine-König
1
-0
/
+2
2024-05-10
pwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
1
-2
/
+2
2024-04-30
pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating
George Stark
1
-2
/
+2
2024-04-30
pwm: meson: Add check for error from clk_round_rate()
George Stark
1
-5
/
+6
2024-04-30
pwm: meson: Drop unneeded check in .get_state()
George Stark
1
-3
/
+0
2024-04-30
pwm: meson: Add generic compatible for meson8 to sm1
Jerome Brunet
1
-74
/
+121
2024-04-30
pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get()
Uwe Kleine-König
1
-13
/
+1
2024-04-30
pwm: bcm2835: Introduce a local variable for &pdev->dev
Uwe Kleine-König
1
-9
/
+9
2024-04-30
pwm: stm32: Calculate prescaler with a division instead of a loop
Uwe Kleine-König
1
-13
/
+17
2024-04-30
pwm: stm32: Fix for settings using period > UINT32_MAX
Uwe Kleine-König
1
-8
/
+20
2024-04-30
pwm: stm32: Improve precision of calculation in .apply()
Uwe Kleine-König
1
-2
/
+3
2024-04-30
pwm: stm32: Add error messages in .probe()'s error paths
Uwe Kleine-König
1
-3
/
+6
2024-04-30
pwm: Don't check pointer for being non-NULL after use
Uwe Kleine-König
1
-1
/
+3
2024-04-26
pwm: Add a struct device to struct pwm_chip
Uwe Kleine-König
1
-42
/
+51
2024-04-26
pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
Uwe Kleine-König
1
-17
/
+10
2024-04-26
pwm: Move contents of sysfs.c into core.c
Uwe Kleine-König
4
-561
/
+534
2024-04-26
pwm: Give some sysfs related variables and functions better names
Uwe Kleine-König
1
-78
/
+83
2024-04-26
pwm: sti: Prefer local variable over pointer dereference
Uwe Kleine-König
1
-10
/
+10
2024-04-26
pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc()
Uwe Kleine-König
1
-1
/
+2
2024-04-26
pwm: sti: Maintain all per-chip driver data in a single struct
Uwe Kleine-König
1
-36
/
+22
2024-04-26
pwm: sti: Drop member from driver data that only carries a constant
Uwe Kleine-König
1
-12
/
+6
2024-04-26
pwm: sti: Improve error reporting using dev_err_probe()
Uwe Kleine-König
1
-21
/
+20
[next]