summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Fix device reference leakJohan Hovold2016-11-291-0/+2
* pwm: Unexport children before chip removalDavid Hsu2016-09-051-0/+18
* Merge branch 'for-4.8/capture' into for-nextThierry Reding2016-07-251-0/+17
|\
| * pwm: sysfs: Add PWM capture supportLee Jones2016-06-101-0/+17
* | pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama2016-06-101-1/+1
|/
* pwm: Switch to the atomic APIBoris Brezillon2016-05-171-11/+37
* pwm: Get rid of pwm->lockBoris BREZILLON2016-05-171-4/+20
* pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl2015-11-101-36/+36
* pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl2015-11-101-2/+1
* pwm: sysfs: Remove unnecessary paddingThierry Reding2015-07-271-3/+3
* pwm: sysfs: Properly convert from enum to stringThierry Reding2015-07-271-2/+12
* pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon2015-07-201-5/+6
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-1/+1
* pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin2013-12-041-10/+2
* pwm: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-291-9/+12
* pwm: Add sysfs interfaceH Hartley Sweeten2013-06-211-0/+352