summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* pwm: Remove redundant assignment to pointer pwmColin Ian King2021-07-071-1/+1
* pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko2021-06-301-35/+25
* pwm: core: Remove unused devm_pwm_put()Andy Shevchenko2021-06-301-25/+0
* pwm: core: Unify fwnode checks in the moduleAndy Shevchenko2021-06-301-6/+7
* pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko2021-06-301-30/+1
* pwm: core: Convert to use fwnode for matchingAndy Shevchenko2021-06-301-3/+3
* pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König2021-06-281-14/+2
* pwm: Add a device-managed function to add PWM chipsUwe Kleine-König2021-06-281-0/+19
* pwm: core: Support new usage_power setting in PWM stateClemens Gruber2021-06-041-1/+5
* pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König2021-05-251-1/+7
* pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König2021-05-251-26/+1
* pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König2021-05-251-4/+5
* pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-22/+3
* pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König2021-03-221-1/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-18/+7
* pwm: core: Use octal permissionSoham Biswas2020-12-171-1/+1
* pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-241-14/+3
* pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-171-7/+7
* pwm: Add missing "CONFIG_" prefixKees Cook2020-06-041-1/+1
* pwm: Add missing '\n' in log messagesChristophe JAILLET2020-04-141-1/+1
* pwm: Make pwm_apply_state_debug() staticJason Yan2020-04-031-2/+2
* pwm: Implement some checks for lowlevel driversUwe Kleine-König2020-03-301-7/+128
* pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König2020-01-201-1/+8
* pwm: Read initial hardware state at request timeThierry Reding2019-12-091-3/+3
* Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding2019-10-211-8/+1
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-4/+2
* pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König2019-09-211-1/+8
* pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König2019-09-211-11/+14
* pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede2019-08-081-2/+5
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-3/+169
|\
| * pwm: Add support referencing PWMs from ACPINikolaus Voss2019-06-261-0/+122
| * pwm: Add consumer device linkFabrice Gasnier2019-06-251-3/+47
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
|/
* pwm: Clear chip_data in pwm_put()Uwe Kleine-König2019-05-091-0/+1
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-03-201-5/+5
* pwm: Drop per-chip dbg_show callbackUwe Kleine-König2019-01-101-4/+1
* pwm: Don't use memcmp() to compare state variablesUwe Kleine-König2019-01-101-1/+4
* pwm: Silently error out on EPROBE_DEFERJerome Brunet2017-07-061-1/+3
* pwm: Try to load modules during pwm_get()Hans de Goede2017-01-301-0/+14
* pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede2017-01-301-10/+8
* pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann2017-01-301-10/+12
* pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann2017-01-301-2/+2
* pwm: Remove pwm_can_sleep()Thierry Reding2017-01-041-12/+0
* pwm: Unexport children before chip removalDavid Hsu2016-09-051-0/+2
* Merge branch 'for-4.8/capture' into for-nextThierry Reding2016-07-251-0/+27
|\
| * pwm: Add PWM capture supportLee Jones2016-06-101-0/+27
* | pwm: Improve args checking in pwm_apply_state()Brian Norris2016-06-101-1/+2
|/
* Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding2016-05-171-90/+132
|\
| * pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner2016-05-171-0/+5
| * pwm: Switch to the atomic APIBoris Brezillon2016-05-171-1/+4