aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding
2016-05-17Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding
2016-05-17pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner
2016-05-17pwm: Switch to the atomic APIBoris Brezillon
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON
2016-05-17pwm: rcar: Make use of pwm_is_enabled()Boris BREZILLON
2016-05-17pwm: Fix pwm_apply_args() call sitesBoris Brezillon
2016-05-13Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s...Mark Brown
2016-05-03pwm: Use kcalloc() instead of kzalloc()Thierry Reding
2016-05-03pwm: Add missing newlineThierry Reding
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin
2016-03-23pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy
2016-03-23pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman
2016-03-23pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang
2016-01-21pwm: Mark all devices as "might sleep"Thierry Reding
2016-01-04pwm: omap-dmtimer: Potential NULL dereference on errorDan Carpenter
2016-01-04pwm: add HAS_IOMEM dependency to PWM_FSL_FTMVegard Nossum
2015-12-16pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong
2015-12-16pwm: rcar: Improve accuracy of frequency division settingRyo Kodama
2015-12-16pwm: lpc32xx: return ERANGE, if requested period is not supportedVladimir Zapolskiy
2015-12-16pwm: lpc32xx: fix and simplify duty cycle and period calculationsVladimir Zapolskiy
2015-12-16pwm: lpc32xx: make device usable with common clock frameworkVladimir Zapolskiy
2015-12-16pwm: lpc32xx: correct number of PWM channels from 2 to 1Vladimir Zapolskiy
2015-12-16pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner
2015-12-16pwm: lpss: Rework the sequence of programming PWM_SW_UPDATEMika Westerberg
2015-12-16pwm: lpss: Select core part automaticallyAndy Shevchenko
2015-12-16pwm: lpss: Update PWM setting for Broxtonqipeng.zha
2015-12-16pwm: bcm2835: Fix email address specificationStefan Wahren
2015-12-16pwm: bcm2835: Prevent division by zeroStefan Wahren
2015-12-16pwm: bcm2835: Calculate scaler in ->config()Stefan Wahren
2015-12-16pwm: lpss: Remove ->free() callbackMika Westerberg
2015-11-11Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-11-10pwm: sunxi: Fix whitespace issueOlliver Schinagl
2015-11-10pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro'sOlliver Schinagl
2015-11-10pwm: sysfs: Remove unnecessary temporary variableOlliver Schinagl
2015-11-10pwm: Return -ENODEV if no PWM lookup match is foundThierry Reding
2015-11-10pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede