aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19pwm: img: Impose upper and lower timebase steps valueNaidu Tellapati1-12/+64
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
2014-08-25pwm: imx: Fix the macro MX3_PWMCR_PRESCALER(x) definitionLiu Ying1-1/+1
2014-08-25pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-1/+1
2014-08-25pwm: lpss: make it buildable only on X86Andy Shevchenko1-0/+1
2014-08-25pwm: lpss: use c99 initializers in structuresJulia Lawall1-2/+2
2014-08-23pwm: lpss: Fix build failure on PowerPCThierry Reding1-0/+1
2014-08-23pwm: lpss: pci: Move to use pcim_enable_device()Andy Shevchenko1-2/+1
2014-08-23pwm: lpss: Properly split driver to partsAndy Shevchenko6-127/+195
2014-08-22pwm: lpss: Add ACPI and PCI IDs for Intel BraswellAlan Cox1-0/+8
2014-08-22pwm: fsl-ftm: Select REGMAP_MMIOFabio Estevam1-0/+1
2014-08-20pwm: fsl-ftm: Convert to direct regmap API usageXiubo Li1-39/+44
2014-08-20pwm: fsl-ftm: Clean up the codeXiubo Li1-7/+6
2014-08-18pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven1-2/+6
2014-08-08Merge tag 'pwm/for-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds7-25/+713
2014-08-08pwm: rockchip: Added to support for RK3288 SoCCaesar Wang1-24/+111
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh1-48/+16
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh1-14/+30
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh1-44/+96
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh1-11/+27