Age | Commit message (Expand) | Author | Files | Lines |
2017-12-05 | pwm: meson: Add clock source configuration for Meson-AXG | Jian Hu | 1 | -0/+26 |
2017-12-05 | pwm: stmpe: Fix wrong register offset for hwpwm=2 case | Axel Lin | 1 | -1/+1 |
2017-12-05 | pwm: Set class for exported channels in sysfs | Gottfried Haider | 1 | -0/+1 |
2017-11-23 | Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -36/+251 |
2017-11-15 | pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable() | Axel Lin | 1 | -2/+1 |
2017-11-15 | pwm: mediatek: Add MT2712/MT7622 support | Zhi Mao | 1 | -9/+44 |
2017-11-15 | pwm: sunxi: Use of_device_get_match_data() | Corentin Labbe | 1 | -4/+4 |
2017-11-15 | pwm: atmel-tcb: Support backup mode | Romain Izard | 1 | -2/+61 |
2017-11-15 | pwm: img: Add runtime PM | Ed Blake | 1 | -37/+95 |
2017-11-15 | pwm: img: Add suspend / resume handling | Ed Blake | 1 | -1/+65 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-11 | Merge tag 'pwm/for-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 15 | -301/+660 |
2017-09-05 | Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw... | Lee Jones | 5 | -2/+259 |
2017-09-04 | pwm: Add STM32 LPTimer PWM driver | Fabrice Gasnier | 3 | -0/+257 |
2017-09-04 | mfd: twl: Move header file out of I2C realm | Wolfram Sang | 2 | -2/+2 |
2017-08-21 | pwm: pwm-samsung: fix suspend/resume support | Bartlomiej Zolnierkiewicz | 1 | -32/+35 |
2017-08-21 | pwm: samsung: Remove redundant checks from pwm_samsung_config() | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2017-08-21 | pwm: mediatek: Disable clock on PWM configuration failure | Zhi Mao | 1 | -1/+6 |
2017-08-21 | pwm: mediatek: Fix clock control issue | Zhi Mao | 1 | -22/+47 |
2017-08-21 | pwm: mediatek: Fix PWM source clock selection | Zhi Mao | 1 | -1/+1 |
2017-08-21 | pwm: mediatek: Fix Kconfig description | Zhi Mao | 1 | -1/+1 |
2017-08-21 | pwm: tegra: Explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
2017-08-21 | pwm: hibvt: Explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
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 |