summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2020-05-02pwm: bcm2835: Dynamically allocate baseFlorian Fainelli1-0/+1
2020-05-02pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven1-5/+4
2020-05-02pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven1-3/+7
2020-04-24pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck1-37/+48
2020-02-28pwm: Remove set but not set variable 'pwm'yu kuai1-4/+0
2020-02-28pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König1-1/+6
2020-01-27pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng1-5/+0
2020-01-27pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl1-2/+2
2020-01-27pwm: lpss: Release runtime-pm reference from the driver's remove callbackHans de Goede1-0/+6
2019-12-05pwm: Clear chip_data in pwm_put()Uwe Kleine-König4-3/+1
2019-12-05pwm: clps711x: Fix period calculationAlexander Shiyan1-2/+2
2019-12-05pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König1-0/+1
2019-12-01pwm: lpss: Only set update bit if we are actually changing the settingsHans de Goede1-5/+7
2019-10-11pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier1-0/+6
2019-06-15pwm: Fix deadlock warning when removing PWM devicePhong Hoang2-18/+6
2019-06-15pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer1-0/+2
2019-06-15pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl1-8/+17
2018-09-15pwm: meson: Fix mux clock namesJerome Brunet1-2/+1
2018-09-09pwm: tiehrpwm: Fix disabling of output of PWMsVignesh R1-0/+2
2018-09-09pwm: tiehrpwm: Don't use emulation mode bits to control PWM outputVignesh R1-11/+1
2018-07-03pwm: lpss: platform: Save/restore the ctrl register over a suspend/resumeHans de Goede3-0/+37
2018-04-24pwm: rcar: Fix a condition to prevent mismatch value setting to dutyRyo Kodama1-2/+6
2018-03-19pwm: stmpe: Fix wrong register offset for hwpwm=2 caseAxel Lin1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-11Merge tag 'pwm/for-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-301/+660
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones5-2/+259
2017-09-04pwm: Add STM32 LPTimer PWM driverFabrice Gasnier3-0/+257
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang2-2/+2
2017-08-21pwm: pwm-samsung: fix suspend/resume supportBartlomiej Zolnierkiewicz1-32/+35
2017-08-21pwm: samsung: Remove redundant checks from pwm_samsung_config()Bartlomiej Zolnierkiewicz1-3/+0
2017-08-21pwm: mediatek: Disable clock on PWM configuration failureZhi Mao1-1/+6
2017-08-21pwm: mediatek: Fix clock control issueZhi Mao1-22/+47
2017-08-21pwm: mediatek: Fix PWM source clock selectionZhi Mao1-1/+1
2017-08-21pwm: mediatek: Fix Kconfig descriptionZhi Mao1-1/+1
2017-08-21pwm: tegra: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-21pwm: hibvt: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-21pwm: tiehrpwm: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiehrpwm: Miscellaneous coding style fixupsThierry Reding1-50/+62
2017-08-21pwm: tiecap: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiecap: Miscellaneous coding style fixupsThierry Reding1-41/+47
2017-08-21pwm: tiehrpwm: fix clock imbalance in probe error pathJohan Hovold1-1/+6
2017-08-21pwm: tiehrpwm: Fix runtime PM imbalance at unbindJohan Hovold1-1/+0
2017-08-21pwm: Kconfig: Enable pwm-tiecap to be built for KeystoneVignesh R1-1/+1
2017-08-21pwm: Add ZTE ZX PWM device driverShawn Guo3-0/+292
2017-08-21pwm: bcm2835: Support for polarity setting via DTStefan Wahren1-0/+2
2017-08-18pwm: rockchip: Add rk3328 supportDavid Wu1-2/+41
2017-08-18pwm: rockchip: Use same PWM ops for each IPDavid Wu1-111/+38
2017-08-18pwm: rockchip: Move the configuration of polarityDavid Wu1-24/+24
2017-08-18pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu1-63/+78
2017-08-18pwm: rockchip: Remove the judge from return value of pwm_config()David Wu1-10/+2