index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pwm.h
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-03
pwm: core: export pwm_get_state_hw()
David Lechner
2024-10-01
pwm: Add kernel doc for members added to pwm_ops recently
Uwe Kleine-König
2024-09-28
pwm: Provide new consumer API functions for waveforms
Uwe Kleine-König
2024-09-28
pwm: New abstraction for PWM waveforms
Uwe Kleine-König
2024-09-27
pwm: Add more locking
Uwe Kleine-König
2024-09-05
pwm: Don't export pwm_capture()
Uwe Kleine-König
2024-07-10
pwm: Drop pwm_apply_state()
Uwe Kleine-König
2024-07-10
pwm: Remove wrong implementation details from pwm_ops's documentation
Uwe Kleine-König
2024-07-10
pwm: Make pwm_request_from_chip() private to the core
Uwe Kleine-König
2024-07-10
pwm: Make use of a symbol namespace for the core
Uwe Kleine-König
2024-04-30
pwm: Make pwmchip_[sg]et_drvdata() a wrapper around dev_set_drvdata()
Uwe Kleine-König
2024-04-26
pwm: Add a struct device to struct pwm_chip
Uwe Kleine-König
2024-04-26
pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
Uwe Kleine-König
2024-04-26
pwm: Move contents of sysfs.c into core.c
Uwe Kleine-König
2024-04-26
pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()
Uwe Kleine-König
2024-02-15
pwm: Provide pwmchip_alloc() function and a devm variant of it
Uwe Kleine-König
2024-02-15
pwm: Provide wrappers for storing and getting driver private data
Uwe Kleine-König
2024-02-15
pwm: Provide an inline function to get the parent device of a given chip
Uwe Kleine-König
2024-02-15
pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
Uwe Kleine-König
2024-01-05
pwm: linux/pwm.h: fix Excess kernel-doc description warning
Randy Dunlap
2024-01-05
pwm: Add pwm_apply_state() compatibility stub
Thierry Reding
2023-12-20
pwm: Drop two unused API functions
Uwe Kleine-König
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
2023-12-20
pwm: Replace ENOTSUPP with EOPNOTSUPP
Sean Young
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2023-12-20
pwm: Update kernel doc for struct pwm_chip
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-11-10
pwm: Fix double shift bug
Dan Carpenter
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-20
pwm: Use a consistent name for pwm_chip pointers in the core
Uwe Kleine-König
2023-04-13
pwm: Delete deprecated functions pwm_request() and pwm_free()
Uwe Kleine-König
2023-01-30
pwm: Move pwm_capture() dummy to restore order
Geert Uytterhoeven
2022-12-21
Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-06
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-11-22
pwm: Add a stub for devm_pwmchip_add()
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 unused forward declaration from pwm.h
Uwe Kleine-König
2022-06-22
pwm: Reorder header file to get rid of struct pwm_capture forward declaration
Uwe Kleine-König
2022-06-22
pwm: Drop support for legacy drivers
Uwe Kleine-König
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-05
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
2021-11-05
pwm: Add might_sleep() annotations for !CONFIG_PWM API functions
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-06-30
pwm: core: Remove unused devm_pwm_put()
Andy Shevchenko
2021-06-28
pwm: Add a device-managed function to add PWM chips
Uwe Kleine-König
[next]