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
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-04-24
pwm: Fix various formatting issues in kernel-doc
Uwe Kleine-König
1
-15
/
+27
2025-04-17
pwm: Better document return value of pwm_round_waveform_might_sleep()
Uwe Kleine-König
1
-2
/
+6
2025-04-14
pwm: Do stricter return value checking for .round_waveform_tohw()
Uwe Kleine-König
1
-6
/
+6
2025-04-14
pwm: Add actual hardware state to pwm debugfs file
Uwe Kleine-König
1
-8
/
+11
2025-04-07
pwm: Let pwm_set_waveform() succeed even if lowlevel driver rounded up
Uwe Kleine-König
1
-6
/
+7
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-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
1
-2
/
+11
2025-01-23
pwm: Ensure callbacks exist before calling them
Uwe Kleine-König
1
-2
/
+11
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-1
/
+1
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
1
-1
/
+1
2024-11-07
pwm: Assume a disabled PWM to emit a constant inactive output
Uwe Kleine-König
1
-3
/
+7
2024-11-03
pwm: core: export pwm_get_state_hw()
David Lechner
1
-13
/
+27
2024-10-25
pwm: core: use device_match_name() instead of strcmp(dev_name(...
Andy Shevchenko
1
-3
/
+1
2024-09-28
pwm: Reorder symbols in core.c
Uwe Kleine-König
1
-156
/
+156
2024-09-28
pwm: Add tracing for waveform callbacks
Uwe Kleine-König
1
-4
/
+20
2024-09-28
pwm: Provide new consumer API functions for waveforms
Uwe Kleine-König
1
-0
/
+261
2024-09-28
pwm: New abstraction for PWM waveforms
Uwe Kleine-König
1
-21
/
+213
2024-09-27
pwm: Add more locking
Uwe Kleine-König
1
-8
/
+92
2024-09-05
pwm: Simplify pwm_capture()
Uwe Kleine-König
1
-4
/
+4
2024-09-05
pwm: Don't export pwm_capture()
Uwe Kleine-König
1
-3
/
+2
2024-07-10
pwm: Allow pwm state transitions from an invalid state
Uwe Kleine-König
1
-2
/
+37
2024-07-10
pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_unlock
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: Make pwm_request_from_chip() private to the core
Uwe Kleine-König
1
-5
/
+3
2024-07-10
pwm: Make use of a symbol namespace for the core
Uwe Kleine-König
1
-0
/
+2
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
1
-6
/
+534
2024-04-26
pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()
Uwe Kleine-König
1
-0
/
+10
2024-03-29
pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()
Uwe Kleine-König
1
-1
/
+1
2024-02-15
pwm: Provide pwmchip_alloc() function and a devm variant of it
Uwe Kleine-König
1
-0
/
+58
2024-02-15
pwm: Provide an inline function to get the parent device of a given chip
Uwe Kleine-König
1
-21
/
+21
2024-02-15
pwm: Reorder symbols in core.c
Uwe Kleine-König
1
-309
/
+310
2024-02-15
pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags()
Uwe Kleine-König
1
-3
/
+0
2024-02-15
pwm: Let the of_xlate callbacks accept references without period
Uwe Kleine-König
1
-11
/
+9
2024-02-15
pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
Uwe Kleine-König
1
-19
/
+3
2024-01-12
pwm: Fix out-of-bounds access in of_pwm_single_xlate()
Uwe Kleine-König
1
-1
/
+1
2023-12-20
pwm: Reduce number of pointer dereferences in pwm_device_request()
Uwe Kleine-König
1
-6
/
+8
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
1
-11
/
+51
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-9
/
+9
2023-12-20
pwm: Narrow scope of struct pwm_device pointer
Uwe Kleine-König
1
-3
/
+2
2023-12-20
pwm: Mention PWM chip ID in /sys/kernel/debug/pwm
Uwe Kleine-König
1
-1
/
+2
[next]