summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-275/+445
2017-02-10Merge branch 'for-4.11/drivers' into for-nextThierry Reding10-227/+408
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede1-0/+14
2017-01-30pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede1-10/+8
2017-01-30pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann1-10/+12
2017-01-30pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann1-2/+2
2017-01-30pwm: imx: Add polarity inversion support to i.MX's PWMv2Lukasz Majewski1-5/+19
2017-01-30pwm: imx: Remove redundant i.MX PWMv2 codeLukasz Majewski1-127/+0
2017-01-30pwm: imx: Provide atomic PWM support for i.MX PWMv2Lukasz Majewski1-0/+67
2017-01-30pwm: imx: Move PWMv2 wait for fifo slot code to a separate functionLukasz Majewski1-18/+25
2017-01-30pwm: imx: Move PWMv2 software reset code to a separate functionLukasz Majewski1-10/+21
2017-01-30pwm: imx: Rewrite v1 code to facilitate switch to atomic PWMLukasz Majewski1-10/+22
2017-01-30pwm: imx: Add separate set of PWM ops for v1 and v2Lukasz Majewski1-3/+14
2017-01-30pwm: imx: Remove ipg clock and enable per clock when requiredSascha Hauer1-10/+2
2017-01-30pwm: lpss: Add Intel Gemini Lake PCI IDMika Westerberg1-0/+1
2017-01-30pwm: lpss: Do not export board infos for different PWM typesAndy Shevchenko4-28/+42
2017-01-30pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabledIlkka Koskinen1-9/+43
2017-01-30pwm: lpss: Switch to new atomic APIAndy Shevchenko1-35/+29
2017-01-30pwm: lpss: Allow duty cycle to be 0Andy Shevchenko1-2/+0
2017-01-30pwm: lpss: Avoid potential overflow of base_unitAndy Shevchenko1-3/+3
2017-01-25pwm: Add driver for STM32 plaftormBenjamin Gaignard3-0/+407
2017-01-20pwm: pca9685: Fix period change with same duty cycleClemens Gruber1-11/+0
2017-01-19pwm: constify pwm_ops structuresBhumika Goyal4-4/+4
2017-01-19pwm: bcm-iproc: Update dependencies for compile-testScott Branden1-1/+3
2017-01-19pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg1-1/+163
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding14-14/+1
2017-01-04pwm: Remove pwm_can_sleep()Thierry Reding1-12/+0
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+281
2016-11-29pwm: Add PWM driver for HiSilicon BVT SOCsyuanjian3-0/+281
2016-11-29pwm: Fix device reference leakJohan Hovold1-0/+2
2016-10-21pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-10-21pwm: meson: Add missing spin_lock_init()Axel Lin1-0/+1
2016-09-08Merge branch 'for-4.9/drivers' into for-nextThierry Reding12-141/+1127
2016-09-08pwm: meson: Handle unknown ID valuesArnd Bergmann1-0/+9
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones1-72/+81
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones1-1/+14
2016-09-08pwm: sti: Add PWM capture callbackLee Jones1-0/+88
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones1-1/+91
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones1-7/+38
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones1-0/+25
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones1-0/+25
2016-09-08pwm: sti: Only request clock rate when neededLee Jones1-8/+8
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones1-35/+41
2016-09-08pwm: sti: Rename channel => deviceLee Jones1-16/+16
2016-09-08pwm: lpc-18xx: use pwm_set_chip_dataoliver@schinagl.nl1-4/+8
2016-09-08pwm: sunxi: Add H3 supportMilo Kim1-0/+9
2016-09-08pwm: Add support for Meson PWM ControllerNeil Armstrong3-0/+530
2016-09-06pwm: samsung: Fix to use lowest div for large enough modulation bitsSeung-Woo Kim1-3/+12
2016-09-06pwm: pwm-tipwmss: Remove all runtime PM gets/putsJyri Sarha1-19/+0
2016-09-06pwm: cros-ec: Add __packed to prevent paddingBrian Norris1-2/+2