aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/sysfs.c
AgeCommit message (Expand)Author
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-12-20pwm: Replace PWM chip unique base by unique IDUwe Kleine-König
2023-06-23pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2022-09-28pwm: sysfs: Replace sprintf() with sysfs_emit()Andy Shevchenko
2022-09-28pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Andy Shevchenko
2020-09-24pwm: Allow store 64-bit duty cycle from sysfs interfaceJarkko Nikula
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-26pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-03-20pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2018-10-12pwm: Send a uevent on the pwmchip device upon channel sysfs (un)exportFabrice Gasnier
2018-10-12Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier
2018-03-28pwm: sysfs: Use put_device() instead of kfree()Arvind Yadav
2017-12-05pwm: Set class for exported channels in sysfsGottfried Haider
2016-11-29pwm: Fix device reference leakJohan Hovold
2016-09-05pwm: Unexport children before chip removalDavid Hsu
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding
2016-06-10pwm: sysfs: Add PWM capture supportLee Jones
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama
2016-05-17pwm: Switch to the atomic APIBoris Brezillon
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON
2015-11-10pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl
2015-11-10pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl
2015-07-27pwm: sysfs: Remove unnecessary paddingThierry Reding
2015-07-27pwm: sysfs: Properly convert from enum to stringThierry Reding
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2013-12-04pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin
2013-07-29pwm: convert class code to use dev_groupsGreg Kroah-Hartman
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten