index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pwm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
pwm: Restore alphabetic ordering in Kconfig and Makefile
Uwe Kleine-König
2
-32
/
+32
2025-05-07
pwm: Formally describe the procedure used to pick a hardware waveform setting
Uwe Kleine-König
1
-1
/
+23
2025-05-07
pwm: Let pwm_set_waveform_might_sleep() return 0 instead of 1 after rounding up
Uwe Kleine-König
1
-6
/
+8
2025-05-07
pwm: Let pwm_set_waveform_might_sleep() fail for exact but impossible requests
Uwe Kleine-König
1
-5
/
+16
2025-05-02
pwm: add support for NXPs high-side switch MC33XS2410
Dimitri Fedrau
3
-0
/
+404
2025-04-30
pwm: rzg2l-gpt: Accept requests for too high period length
Uwe Kleine-König
1
-4
/
+8
2025-04-24
pwm: Fix various formatting issues in kernel-doc
Uwe Kleine-König
1
-15
/
+27
2025-04-17
pwm: Add support for RZ/G2L GPT
Biju Das
3
-0
/
+455
2025-04-17
pwm: Better document return value of pwm_round_waveform_might_sleep()
Uwe Kleine-König
1
-2
/
+6
2025-04-17
pwm: loongson: Fix an error code in probe()
Dan Carpenter
1
-1
/
+1
2025-04-16
pwm: loongson: Fix u32 overflow in waveform calculation
Uwe Kleine-König
1
-1
/
+1
2025-04-14
pwm: pca9685: Use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+5
2025-04-14
pwm: Do stricter return value checking for .round_waveform_tohw()
Uwe Kleine-König
1
-6
/
+6
2025-04-14
pwm: stm32: Emit debug output also for corner cases of the rounding callbacks
Uwe Kleine-König
1
-7
/
+6
2025-04-14
pwm: stm32: Don't open-code TIM_CCER_CCxE()
Uwe Kleine-König
1
-1
/
+1
2025-04-14
pwm: Add actual hardware state to pwm debugfs file
Uwe Kleine-König
1
-8
/
+11
2025-04-14
pwm: pxa: Improve using dev_err_probe()
Uwe Kleine-König
1
-10
/
+8
2025-04-14
pwm: Add Loongson PWM controller support
Binbin Zhou
3
-0
/
+303
2025-04-14
pwm: meson: Simplify meson_pwm_cnt_to_ns()
George Stark
1
-16
/
+6
2025-04-14
pwm: meson: Enable constant and polarity features for g12, axg, s4
George Stark
1
-0
/
+14
2025-04-14
pwm: meson: Use separate device id data for axg and g12
George Stark
1
-1
/
+18
2025-04-14
pwm: meson: Support constant and polarity bits
George Stark
1
-7
/
+54
2025-04-14
pwm: meson: Simplify get_state() callback
George Stark
1
-6
/
+5
2025-04-12
Merge tag 'pwm/for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
6
-31
/
+42
2025-04-07
pwm: axi-pwmgen: Let .round_waveform_tohw() signal when request was rounded up
Uwe Kleine-König
1
-3
/
+7
2025-04-07
pwm: stm32: Search an appropriate duty_cycle if period cannot be modified
Uwe Kleine-König
1
-9
/
+3
2025-04-07
pwm: Let pwm_set_waveform() succeed even if lowlevel driver rounded up
Uwe Kleine-König
1
-6
/
+7
2025-04-04
pwm: fsl-ftm: Handle clk_get_rate() returning 0
Uwe Kleine-König
1
-0
/
+6
2025-04-04
pwm: rcar: Improve register calculation
Uwe Kleine-König
1
-11
/
+13
2025-04-02
pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config()
Josh Poimboeuf
1
-2
/
+6
2025-03-29
Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
1
-2
/
+2
2025-03-03
pwm: stmpe: Allow to compile as a module
Uwe Kleine-König
2
-3
/
+24
2025-02-15
pwm: Strengthen dependency for PWM_SIFIVE
Uwe Kleine-König
1
-1
/
+1
2025-02-15
pwm: clps711x: Drop of_match_ptr() usage for .of_match_table
Uwe Kleine-König
1
-2
/
+2
2025-02-15
pwm: pca9685: Drop ACPI_PTR() and of_match_ptr()
Andy Shevchenko
1
-7
/
+2
2025-02-12
pwm: Add support for pwm nexus dt bindings
Herve Codina
1
-2
/
+1
2025-02-10
pwm: Add upgrade path to #pwm-cells = <3> for users of of_pwm_single_xlate()
Uwe Kleine-König
1
-0
/
+16
2025-02-07
pwm: gpio: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2025-02-05
pwm: sophgo: add driver for Sophgo SG2042 PWM
Chen Wang
3
-0
/
+205
2025-02-04
pwm: lpss: Only include <linux/pwm.h> where needed
Uwe Kleine-König
2
-1
/
+1
2025-02-03
pwm: lpss: Actually use a module namespace by defining the namespace earlier
Uwe Kleine-König
1
-2
/
+2
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2025-01-27
Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
2
-3
/
+12
2025-01-23
pwm: Ensure callbacks exist before calling them
Uwe Kleine-König
1
-2
/
+11
2025-01-23
pwm: microchip-core: fix incorrect comparison with max period
Conor Dooley
1
-1
/
+1
2025-01-22
Merge tag 'pwm/for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
4
-17
/
+21
2025-01-17
pwm: stm32: Add check for clk_enable()
Mingwei Zheng
1
-2
/
+5
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+1
[next]