aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14pwm: atmel-hlcdc: Fix default PWM polarityBoris Brezillon1-1/+1
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama1-1/+1
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris1-1/+2
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds7-106/+199
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding7-109/+194
2016-05-17Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding3-8/+22
2016-05-17pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner1-0/+5
2016-05-17pwm: Switch to the atomic APIBoris Brezillon2-12/+41
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon1-68/+119
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon1-0/+3
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon1-4/+9
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon1-4/+4
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon1-14/+0
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon4-4/+5
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON2-19/+24
2016-05-17pwm: rcar: Make use of pwm_is_enabled()Boris BREZILLON1-1/+1
2016-05-17pwm: Fix pwm_apply_args() call sitesBoris Brezillon1-10/+17
2016-05-13Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-spmi', 'regulator/topic/rk808' and 'regulator/topic/s2mps11' into regulator-nextMark Brown3-9/+16
2016-05-03pwm: Use kcalloc() instead of kzalloc()Thierry Reding1-1/+1
2016-05-03pwm: Add missing newlineThierry Reding1-0/+1
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon3-9/+16
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner1-1/+1
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin1-1/+8
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin1-5/+1
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin1-4/+30
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin1-7/+20
2016-03-23pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy1-2/+2
2016-03-23pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman1-1/+1
2016-03-23pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-01-21pwm: Mark all devices as "might sleep"Thierry Reding1-1/+1
2016-01-04pwm: omap-dmtimer: Potential NULL dereference on errorDan Carpenter1-1/+1
2016-01-04pwm: add HAS_IOMEM dependency to PWM_FSL_FTMVegard Nossum1-0/+1
2015-12-16pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong3-0/+337
2015-12-16pwm: rcar: Improve accuracy of frequency division settingRyo Kodama1-1/+1
2015-12-16pwm: lpc32xx: return ERANGE, if requested period is not supportedVladimir Zapolskiy1-3/+3
2015-12-16pwm: lpc32xx: fix and simplify duty cycle and period calculationsVladimir Zapolskiy1-34/+19
2015-12-16pwm: lpc32xx: make device usable with common clock frameworkVladimir Zapolskiy1-2/+2
2015-12-16pwm: lpc32xx: correct number of PWM channels from 2 to 1Vladimir Zapolskiy1-1/+1
2015-12-16pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner1-33/+25
2015-12-16pwm: lpss: Rework the sequence of programming PWM_SW_UPDATEMika Westerberg1-2/+21
2015-12-16pwm: lpss: Select core part automaticallyAndy Shevchenko1-10/+5
2015-12-16pwm: lpss: Update PWM setting for Broxtonqipeng.zha2-14/+20
2015-12-16pwm: bcm2835: Fix email address specificationStefan Wahren1-1/+1
2015-12-16pwm: bcm2835: Prevent division by zeroStefan Wahren1-1/+9
2015-12-16pwm: bcm2835: Calculate scaler in ->config()Stefan Wahren1-5/+3
2015-12-16pwm: lpss: Remove ->free() callbackMika Westerberg1-1/+0
2015-11-11Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds15-80/+1323
2015-11-10pwm: sunxi: Fix whitespace issueOlliver Schinagl1-1/+1
2015-11-10pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl1-36/+36