summaryrefslogtreecommitdiff
path: root/drivers/pwm/core.c
AgeCommit message (Expand)Author
2019-12-05pwm: Clear chip_data in pwm_put()Uwe Kleine-König
2019-06-15pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2017-07-06pwm: Silently error out on EPROBE_DEFERJerome Brunet
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede
2017-01-30pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede
2017-01-30pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann
2017-01-30pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann
2017-01-04pwm: Remove pwm_can_sleep()Thierry Reding
2016-09-05pwm: Unexport children before chip removalDavid Hsu
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding
2016-06-10pwm: Add PWM capture supportLee Jones
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding
2016-05-17Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding
2016-05-17pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner
2016-05-17pwm: Switch to the atomic APIBoris Brezillon
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON
2016-05-17pwm: Fix pwm_apply_args() call sitesBoris Brezillon
2016-05-03pwm: Use kcalloc() instead of kzalloc()Thierry Reding
2016-05-03pwm: Add missing newlineThierry Reding
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon
2016-01-21pwm: Mark all devices as "might sleep"Thierry Reding
2015-11-10pwm: Return -ENODEV if no PWM lookup match is foundThierry Reding
2015-11-10pwm: Set enable state properly on failed call to enableJonathan Richardson
2015-08-17pwm: Clean up kerneldocThierry Reding
2015-08-17pwm: Remove useless whitespaceThierry Reding
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2015-06-12pwm: Add pwmchip_add_with_polarity() APITim Kryger
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar
2015-04-23pwm: Remove __init initializer for pwm_add_table()Shobhit Kumar
2015-02-03pwm: Remove unnecessary check before of_node_put()Markus Elfring
2014-08-29pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven
2014-08-25pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-08-18pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni
2013-12-20pwm: use seq_puts() instead of seq_printf()Jingoo Han
2013-09-03pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten
2013-06-10pwm: devm: alloc correct pointer sizeWolfram Sang
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds
2013-02-01pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi
2013-02-01pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi
2013-01-30pwm: Export pwm_{set,get}_chip_data()Thierry Reding
2013-01-30pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard
2012-12-06pwm: Export of_pwm_xlate_with_flags()Thierry Reding