summaryrefslogtreecommitdiff
path: root/drivers/pwm/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-20pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König1-1/+1
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang1-13/+1
2018-10-12pwm: Send a uevent on the pwmchip device upon channel sysfs (un)exportFabrice Gasnier1-0/+11
2018-10-12Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier1-1/+0
2018-03-28pwm: sysfs: Use put_device() instead of kfree()Arvind Yadav1-1/+2
2017-12-05pwm: Set class for exported channels in sysfsGottfried Haider1-0/+1
2016-11-29pwm: Fix device reference leakJohan Hovold1-0/+2
2016-09-05pwm: Unexport children before chip removalDavid Hsu1-0/+18
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding1-0/+17
2016-06-10pwm: sysfs: Add PWM capture supportLee Jones1-0/+17
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama1-1/+1
2016-05-17pwm: Switch to the atomic APIBoris Brezillon1-11/+37
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON1-4/+20
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