index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
core.c
Age
Commit message (
Expand
)
Author
2024-01-12
pwm: Fix out-of-bounds access in of_pwm_single_xlate()
Uwe Kleine-König
2023-12-20
pwm: Reduce number of pointer dereferences in pwm_device_request()
Uwe Kleine-König
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2023-12-20
pwm: Narrow scope of struct pwm_device pointer
Uwe Kleine-König
2023-12-20
pwm: Mention PWM chip ID in /sys/kernel/debug/pwm
Uwe Kleine-König
2023-12-20
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
2023-12-20
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
2023-10-13
pwm: Drop pwm_[sg]et_chip_data()
Uwe Kleine-König
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-07-28
pwm: Fix order of freeing resources in pwmchip_remove()
Uwe Kleine-König
2023-07-28
pwm: Drop unused #include <linux/radix-tree.h>
Uwe Kleine-König
2023-07-28
pwm: Remove outdated documentation for pwmchip_remove()
Uwe Kleine-König
2023-07-24
pwm: Explicitly include correct DT includes
Rob Herring
2023-07-20
pwm: Use a consistent name for pwm_chip pointers in the core
Uwe Kleine-König
2023-04-14
pwm: Remove unused radix tree
Thierry Reding
2023-04-13
pwm: Delete deprecated functions pwm_request() and pwm_free()
Uwe Kleine-König
2023-03-23
pwm: Zero-initialize the pwm_state passed to driver's .get_state()
Uwe Kleine-König
2022-12-06
pwm: Handle .get_state() failures
Uwe Kleine-König
2022-12-06
pwm/tracing: Also record trace events for failed API calls
Uwe Kleine-König
2022-12-06
pwm: core: Remove S_IFREG from debugfs_create_file()
Andy Shevchenko
2022-12-06
pwm: Don't initialize list head before calling list_add()
Uwe Kleine-König
2022-12-06
pwm: Mark free pwm IDs as used in alloc_pwms()
Uwe Kleine-König
2022-12-06
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
Uwe Kleine-König
2022-12-06
pwm: Document variables protected by pwm_lock
Uwe Kleine-König
2022-10-07
Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-09-28
pwm: core: Replace custom implementation of device_match_fwnode()
Andy Shevchenko
2022-09-19
pwm: core: Make of_pwm_get() static
Andy Shevchenko
2022-09-19
pwm: core: Get rid of unused devm_of_pwm_get()
Andy Shevchenko
2022-06-22
pwm: Drop support for legacy drivers
Uwe Kleine-König
2022-01-20
Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-17
pwm: Restore initial state if a legacy callback fails
Uwe Kleine-König
2021-11-17
pwm: Prevent a glitch for legacy drivers
Uwe Kleine-König
2021-11-17
pwm: Move legacy driver handling into a dedicated function
Uwe Kleine-König
2021-11-05
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
2021-10-27
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
2021-09-02
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
2021-07-07
pwm: Remove redundant assignment to pointer pwm
Colin Ian King
2021-06-30
pwm: core: Simplify some devm_*pwm*() functions
Andy Shevchenko
2021-06-30
pwm: core: Remove unused devm_pwm_put()
Andy Shevchenko
2021-06-30
pwm: core: Unify fwnode checks in the module
Andy Shevchenko
2021-06-30
pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
Andy Shevchenko
2021-06-30
pwm: core: Convert to use fwnode for matching
Andy Shevchenko
2021-06-28
pwm: Drop irrelevant error path from pwmchip_remove()
Uwe Kleine-König
2021-06-28
pwm: Add a device-managed function to add PWM chips
Uwe Kleine-König
2021-06-04
pwm: core: Support new usage_power setting in PWM state
Clemens Gruber
2021-05-25
pwm: Autodetect default value for of_pwm_n_cells from device tree
Uwe Kleine-König
2021-05-25
pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()
Uwe Kleine-König
2021-05-25
pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>
Uwe Kleine-König
[next]