aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl1-36/+36
2015-11-10pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl1-2/+1
2015-07-27pwm: sysfs: Remove unnecessary paddingThierry Reding1-3/+3
2015-07-27pwm: sysfs: Properly convert from enum to stringThierry Reding1-2/+12
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon1-5/+6
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon1-1/+1
2013-12-04pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin1-10/+2
2013-07-29pwm: convert class code to use dev_groupsGreg Kroah-Hartman1-9/+12
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten1-0/+352