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
Age
Commit message (
Expand
)
Author
Files
Lines
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
-25
/
+192
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
-25
/
+192
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
[prev]
[next]