summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: fsl-ftm: Use flat regmap cacheStefan Agner2016-04-141-1/+1
* pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin2016-03-231-1/+8
* pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin2016-03-231-5/+1
* pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin2016-03-231-4/+30
* pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin2016-03-231-7/+20
* pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy2016-03-231-2/+2
* pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman2016-03-231-1/+1
* pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
* pwm: img: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
* pwm: Mark all devices as "might sleep"Thierry Reding2016-01-211-1/+1
* pwm: omap-dmtimer: Potential NULL dereference on errorDan Carpenter2016-01-041-1/+1
* pwm: add HAS_IOMEM dependency to PWM_FSL_FTMVegard Nossum2016-01-041-0/+1
* pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong2015-12-163-0/+337
* pwm: rcar: Improve accuracy of frequency division settingRyo Kodama2015-12-161-1/+1
* pwm: lpc32xx: return ERANGE, if requested period is not supportedVladimir Zapolskiy2015-12-161-3/+3
* pwm: lpc32xx: fix and simplify duty cycle and period calculationsVladimir Zapolskiy2015-12-161-34/+19
* pwm: lpc32xx: make device usable with common clock frameworkVladimir Zapolskiy2015-12-161-2/+2
* pwm: lpc32xx: correct number of PWM channels from 2 to 1Vladimir Zapolskiy2015-12-161-1/+1
* pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner2015-12-161-33/+25
* pwm: lpss: Rework the sequence of programming PWM_SW_UPDATEMika Westerberg2015-12-161-2/+21
* pwm: lpss: Select core part automaticallyAndy Shevchenko2015-12-161-10/+5
* pwm: lpss: Update PWM setting for Broxtonqipeng.zha2015-12-162-14/+20
* pwm: bcm2835: Fix email address specificationStefan Wahren2015-12-161-1/+1
* pwm: bcm2835: Prevent division by zeroStefan Wahren2015-12-161-1/+9
* pwm: bcm2835: Calculate scaler in ->config()Stefan Wahren2015-12-161-5/+3
* pwm: lpss: Remove ->free() callbackMika Westerberg2015-12-161-1/+0
* Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-1115-80/+1323
|\
| * pwm: sunxi: Fix whitespace issueOlliver Schinagl2015-11-101-1/+1
| * pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl2015-11-101-36/+36
| * pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl2015-11-101-2/+1
| * pwm: Return -ENODEV if no PWM lookup match is foundThierry Reding2015-11-101-1/+3
| * pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede2015-11-101-2/+23
| * pwm: Set enable state properly on failed call to enableJonathan Richardson2015-11-101-7/+26
| * pwm: lpss: Add support for runtime PMQipeng Zha2015-11-063-0/+45
| * pwm: lpss: Add more Intel Broxton IDsMika Westerberg2015-11-062-0/+2
| * pwm: lpss: Support all four PWMs on Intel BroxtonMika Westerberg2015-11-063-2/+10
| * pwm: lpss: Add support for multiple PWMsMika Westerberg2015-11-062-21/+28
| * pwm-pca9685: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-11-062-5/+17
| * pwm: Add MediaTek display PWM driver supportYH Huang2015-10-063-0/+255
| * pwm: tipwmss: Enable on TI DRA7x and AM437xVignesh R2015-10-061-3/+3
| * pwm: atmel-hlcdc: add sama5d2 SoC support.Nicolas Ferre2015-10-061-0/+3
| * pwm: Add Broadcom BCM7038 PWM controller supportFlorian Fainelli2015-10-063-0/+354
| * pwm: Add support for R-Car PWM TimerYoshihiro Shimoda2015-10-063-0/+286
| * pwm: Add support for the Berlin PWM controllerAntoine Ténart2015-10-063-0/+229
| * pwm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* | misc: atmel_tclib: get and use slow clockBoris Brezillon2015-10-061-7/+19
|/
* 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