summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pwm: Add core infrastructure to allow atomic updatesBoris Brezillon2016-05-171-68/+119
| * pwm: Add hardware readout infrastructureBoris Brezillon2016-05-171-0/+3
| * pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon2016-05-171-4/+9
| * pwm: Introduce the pwm_state conceptBoris Brezillon2016-05-171-4/+4
| * pwm: Keep PWM state in sync with hardware stateBoris Brezillon2016-05-171-14/+0
| * pwm: Get rid of pwm->lockBoris BREZILLON2016-05-171-15/+4
* | Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding2016-05-171-6/+20
|\|
| * pwm: Fix pwm_apply_args() call sitesBoris Brezillon2016-05-171-10/+17
| * pwm: Introduce the pwm_args conceptBoris Brezillon2016-05-031-7/+14
* | pwm: Use kcalloc() instead of kzalloc()Thierry Reding2016-05-031-1/+1
* | pwm: Add missing newlineThierry Reding2016-05-031-0/+1
|/
* pwm: Mark all devices as "might sleep"Thierry Reding2016-01-211-1/+1
* pwm: Return -ENODEV if no PWM lookup match is foundThierry Reding2015-11-101-1/+3
* pwm: Set enable state properly on failed call to enableJonathan Richardson2015-11-101-7/+26
* pwm: Clean up kerneldocThierry Reding2015-08-171-6/+38
* pwm: Remove useless whitespaceThierry Reding2015-08-171-1/+0
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-2/+2
* pwm: Add pwmchip_add_with_polarity() APITim Kryger2015-06-121-3/+20
* pwm: Add support to remove registered consumer lookup tablesShobhit Kumar2015-05-061-0/+17
* pwm: Remove __init initializer for pwm_add_table()Shobhit Kumar2015-04-231-1/+1
* pwm: Remove unnecessary check before of_node_put()Markus Elfring2015-02-031-1/+1
* pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven2014-08-291-15/+14
* pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-08-251-1/+1
* pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven2014-08-181-2/+6
* pwm: add period and polarity to struct pwm_lookupAlexandre Belloni2014-05-211-1/+7
* pwm: use seq_puts() instead of seq_printf()Jingoo Han2013-12-201-3/+3
* pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart2013-09-031-4/+3
* pwm: Add sysfs interfaceH Hartley Sweeten2013-06-211-2/+23