summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-0918-55/+697
|\
| * ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errataJosh Wu2015-09-091-0/+5
| * pwm: NXP LPC18xx PWM/SCT driverAriel D'Alessandro2015-09-093-0/+478
| * pwm-pca9685: Support changing the output frequencyClemens Gruber2015-08-171-1/+64
| * pwm-pca9685: Fix several driver bugsClemens Gruber2015-08-171-0/+24
| * pwm: kona: Modify settings application sequenceJonathan Richardson2015-08-171-9/+38
| * pwm: pca9685: Drop owner assignmentKrzysztof Kozlowski2015-08-171-1/+0
| * pwm: Clean up kerneldocThierry Reding2015-08-171-6/+38
| * pwm: Remove useless whitespaceThierry Reding2015-08-171-1/+0
| * pwm: sysfs: Remove unnecessary paddingThierry Reding2015-07-271-3/+3
| * pwm: sysfs: Properly convert from enum to stringThierry Reding2015-07-271-2/+12
| * pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon2015-07-205-9/+12
| * pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-2012-26/+26
* | pwm: crc: Add Crystalcove (CRC) PWM driverShobhit Kumar2015-07-213-0/+151
|/
* Merge tag 'pwm/for-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-235-26/+89
|\
| * pwm: lpss: pci: Add support for Broxton platformQipeng Zha2015-06-121-0/+2
| * pwm: bcm-kona: Don't set polarity in probeArun Ramamurthy2015-06-121-6/+3
| * pwm: Add pwmchip_add_with_polarity() APITim Kryger2015-06-121-3/+20
| * pwm: atmel: Fix incorrect CDTY value after disablingAlexandre Belloni2015-06-121-0/+28
| * pwm: atmel: Fix incorrect CDTY value after enablingAlexandre Belloni2015-06-121-17/+18
| * pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modaliasJavier Martinez Canillas2015-05-211-0/+1
| * pwm: Add support to remove registered consumer lookup tablesShobhit Kumar2015-05-061-0/+17
* | pwm: img: Impose upper and lower timebase steps valueNaidu Tellapati2015-05-191-12/+64
|/
* pwm: Remove __init initializer for pwm_add_table()Shobhit Kumar2015-04-231-1/+1
* pwm: samsung: Fix output race on disablingSjoerd Simons2015-03-271-1/+31
* pwm: mxs: Fix period divider computationGaetan Hug2015-03-111-2/+6
* pwm: atmel-hlcdc: Add errata handling for sama5d4Nicolas Ferre2015-03-111-0/+4
* pwm: pca9685: Constify struct regmap_configKrzysztof Kozlowski2015-03-111-1/+1
* pwm: tegra: Use NSEC_PER_SECThierry Reding2015-02-181-1/+1
* pwm: Remove unnecessary check before of_node_put()Markus Elfring2015-02-031-1/+1
* pwm: Imagination Technologies PWM DAC driverNaidu Tellapati2015-01-303-0/+263
* pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh2015-01-301-19/+11
* pwm: Add Allwinner SoC supportAlexandre Belloni2015-01-303-0/+377
* pwm: atmel-hlcdc: Prevent division by zeroBoris BREZILLON2015-01-301-0/+6
* pwm: atmel-hlcdc: Depend on HAVE_CLKThierry Reding2015-01-301-0/+1
* Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-175-5/+587
|\
| * pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handlingBoris BREZILLON2014-12-041-5/+45
| * pwm: ftm: Add Power Management support for FTM PWMXiubo Li2014-12-011-1/+48
| * pwm: ftm: Add regmap rbtree type cache supportXiubo Li2014-12-011-0/+11
| * pwm: ftm: Correctly track usage countXiubo Li2014-12-011-3/+1
| * pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7Abhilash Kesavan2014-11-171-1/+1
| * pwm: add support for atmel-hlcdc-pwm deviceBoris Brezillon2014-11-173-0/+271
| * pwm: Add BCM2835 PWM driverBart Tanghe2014-11-173-0/+215
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0319-19/+0
|\ \ | |/ |/|
| * pwm: drop owner assignment from platform_driversWolfram Sang2014-10-2019-19/+0
* | Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-2111-219/+379
|\ \ | |/ |/|
| * pwm: Let PWM_CLPS711X depend on HAS_IOMEMChen Gang2014-10-201-0/+1
| * pwm: atmel: Fix calculation of prescale valueNikolaus Voss2014-09-251-13/+11
| * pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven2014-08-291-15/+14
| * pwm: rockchip: Allow polarity invert on rk3288Doug Anderson2014-08-261-9/+48