index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
pwm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: Don't export pwm_capture()
Uwe Kleine-König
2024-09-05
1
-10
/
+0
*
pwm: Drop pwm_apply_state()
Uwe Kleine-König
2024-07-10
1
-7
/
+0
*
pwm: Remove wrong implementation details from pwm_ops's documentation
Uwe Kleine-König
2024-07-10
1
-3
/
+1
*
pwm: Make pwm_request_from_chip() private to the core
Uwe Kleine-König
2024-07-10
1
-12
/
+0
*
pwm: Make use of a symbol namespace for the core
Uwe Kleine-König
2024-07-10
1
-0
/
+3
*
pwm: Make pwmchip_[sg]et_drvdata() a wrapper around dev_set_drvdata()
Uwe Kleine-König
2024-04-30
1
-12
/
+2
*
pwm: Add a struct device to struct pwm_chip
Uwe Kleine-König
2024-04-26
1
-2
/
+3
*
pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
Uwe Kleine-König
2024-04-26
1
-1
/
+1
*
pwm: Move contents of sysfs.c into core.c
Uwe Kleine-König
2024-04-26
1
-13
/
+0
*
pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()
Uwe Kleine-König
2024-04-26
1
-0
/
+2
*
pwm: Provide pwmchip_alloc() function and a devm variant of it
Uwe Kleine-König
2024-02-15
1
-0
/
+22
*
pwm: Provide wrappers for storing and getting driver private data
Uwe Kleine-König
2024-02-15
1
-0
/
+20
*
pwm: Provide an inline function to get the parent device of a given chip
Uwe Kleine-König
2024-02-15
1
-0
/
+5
*
pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
Uwe Kleine-König
2024-02-15
1
-2
/
+0
*
pwm: linux/pwm.h: fix Excess kernel-doc description warning
Randy Dunlap
2024-01-05
1
-1
/
+0
*
pwm: Add pwm_apply_state() compatibility stub
Thierry Reding
2024-01-05
1
-0
/
+7
*
pwm: Drop two unused API functions
Uwe Kleine-König
2023-12-20
1
-12
/
+0
*
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
2023-12-20
1
-0
/
+25
*
pwm: Replace ENOTSUPP with EOPNOTSUPP
Sean Young
2023-12-20
1
-2
/
+2
*
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2023-12-20
1
-14
/
+14
*
pwm: Update kernel doc for struct pwm_chip
Uwe Kleine-König
2023-12-20
1
-2
/
+1
*
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
2023-12-20
1
-2
/
+1
*
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
2023-12-20
1
-1
/
+0
*
pwm: Fix double shift bug
Dan Carpenter
2023-11-10
1
-2
/
+2
*
pwm: Drop pwm_[sg]et_chip_data()
Uwe Kleine-König
2023-10-13
1
-14
/
+0
*
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-10-13
1
-4
/
+6
*
pwm: Use a consistent name for pwm_chip pointers in the core
Uwe Kleine-König
2023-07-20
1
-3
/
+3
*
pwm: Delete deprecated functions pwm_request() and pwm_free()
Uwe Kleine-König
2023-04-13
1
-13
/
+0
*
pwm: Move pwm_capture() dummy to restore order
Geert Uytterhoeven
2023-01-30
1
-7
/
+7
*
Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-21
1
-2
/
+2
|
\
|
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
1
-2
/
+2
*
|
pwm: Add a stub for devm_pwmchip_add()
Andy Shevchenko
2022-11-22
1
-0
/
+5
|
/
*
pwm: core: Make of_pwm_get() static
Andy Shevchenko
2022-09-19
1
-10
/
+0
*
pwm: core: Get rid of unused devm_of_pwm_get()
Andy Shevchenko
2022-09-19
1
-10
/
+0
*
pwm: Drop unused forward declaration from pwm.h
Uwe Kleine-König
2022-06-22
1
-2
/
+0
*
pwm: Reorder header file to get rid of struct pwm_capture forward declaration
Uwe Kleine-König
2022-06-22
1
-11
/
+10
*
pwm: Drop support for legacy drivers
Uwe Kleine-König
2022-06-22
1
-12
/
+0
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-18
1
-0
/
+13
|
\
|
*
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
2021-11-05
1
-0
/
+4
|
*
pwm: Add might_sleep() annotations for !CONFIG_PWM API functions
Uwe Kleine-König
2021-11-05
1
-0
/
+9
*
|
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
2021-10-27
1
-0
/
+2
|
/
*
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
2021-09-02
1
-1
/
+1
*
pwm: core: Remove unused devm_pwm_put()
Andy Shevchenko
2021-06-30
1
-5
/
+0
*
pwm: Add a device-managed function to add PWM chips
Uwe Kleine-König
2021-06-28
1
-0
/
+3
*
pwm: core: Support new usage_power setting in PWM state
Clemens Gruber
2021-06-04
1
-0
/
+7
*
pwm: Clarify which state pwm_get_state() returns
Uwe Kleine-König
2021-04-09
1
-0
/
+5
*
pwm: Drop function pwmchip_add_with_polarity()
Uwe Kleine-König
2021-03-22
1
-2
/
+0
*
pwm: Remove unused function pwmchip_add_inversed()
Uwe Kleine-König
2020-12-17
1
-5
/
+0
*
pwm: Convert period and duty cycle to u64
Guru Das Srinagesh
2020-06-17
1
-6
/
+6
*
pwm: Implement some checks for lowlevel drivers
Uwe Kleine-König
2020-03-30
1
-1
/
+3
[next]