summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-0/+102
|\
| * pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda2019-06-261-0/+102
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1Star
|/
* pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König2019-03-201-1/+1
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-03-201-13/+1Star
* pwm: Send a uevent on the pwmchip device upon channel sysfs (un)exportFabrice Gasnier2018-10-121-0/+11
* Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier2018-10-121-1/+0Star
* pwm: sysfs: Use put_device() instead of kfree()Arvind Yadav2018-03-281-1/+2
* pwm: Set class for exported channels in sysfsGottfried Haider2017-12-051-0/+1
* 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/+1Star
* 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/+2Star
* pwm: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-291-9/+12
* pwm: Add sysfs interfaceH Hartley Sweeten2013-06-211-0/+352