aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15pwm: Provide an inline function to get the parent device of a given chipGravatar Uwe Kleine-König 1-2/+2
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Gravatar Sean Young 1-5/+5
2023-12-20pwm: Replace PWM chip unique base by unique IDGravatar Uwe Kleine-König 1-1/+1
2023-06-23pwm: sysfs: Do not apply state to already disabled PWMsGravatar Marek Vasut 1-0/+17
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2022-09-28pwm: sysfs: Replace sprintf() with sysfs_emit()Gravatar Andy Shevchenko 1-6/+6
2022-09-28pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Gravatar Andy Shevchenko 1-4/+4
2020-09-24pwm: Allow store 64-bit duty cycle from sysfs interfaceGravatar Jarkko Nikula 1-2/+2
2020-06-17pwm: Convert period and duty cycle to u64Gravatar Guru Das Srinagesh 1-4/+4
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+102
2019-06-26pwm: sysfs: Add suspend/resume supportGravatar Yoshihiro Shimoda 1-0/+102
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 1-10/+1
2019-03-20pwm: sysfs: fix typo "its" -> "it's"Gravatar Uwe Kleine-König 1-1/+1
2019-03-20pwm: Fix deadlock warning when removing PWM deviceGravatar Phong Hoang 1-13/+1
2018-10-12pwm: Send a uevent on the pwmchip device upon channel sysfs (un)exportGravatar Fabrice Gasnier 1-0/+11
2018-10-12Revert "pwm: Set class for exported channels in sysfs"Gravatar Fabrice Gasnier 1-1/+0
2018-03-28pwm: sysfs: Use put_device() instead of kfree()Gravatar Arvind Yadav 1-1/+2
2017-12-05pwm: Set class for exported channels in sysfsGravatar Gottfried Haider 1-0/+1
2016-11-29pwm: Fix device reference leakGravatar Johan Hovold 1-0/+2
2016-09-05pwm: Unexport children before chip removalGravatar David Hsu 1-0/+18
2016-07-25Merge branch 'for-4.8/capture' into for-nextGravatar Thierry Reding 1-0/+17
2016-06-10pwm: sysfs: Add PWM capture supportGravatar Lee Jones 1-0/+17
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Gravatar Ryo Kodama 1-1/+1
2016-05-17pwm: Switch to the atomic APIGravatar Boris Brezillon 1-11/+37
2016-05-17pwm: Get rid of pwm->lockGravatar Boris BREZILLON 1-4/+20
2015-11-10pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sGravatar Olliver Schinagl 1-36/+36
2015-11-10pwm: sysfs: Remove unnecessary temporary variableGravatar Olliver Schinagl 1-2/+1
2015-07-27pwm: sysfs: Remove unnecessary paddingGravatar Thierry Reding 1-3/+3
2015-07-27pwm: sysfs: Properly convert from enum to stringGravatar Thierry Reding 1-2/+12
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateGravatar Boris Brezillon 1-5/+6
2015-07-20pwm: Add the pwm_is_enabled() helperGravatar Boris Brezillon 1-1/+1
2013-12-04pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroGravatar Axel Lin 1-10/+2
2013-07-29pwm: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-9/+12
2013-06-21pwm: Add sysfs interfaceGravatar H Hartley Sweeten 1-0/+352