index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-09-05
pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()
Uwe Kleine-König
1
-1
/
+1
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
[next]