index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
pwm: Fix incorrect variable used in error message
Colin Ian King
1
-1
/
+1
2025-10-19
pwm: berlin: Fix wrong register in suspend/resume
Jisheng Zhang
1
-2
/
+2
2025-10-15
pwm: loongson: Fix LOONGSON_PWM_FREQ_DEFAULT
Xi Ruoyao
1
-1
/
+1
2025-10-15
pwm: tiehrpwm: Fix corner case in clock divisor calculation
Uwe Kleine-König
1
-2
/
+2
2025-10-15
pwm: tiehrpwm: Fix various off-by-one errors in duty-cycle calculation
Uwe Kleine-König
1
-85
/
+58
2025-10-15
pwm: tiehrpwm: Make code comment in .free() more useful
Uwe Kleine-König
1
-1
/
+1
2025-10-15
pwm: tiehrpwm: Don't drop runtime PM reference in .free()
Uwe Kleine-König
1
-5
/
+0
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-1
/
+1
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+1
2025-07-31
Merge tag 'pwm/for-6.17-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
2
-34
/
+46
2025-07-29
pwm: imx-tpm: Reset counter if CMOD is 0
Laurentiu Mihalcea
1
-0
/
+9
2025-07-29
pwm: mediatek: Fix duty and period setting
Uwe Kleine-König
1
-7
/
+14
2025-07-29
pwm: mediatek: Handle hardware enable and clock enable separately
Uwe Kleine-König
1
-32
/
+28
2025-07-28
Merge tag 'pwm/for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
20
-240
/
+727
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-22
/
+56
2025-07-24
pwm: raspberrypi-poe: Fix spelling mistake "Firwmware" -> "Firmware"
Colin Ian King
1
-1
/
+1
2025-07-24
pwm: mc33xs2410: add hwmon support
Dimitri Fedrau
2
-2
/
+19
2025-07-09
pwm: img: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-2
/
+0
2025-07-07
pwm: Expose PWM_WFHWSIZE in public header
Michal Wilczynski
1
-14
/
+12
2025-07-07
pwm: twl-led: Drop driver local locking
Uwe Kleine-König
1
-42
/
+7
2025-07-07
pwm: sun4i: Drop driver local locking
Uwe Kleine-König
1
-10
/
+0
2025-07-07
pwm: sti: Drop driver local locking
Uwe Kleine-König
1
-17
/
+6
2025-07-07
pwm: microchip-core: Drop driver local locking
Uwe Kleine-König
1
-16
/
+1
2025-07-07
pwm: lpc18xx-sct: Drop driver local locking
Uwe Kleine-König
1
-14
/
+0
2025-07-07
pwm: fsl-ftm: Drop driver local locking
Uwe Kleine-König
1
-21
/
+7
2025-07-07
pwm: clps711x: Drop driver local locking
Uwe Kleine-König
1
-8
/
+0
2025-07-07
pwm: atmel: Drop driver local locking
Uwe Kleine-König
1
-12
/
+0
2025-07-07
pwm: argon-fan-hat: Add Argon40 Fan HAT support
Marek Vasut
3
-0
/
+119
2025-07-07
pwm: pwm-mediatek: Add support for PWM IP V3.0.2 in MT6991/MT8196
AngeloGioacchino Del Regno
1
-0
/
+14
2025-07-07
pwm: pwm-mediatek: Pass PWM_CK_26M_SEL from platform data
AngeloGioacchino Del Regno
1
-15
/
+9
2025-07-07
pwm: rockchip: Round period/duty down on apply, up on get
Nicolas Frattaroli
1
-13
/
+20
2025-07-07
pwm: stm32: add support for stm32mp25
Fabrice Gasnier
1
-7
/
+35
2025-07-07
pwm: sophgo-sg2042: Add support for SG2044
Longbin Li
1
-2
/
+87
2025-07-07
pwm: sophgo-sg2042: Reorganize the code structure
Longbin Li
1
-15
/
+37
2025-07-07
pwm: sifive: Fix rounding and idempotency issues in apply and get_state
Nylon Chen
1
-6
/
+9
2025-07-07
pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
Nylon Chen
1
-8
/
+31
2025-07-07
pwm: pxa: Allow to enable for SpacemiT K1 SoC
Guodong Xu
1
-1
/
+1
2025-07-07
pwm: pxa: Add optional reset control
Guodong Xu
1
-0
/
+6
2025-07-07
pwm: Add support for pwmchip devices for faster and easier userspace access
Uwe Kleine-König
1
-15
/
+307
2025-07-07
pwm: mediatek: Ensure to disable clocks in error path
Uwe Kleine-König
1
-5
/
+8
2025-07-07
pwm: Fix invalid state detection
Uwe Kleine-König
1
-1
/
+1
2025-07-01
pwm: adp5585: add support for adp5589
Nuno Sá
1
-17
/
+56
2025-07-01
mfd: adp5585: Enable oscillator during probe
Nuno Sá
1
-5
/
+0
2025-06-30
include: linux: move adi-axi-common.h out of fpga
Nuno Sá
1
-1
/
+1
2025-06-06
Merge tag 'pwm/for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
1
-3
/
+20
2025-06-03
Merge tag 'mfd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-26
/
+193
2025-06-02
pwm: axi-pwmgen: fix missing separate external clock
David Lechner
1
-3
/
+20
2025-05-19
pwm: adp5585: make sure to include mod_devicetable.h
Nuno Sá
1
-0
/
+1
2025-05-14
pwm: Tidyup PWM menu for Renesas
Kuninori Morimoto
2
-25
/
+25
2025-05-13
pwm: stm32-lp: Add support for stm32mp25
Fabrice Gasnier
1
-26
/
+193
[next]