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
/
drivers
/
pwm
/
sysfs.c
Age
Commit message (
Expand
)
Author
2019-07-09
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-06-26
pwm: sysfs: Add suspend/resume support
Yoshihiro Shimoda
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-03-20
pwm: sysfs: fix typo "its" -> "it's"
Uwe Kleine-König
2019-03-20
pwm: Fix deadlock warning when removing PWM device
Phong Hoang
2018-10-12
pwm: Send a uevent on the pwmchip device upon channel sysfs (un)export
Fabrice Gasnier
2018-10-12
Revert "pwm: Set class for exported channels in sysfs"
Fabrice Gasnier
2018-03-28
pwm: sysfs: Use put_device() instead of kfree()
Arvind Yadav
2017-12-05
pwm: Set class for exported channels in sysfs
Gottfried Haider
2016-11-29
pwm: Fix device reference leak
Johan Hovold
2016-09-05
pwm: Unexport children before chip removal
David Hsu
2016-07-25
Merge branch 'for-4.8/capture' into for-next
Thierry Reding
2016-06-10
pwm: sysfs: Add PWM capture support
Lee Jones
2016-06-10
pwm: sysfs: Get return value from pwm_apply_state()
Ryo Kodama
2016-05-17
pwm: Switch to the atomic API
Boris Brezillon
2016-05-17
pwm: Get rid of pwm->lock
Boris BREZILLON
2015-11-10
pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's
Olliver Schinagl
2015-11-10
pwm: sysfs: Remove unnecessary temporary variable
Olliver Schinagl
2015-07-27
pwm: sysfs: Remove unnecessary padding
Thierry Reding
2015-07-27
pwm: sysfs: Properly convert from enum to string
Thierry Reding
2015-07-20
pwm: Make use of pwm_get_xxx() helpers where appropriate
Boris Brezillon
2015-07-20
pwm: Add the pwm_is_enabled() helper
Boris Brezillon
2013-12-04
pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macro
Axel Lin
2013-07-29
pwm: convert class code to use dev_groups
Greg Kroah-Hartman
2013-06-21
pwm: Add sysfs interface
H Hartley Sweeten