Age | Commit message (Expand) | Author |
2016-05-25 | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-17 | Merge branch 'for-4.7/pwm-atomic' into for-next | Thierry Reding |
2016-05-17 | Merge branch 'for-4.7/pwm-args' into for-next | Thierry Reding |
2016-05-17 | pwm: Add information about polarity, duty cycle and period to debugfs | Heiko Stübner |
2016-05-17 | pwm: Switch to the atomic API | Boris Brezillon |
2016-05-17 | pwm: Add core infrastructure to allow atomic updates | Boris Brezillon |
2016-05-17 | pwm: Add hardware readout infrastructure | Boris Brezillon |
2016-05-17 | pwm: Move the enabled/disabled info into pwm_state | Boris Brezillon |
2016-05-17 | pwm: Introduce the pwm_state concept | Boris Brezillon |
2016-05-17 | pwm: Keep PWM state in sync with hardware state | Boris Brezillon |
2016-05-17 | pwm: Use pwm_get/set_xxx() helpers where appropriate | Boris Brezillon |
2016-05-17 | pwm: Get rid of pwm->lock | Boris BREZILLON |
2016-05-17 | pwm: rcar: Make use of pwm_is_enabled() | Boris BREZILLON |
2016-05-17 | pwm: Fix pwm_apply_args() call sites | Boris Brezillon |
2016-05-13 | Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s... | Mark Brown |
2016-05-03 | pwm: Use kcalloc() instead of kzalloc() | Thierry Reding |
2016-05-03 | pwm: Add missing newline | Thierry Reding |
2016-05-03 | pwm: Introduce the pwm_args concept | Boris Brezillon |
2016-04-14 | pwm: fsl-ftm: Use flat regmap cache | Stefan Agner |
2016-03-23 | pwm: omap-dmtimer: Add debug message for effective period and duty cycle | David Rivshin |
2016-03-23 | pwm: omap-dmtimer: Round load and match values rather than truncate | David Rivshin |
2016-03-23 | pwm: omap-dmtimer: Add sanity checking for load and match values | David Rivshin |
2016-03-23 | pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculations | David Rivshin |
2016-03-23 | pwm: brcmstb: Fix check of devm_ioremap_resource() return code | Vladimir Zapolskiy |
2016-03-23 | pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILE | Simon Horman |
2016-03-23 | pwm: lpc18xx-sct: Test clock rate to avoid division by 0 | Wolfram Sang |
2016-03-23 | pwm: img: Test clock rate to avoid division by 0 | Wolfram Sang |
2016-01-21 | pwm: Mark all devices as "might sleep" | Thierry Reding |
2016-01-04 | pwm: omap-dmtimer: Potential NULL dereference on error | Dan Carpenter |
2016-01-04 | pwm: add HAS_IOMEM dependency to PWM_FSL_FTM | Vegard Nossum |
2015-12-16 | pwm: Add PWM driver for OMAP using dual-mode timers | Neil Armstrong |
2015-12-16 | pwm: rcar: Improve accuracy of frequency division setting | Ryo Kodama |
2015-12-16 | pwm: lpc32xx: return ERANGE, if requested period is not supported | Vladimir Zapolskiy |
2015-12-16 | pwm: lpc32xx: fix and simplify duty cycle and period calculations | Vladimir Zapolskiy |
2015-12-16 | pwm: lpc32xx: make device usable with common clock framework | Vladimir Zapolskiy |
2015-12-16 | pwm: lpc32xx: correct number of PWM channels from 2 to 1 | Vladimir Zapolskiy |
2015-12-16 | pwm: fsl-ftm: Fix clock enable/disable when using PM | Stefan Agner |
2015-12-16 | pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE | Mika Westerberg |
2015-12-16 | pwm: lpss: Select core part automatically | Andy Shevchenko |
2015-12-16 | pwm: lpss: Update PWM setting for Broxton | qipeng.zha |
2015-12-16 | pwm: bcm2835: Fix email address specification | Stefan Wahren |
2015-12-16 | pwm: bcm2835: Prevent division by zero | Stefan Wahren |
2015-12-16 | pwm: bcm2835: Calculate scaler in ->config() | Stefan Wahren |
2015-12-16 | pwm: lpss: Remove ->free() callback | Mika Westerberg |
2015-11-11 | Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-11-10 | pwm: sunxi: Fix whitespace issue | Olliver Schinagl |
2015-11-10 | pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's | Olliver Schinagl |
2015-11-10 | pwm: sysfs: Remove unnecessary temporary variable | Olliver Schinagl |
2015-11-10 | pwm: Return -ENODEV if no PWM lookup match is found | Thierry Reding |
2015-11-10 | pwm: sun4i: Add support for PWM controller on sun5i SoCs | Hans de Goede |