index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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_u...
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
2023-12-20
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
1
-42
/
+25
2023-12-20
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
1
-1
/
+0
2023-10-13
pwm: Drop pwm_[sg]et_chip_data()
Uwe Kleine-König
1
-31
/
+0
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
1
-10
/
+14
2023-07-28
pwm: Fix order of freeing resources in pwmchip_remove()
Uwe Kleine-König
1
-3
/
+3
2023-07-28
pwm: Drop unused #include <linux/radix-tree.h>
Uwe Kleine-König
1
-1
/
+0
2023-07-28
pwm: Remove outdated documentation for pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2023-07-24
pwm: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-07-20
pwm: Use a consistent name for pwm_chip pointers in the core
Uwe Kleine-König
1
-14
/
+14
2023-04-14
pwm: Remove unused radix tree
Thierry Reding
1
-12
/
+1
2023-04-13
pwm: Delete deprecated functions pwm_request() and pwm_free()
Uwe Kleine-König
1
-56
/
+2
2023-03-23
pwm: Zero-initialize the pwm_state passed to driver's .get_state()
Uwe Kleine-König
1
-2
/
+10
2022-12-06
pwm: Handle .get_state() failures
Uwe Kleine-König
1
-2
/
+12
2022-12-06
pwm/tracing: Also record trace events for failed API calls
Uwe Kleine-König
1
-10
/
+8
2022-12-06
pwm: core: Remove S_IFREG from debugfs_create_file()
Andy Shevchenko
1
-2
/
+1
2022-12-06
pwm: Don't initialize list head before calling list_add()
Uwe Kleine-König
1
-1
/
+0
2022-12-06
pwm: Mark free pwm IDs as used in alloc_pwms()
Uwe Kleine-König
1
-2
/
+2
2022-12-06
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
Uwe Kleine-König
1
-15
/
+12
2022-12-06
pwm: Document variables protected by pwm_lock
Uwe Kleine-König
1
-0
/
+5
2022-10-07
Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-09-28
pwm: core: Replace custom implementation of device_match_fwnode()
Andy Shevchenko
1
-1
/
+1
2022-09-19
pwm: core: Make of_pwm_get() static
Andy Shevchenko
1
-3
/
+2
2022-09-19
pwm: core: Get rid of unused devm_of_pwm_get()
Andy Shevchenko
1
-30
/
+0
[next]