summaryrefslogtreecommitdiff
path: root/drivers/pwm
Commit message (Expand)AuthorAge
* Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-13
|\
| * Merge branch 'for-4.13/drivers' into for-nextThierry Reding2017-07-06
| |\
| | * pwm: cros-ec: Fix transposed param settingsNick Vaccaro2017-07-06
| | * pwm: meson: Improve PWM calculation precisionJerome Brunet2017-07-06
| | * pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet2017-07-06
| | * pwm: sun4i: Drop legacy callbacksAlexandre Belloni2017-07-06
| | * pwm: sun4i: Switch to atomic PWMAlexandre Belloni2017-07-06
| | * pwm: sun4i: Improve hardware read outAlexandre Belloni2017-07-06
| | * pwm: hibvt: Constify hibvt_pwm_opsArvind Yadav2017-07-06
| | * pwm: bfin: Remove unneeded error messageMarkus Elfring2017-07-06
| | * pwm: tegra: Set maximum pwm clock source per SoC tapeoutLaxman Dewangan2017-06-13
| * | pwm: Silently error out on EPROBE_DEFERJerome Brunet2017-07-06
| |/
* | pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-22
|/
* Merge branch 'for-4.12/drivers' into for-nextThierry Reding2017-04-13
|\
| * pwm: tegra: Read PWM clock source rate in driver initLaxman Dewangan2017-04-13
| * pwm: pca9685: Fix GPIO-only operationSven Van Asbroeck2017-04-13
| * pwm: mediatek: Don't explicitly set .ownerkbuild test robot2017-04-13
| * pwm: tegra: Avoid potential overflow for short periodsThierry Reding2017-04-13
| * pwm: tegra: Add support to configure pin state in suspends/resumeLaxman Dewangan2017-04-12
| * pwm: tegra: Increase precision in PWM rate calculationLaxman Dewangan2017-04-12
| * pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementationLaxman Dewangan2017-04-12
| * pwm: Add MediaTek PWM supportJohn Crispin2017-04-06
| * pwm: atmel: Enable PWM on sama5d2Claudiu Beznea2017-04-06
| * pwm: atmel: Switch to atomic PWMClaudiu Beznea2017-04-06
| * pwm: atmel-hlcdc: Implement the suspend/resume hooksBoris Brezillon2017-04-06
| * pwm: atmel-hlcdc: Convert to the atomic PWM APIBoris Brezillon2017-04-06
* | pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu2017-04-06
* | pwm: lpss: Set enable-bit before waiting for update-bit to go lowHans de Goede2017-04-06
* | pwm: lpss: Split Tangier configurationAndy Shevchenko2017-04-06
|/
* Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-01
|\
| * Merge branch 'for-4.11/drivers' into for-nextThierry Reding2017-02-10
| |\
| | * pwm: imx: Add polarity inversion support to i.MX's PWMv2Lukasz Majewski2017-01-30
| | * pwm: imx: Remove redundant i.MX PWMv2 codeLukasz Majewski2017-01-30
| | * pwm: imx: Provide atomic PWM support for i.MX PWMv2Lukasz Majewski2017-01-30
| | * pwm: imx: Move PWMv2 wait for fifo slot code to a separate functionLukasz Majewski2017-01-30
| | * pwm: imx: Move PWMv2 software reset code to a separate functionLukasz Majewski2017-01-30
| | * pwm: imx: Rewrite v1 code to facilitate switch to atomic PWMLukasz Majewski2017-01-30
| | * pwm: imx: Add separate set of PWM ops for v1 and v2Lukasz Majewski2017-01-30
| | * pwm: imx: Remove ipg clock and enable per clock when requiredSascha Hauer2017-01-30
| | * pwm: lpss: Add Intel Gemini Lake PCI IDMika Westerberg2017-01-30
| | * pwm: lpss: Do not export board infos for different PWM typesAndy Shevchenko2017-01-30
| | * pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabledIlkka Koskinen2017-01-30
| | * pwm: lpss: Switch to new atomic APIAndy Shevchenko2017-01-30
| | * pwm: lpss: Allow duty cycle to be 0Andy Shevchenko2017-01-30
| | * pwm: lpss: Avoid potential overflow of base_unitAndy Shevchenko2017-01-30
| | * pwm: pca9685: Fix period change with same duty cycleClemens Gruber2017-01-20
| | * pwm: constify pwm_ops structuresBhumika Goyal2017-01-19
| | * pwm: bcm-iproc: Update dependencies for compile-testScott Branden2017-01-19
| | * pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg2017-01-19
| * | pwm: Try to load modules during pwm_get()Hans de Goede2017-01-30