summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)Author
2017-04-06pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu
2017-04-06pwm: lpss: Set enable-bit before waiting for update-bit to go lowHans de Goede
2017-04-06pwm: lpss: Split Tangier configurationAndy Shevchenko
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-10Merge branch 'for-4.11/drivers' into for-nextThierry Reding
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede
2017-01-30pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede
2017-01-30pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann
2017-01-30pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann
2017-01-30pwm: imx: Add polarity inversion support to i.MX's PWMv2Lukasz Majewski
2017-01-30pwm: imx: Remove redundant i.MX PWMv2 codeLukasz Majewski
2017-01-30pwm: imx: Provide atomic PWM support for i.MX PWMv2Lukasz Majewski
2017-01-30pwm: imx: Move PWMv2 wait for fifo slot code to a separate functionLukasz Majewski
2017-01-30pwm: imx: Move PWMv2 software reset code to a separate functionLukasz Majewski
2017-01-30pwm: imx: Rewrite v1 code to facilitate switch to atomic PWMLukasz Majewski
2017-01-30pwm: imx: Add separate set of PWM ops for v1 and v2Lukasz Majewski
2017-01-30pwm: imx: Remove ipg clock and enable per clock when requiredSascha Hauer
2017-01-30pwm: lpss: Add Intel Gemini Lake PCI IDMika Westerberg
2017-01-30pwm: lpss: Do not export board infos for different PWM typesAndy Shevchenko
2017-01-30pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabledIlkka Koskinen
2017-01-30pwm: lpss: Switch to new atomic APIAndy Shevchenko
2017-01-30pwm: lpss: Allow duty cycle to be 0Andy Shevchenko
2017-01-30pwm: lpss: Avoid potential overflow of base_unitAndy Shevchenko
2017-01-25pwm: Add driver for STM32 plaftormBenjamin Gaignard
2017-01-20pwm: pca9685: Fix period change with same duty cycleClemens Gruber
2017-01-19pwm: constify pwm_ops structuresBhumika Goyal
2017-01-19pwm: bcm-iproc: Update dependencies for compile-testScott Branden
2017-01-19pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2017-01-04pwm: Remove pwm_can_sleep()Thierry Reding
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-11-29pwm: Add PWM driver for HiSilicon BVT SOCsyuanjian
2016-11-29pwm: Fix device reference leakJohan Hovold
2016-10-21pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas
2016-10-21pwm: meson: Add missing spin_lock_init()Axel Lin
2016-09-08Merge branch 'for-4.9/drivers' into for-nextThierry Reding
2016-09-08pwm: meson: Handle unknown ID valuesArnd Bergmann
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones
2016-09-08pwm: sti: Add PWM capture callbackLee Jones
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones
2016-09-08pwm: sti: Only request clock rate when neededLee Jones
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones
2016-09-08pwm: sti: Rename channel => deviceLee Jones
2016-09-08pwm: lpc-18xx: use pwm_set_chip_dataoliver@schinagl.nl
2016-09-08pwm: sunxi: Add H3 supportMilo Kim
2016-09-08pwm: Add support for Meson PWM ControllerNeil Armstrong