Age | Commit message (Expand) | Author | Files | Lines |
2017-08-21 | pwm: tiehrpwm: Set driver data before runtime PM enable | Thierry Reding | 1 | -1/+1 |
2017-08-21 | pwm: tiehrpwm: Miscellaneous coding style fixups | Thierry Reding | 1 | -50/+62 |
2017-08-21 | pwm: tiecap: Set driver data before runtime PM enable | Thierry Reding | 1 | -1/+1 |
2017-08-21 | pwm: tiecap: Miscellaneous coding style fixups | Thierry Reding | 1 | -41/+47 |
2017-08-21 | pwm: tiehrpwm: fix clock imbalance in probe error path | Johan Hovold | 1 | -1/+6 |
2017-08-21 | pwm: tiehrpwm: Fix runtime PM imbalance at unbind | Johan Hovold | 1 | -1/+0 |
2017-08-21 | pwm: Kconfig: Enable pwm-tiecap to be built for Keystone | Vignesh R | 1 | -1/+1 |
2017-08-21 | pwm: Add ZTE ZX PWM device driver | Shawn Guo | 3 | -0/+292 |
2017-08-21 | pwm: bcm2835: Support for polarity setting via DT | Stefan Wahren | 1 | -0/+2 |
2017-08-18 | pwm: rockchip: Add rk3328 support | David Wu | 1 | -2/+41 |
2017-08-18 | pwm: rockchip: Use same PWM ops for each IP | David Wu | 1 | -111/+38 |
2017-08-18 | pwm: rockchip: Move the configuration of polarity | David Wu | 1 | -24/+24 |
2017-08-18 | pwm: rockchip: Use pwm_apply() instead of pwm_enable() | David Wu | 1 | -63/+78 |
2017-08-18 | pwm: rockchip: Remove the judge from return value of pwm_config() | David Wu | 1 | -10/+2 |
2017-08-18 | pwm: rockchip: Add APB and function both clocks support | David Wu | 1 | -9/+49 |
2017-08-18 | pwm: renesas-tpu: Remove support for SH7372 | Simon Horman | 1 | -1/+0 |
2017-07-25 | pwm: vt8500: Undo preparation of a clock source. | Arvind Yadav | 1 | -0/+1 |
2017-07-25 | pwm: pca9685: clarify pca9685_set_sleep_mode() interface. | Sven Van Asbroeck | 1 | -7/+7 |
2017-07-25 | pwm: Convert to using %pOF instead of full_name | Rob Herring | 1 | -1/+1 |
2017-07-13 | Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -132/+211 |
2017-07-06 | Merge branch 'for-4.13/drivers' into for-next | Thierry Reding | 6 | -131/+208 |
2017-07-06 | pwm: cros-ec: Fix transposed param settings | Nick Vaccaro | 1 | -2/+2 |
2017-07-06 | pwm: meson: Improve PWM calculation precision | Jerome Brunet | 1 | -6/+10 |
2017-07-06 | pwm: meson: Add compatible for the gxbb ao PWMs | Jerome Brunet | 1 | -3/+29 |
2017-07-06 | pwm: sun4i: Drop legacy callbacks | Alexandre Belloni | 1 | -160/+0 |
2017-07-06 | pwm: sun4i: Switch to atomic PWM | Alexandre Belloni | 1 | -0/+166 |
2017-07-06 | pwm: sun4i: Improve hardware read out | Alexandre Belloni | 1 | -19/+46 |
2017-07-06 | pwm: hibvt: Constify hibvt_pwm_ops | Arvind Yadav | 1 | -1/+1 |
2017-07-06 | pwm: Silently error out on EPROBE_DEFER | Jerome Brunet | 1 | -1/+3 |
2017-07-06 | pwm: bfin: Remove unneeded error message | Markus Elfring | 1 | -3/+1 |
2017-06-13 | pwm: tegra: Set maximum pwm clock source per SoC tapeout | Laxman Dewangan | 1 | -1/+17 |
2017-05-22 | pwm: jz4740: Let the pinctrl driver configure the pins | Paul Cercueil | 1 | -29/+0 |
2017-04-13 | Merge branch 'for-4.12/drivers' into for-next | Thierry Reding | 7 | -309/+605 |
2017-04-13 | pwm: tegra: Read PWM clock source rate in driver init | Laxman Dewangan | 1 | -1/+6 |
2017-04-13 | pwm: pca9685: Fix GPIO-only operation | Sven Van Asbroeck | 1 | -33/+79 |
2017-04-13 | pwm: mediatek: Don't explicitly set .owner | kbuild test robot | 1 | -1/+0 |
2017-04-13 | pwm: tegra: Avoid potential overflow for short periods | Thierry Reding | 1 | -6/+4 |
2017-04-12 | pwm: tegra: Add support to configure pin state in suspends/resume | Laxman Dewangan | 1 | -0/+18 |
2017-04-12 | pwm: tegra: Increase precision in PWM rate calculation | Laxman Dewangan | 1 | -2/+5 |
2017-04-12 | pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementation | Laxman Dewangan | 1 | -2/+1 |
2017-04-06 | pwm: Add MediaTek PWM support | John Crispin | 3 | -0/+230 |
2017-04-06 | pwm: atmel: Enable PWM on sama5d2 | Claudiu Beznea | 1 | -0/+3 |
2017-04-06 | pwm: atmel: Switch to atomic PWM | Claudiu Beznea | 1 | -144/+129 |
2017-04-06 | pwm: atmel-hlcdc: Implement the suspend/resume hooks | Boris Brezillon | 1 | -0/+35 |
2017-04-06 | pwm: atmel-hlcdc: Convert to the atomic PWM API | Boris Brezillon | 1 | -126/+101 |
2017-04-06 | pwm: rockchip: State of PWM clock should synchronize with PWM enabled state | David Wu | 1 | -7/+33 |
2017-04-06 | pwm: lpss: Set enable-bit before waiting for update-bit to go low | Hans de Goede | 4 | -6/+16 |
2017-04-06 | pwm: lpss: Split Tangier configuration | Andy Shevchenko | 1 | -1/+8 |
2017-03-01 | Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 23 | -275/+445 |
2017-02-10 | Merge branch 'for-4.11/drivers' into for-next | Thierry Reding | 10 | -227/+408 |