summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
...
| * pwm: tiecap: Miscellaneous coding style fixupsThierry Reding2017-08-211-41/+47
| * pwm: tiehrpwm: fix clock imbalance in probe error pathJohan Hovold2017-08-211-1/+6
| * pwm: tiehrpwm: Fix runtime PM imbalance at unbindJohan Hovold2017-08-211-1/+0
| * pwm: Kconfig: Enable pwm-tiecap to be built for KeystoneVignesh R2017-08-211-1/+1
| * pwm: Add ZTE ZX PWM device driverShawn Guo2017-08-213-0/+292
| * pwm: bcm2835: Support for polarity setting via DTStefan Wahren2017-08-211-0/+2
| * pwm: rockchip: Add rk3328 supportDavid Wu2017-08-181-2/+41
| * pwm: rockchip: Use same PWM ops for each IPDavid Wu2017-08-181-111/+38
| * pwm: rockchip: Move the configuration of polarityDavid Wu2017-08-181-24/+24
| * pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu2017-08-181-63/+78
| * pwm: rockchip: Remove the judge from return value of pwm_config()David Wu2017-08-181-10/+2
| * pwm: rockchip: Add APB and function both clocks supportDavid Wu2017-08-181-9/+49
| * pwm: renesas-tpu: Remove support for SH7372Simon Horman2017-08-181-1/+0
| * pwm: vt8500: Undo preparation of a clock source.Arvind Yadav2017-07-251-0/+1
| * pwm: pca9685: clarify pca9685_set_sleep_mode() interface.Sven Van Asbroeck2017-07-251-7/+7
| * pwm: Convert to using %pOF instead of full_nameRob Herring2017-07-251-1/+1
| |
| \
*-. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-055-2/+259
|\ \ \ | |_|/ |/| |
| | * mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-042-2/+2
| |/ |/|
| * pwm: Add STM32 LPTimer PWM driverFabrice Gasnier2017-09-043-0/+257
|/
* Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-137-132/+211
|\
| * Merge branch 'for-4.13/drivers' into for-nextThierry Reding2017-07-066-131/+208
| |\
| | * pwm: cros-ec: Fix transposed param settingsNick Vaccaro2017-07-061-2/+2
| | * pwm: meson: Improve PWM calculation precisionJerome Brunet2017-07-061-6/+10
| | * pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet2017-07-061-3/+29
| | * pwm: sun4i: Drop legacy callbacksAlexandre Belloni2017-07-061-160/+0
| | * pwm: sun4i: Switch to atomic PWMAlexandre Belloni2017-07-061-0/+166
| | * pwm: sun4i: Improve hardware read outAlexandre Belloni2017-07-061-19/+46
| | * pwm: hibvt: Constify hibvt_pwm_opsArvind Yadav2017-07-061-1/+1
| | * pwm: bfin: Remove unneeded error messageMarkus Elfring2017-07-061-3/+1
| | * pwm: tegra: Set maximum pwm clock source per SoC tapeoutLaxman Dewangan2017-06-131-1/+17
| * | pwm: Silently error out on EPROBE_DEFERJerome Brunet2017-07-061-1/+3
| |/
* / pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-29/+0
|/
* Merge branch 'for-4.12/drivers' into for-nextThierry Reding2017-04-137-309/+605
|\
| * pwm: tegra: Read PWM clock source rate in driver initLaxman Dewangan2017-04-131-1/+6
| * pwm: pca9685: Fix GPIO-only operationSven Van Asbroeck2017-04-131-33/+79
| * pwm: mediatek: Don't explicitly set .ownerkbuild test robot2017-04-131-1/+0
| * pwm: tegra: Avoid potential overflow for short periodsThierry Reding2017-04-131-6/+4
| * pwm: tegra: Add support to configure pin state in suspends/resumeLaxman Dewangan2017-04-121-0/+18
| * pwm: tegra: Increase precision in PWM rate calculationLaxman Dewangan2017-04-121-2/+5
| * pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementationLaxman Dewangan2017-04-121-2/+1
| * pwm: Add MediaTek PWM supportJohn Crispin2017-04-063-0/+230
| * pwm: atmel: Enable PWM on sama5d2Claudiu Beznea2017-04-061-0/+3
| * pwm: atmel: Switch to atomic PWMClaudiu Beznea2017-04-061-144/+129
| * pwm: atmel-hlcdc: Implement the suspend/resume hooksBoris Brezillon2017-04-061-0/+35
| * pwm: atmel-hlcdc: Convert to the atomic PWM APIBoris Brezillon2017-04-061-126/+101
* | pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu2017-04-061-7/+33
* | pwm: lpss: Set enable-bit before waiting for update-bit to go lowHans de Goede2017-04-064-6/+16
* | pwm: lpss: Split Tangier configurationAndy Shevchenko2017-04-061-1/+8
|/
* Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-0123-275/+445
|\
| * Merge branch 'for-4.11/drivers' into for-nextThierry Reding2017-02-1010-227/+408
| |\