summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-219/+379
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/...Arnd 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...Linus 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
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones3-0/+377
2014-08-07pwm: imx: set can_sleep flag for imx_pwmShawn Guo1-0/+1
2014-08-07pwm: lpss: remove dependency on clk frameworkHeikki Krogerus1-22/+10
2014-08-07pwm: pwm-tipwmss: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-07-11pwm: add Rockchip SoC PWM supportBeniamino Galvani3-0/+185
2014-07-09PWM: atmel: allow building for AVR32Alexandre Belloni1-1/+1
2014-06-11Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-97/+487
2014-05-23pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin1-0/+1
2014-05-21pwm: ab8500: Fix wrong value shift for disable/enable PWMAxel Lin1-7/+2
2014-05-21pwm: samsung: do not set manual update bit in pwm_samsung_configAjay Kumar1-3/+0
2014-05-21pwm: lp3943: Set pwm_chip can_sleep flagAxel Lin1-0/+1
2014-05-21pwm: atmel: set pwm_chip can_sleep flagAlexandre Belloni1-0/+1
2014-05-21pwm: mxs: set pwm_chip can_sleep flagShawn Guo1-0/+1
2014-05-21pwm: tiehrpwm: inline accessor functionsWolfram Sang1-2/+2
2014-05-21pwm: tiehrpwm: don't build PM related functions when not neededWolfram Sang1-1/+1
2014-05-21pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni1-16/+3
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni1-1/+7
2014-05-08pwm: twl: Really disable twl6030 PWMsAxel Lin1-8/+0
2014-05-07pwm: lpss: Fix const qualifier and sparse warningsThierry Reding1-2/+2
2014-05-07pwm: spear: fix check on pwmchip_add() return valueBeniamino Galvani1-1/+1
2014-04-28pwm: lpss: Add support for PCI devicesAlan Cox1-31/+130
2014-04-28pwm: vt8500: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: tiehrpwm: Remove unnecessary OOM messagesJingoo Han1-3/+1