aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17pwm-pca9685: Fix several driver bugsClemens Gruber1-0/+24
2015-08-17pwm: kona: Modify settings application sequenceJonathan Richardson1-9/+38
2015-08-17pwm: pca9685: Drop owner assignmentKrzysztof Kozlowski1-1/+0
2015-08-17pwm: Clean up kerneldocThierry Reding1-6/+38
2015-08-17pwm: Remove useless whitespaceThierry Reding1-1/+0
2015-07-27pwm: sysfs: Remove unnecessary paddingThierry Reding1-3/+3
2015-07-27pwm: sysfs: Properly convert from enum to stringThierry Reding1-2/+12
2015-07-21pwm: crc: Add Crystalcove (CRC) PWM driverShobhit Kumar3-0/+151
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon5-9/+12
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon12-26/+26
2015-06-23Merge tag 'pwm/for-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds5-26/+89
2015-06-12pwm: lpss: pci: Add support for Broxton platformQipeng Zha1-0/+2
2015-06-12pwm: bcm-kona: Don't set polarity in probeArun Ramamurthy1-6/+3
2015-06-12pwm: Add pwmchip_add_with_polarity() APITim Kryger1-3/+20
2015-06-12pwm: atmel: Fix incorrect CDTY value after disablingAlexandre Belloni1-0/+28
2015-06-12pwm: atmel: Fix incorrect CDTY value after enablingAlexandre Belloni1-17/+18
2015-05-21pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modaliasJavier Martinez Canillas1-0/+1
2015-05-19pwm: img: Impose upper and lower timebase steps valueNaidu Tellapati1-12/+64
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar1-0/+17
2015-04-23pwm: Remove __init initializer for pwm_add_table()Shobhit Kumar1-1/+1
2015-03-27pwm: samsung: Fix output race on disablingSjoerd Simons1-1/+31
2015-03-11pwm: mxs: Fix period divider computationGaetan Hug1-2/+6
2015-03-11pwm: atmel-hlcdc: Add errata handling for sama5d4Nicolas Ferre1-0/+4
2015-03-11pwm: pca9685: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-02-18pwm: tegra: Use NSEC_PER_SECThierry Reding1-1/+1
2015-02-03pwm: Remove unnecessary check before of_node_put()Markus Elfring1-1/+1
2015-01-30pwm: Imagination Technologies PWM DAC driverNaidu Tellapati3-0/+263
2015-01-30pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh1-19/+11
2015-01-30pwm: Add Allwinner SoC supportAlexandre Belloni3-0/+377
2015-01-30pwm: atmel-hlcdc: Prevent division by zeroBoris BREZILLON1-0/+6
2015-01-30pwm: atmel-hlcdc: Depend on HAVE_CLKThierry Reding1-0/+1
2014-12-17Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds5-5/+587
2014-12-04pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handlingBoris BREZILLON1-5/+45
2014-12-01pwm: ftm: Add Power Management support for FTM PWMXiubo Li1-1/+48
2014-12-01pwm: ftm: Add regmap rbtree type cache supportXiubo Li1-0/+11
2014-12-01pwm: ftm: Correctly track usage countXiubo Li1-3/+1
2014-11-17pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7Abhilash Kesavan1-1/+1
2014-11-17pwm: add support for atmel-hlcdc-pwm deviceBoris Brezillon3-0/+271
2014-11-17pwm: Add BCM2835 PWM driverBart Tanghe3-0/+215
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman19-19/+0
2014-10-21Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds11-219/+379
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang19-19/+0
2014-10-20pwm: Let PWM_CLPS711X depend on HAS_IOMEMChen Gang1-0/+1
2014-09-25pwm: atmel: Fix calculation of prescale valueNikolaus Voss1-13/+11
2014-09-09Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanupArnd Bergmann1-1/+1
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaƫl PORTAY1-1/+1
2014-08-29pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven1-15/+14
2014-08-26pwm: rockchip: Allow polarity invert on rk3288Doug Anderson1-9/+48
2014-08-25pwm: imx: Avoid sample FIFO overflow for i.MX PWM version2Liu Ying1-2/+43
2014-08-25pwm: imx: Cleanup indentation for register definitionsLiu Ying1-13/+13