summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-19
|\
| * ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni2019-05-02
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-16
|\ \
| * | ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-29
| |/
* | Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-10
|\ \
| * | pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong2019-05-09
| * | pwm: samsung: Don't uses devm_*() functions in ->request()Uwe Kleine-König2019-05-09
| * | pwm: Clear chip_data in pwm_put()Uwe Kleine-König2019-05-09
| * | pwm: Add i.MX TPM PWM driver supportAnson Huang2019-05-09
| * | pwm: imx27: Use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-09
| * | pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl2019-05-09
| * | pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng2019-05-09
| * | pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl2019-05-09
| * | pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König2019-03-20
| * | pwm: tiehrpwm: Enable compilation for ARCH_K3Vignesh Raghavendra2019-03-20
| * | pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer2019-03-20
| * | pwm: img: Turn final 'else if' into 'else' in img_pwm_configNathan Chancellor2019-03-20
| * | pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-03-20
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-09
|\ \
| * | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-26
| |/
* / drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange2019-04-25
|/
* pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-04
* pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli2019-03-04
* pwm: imx27: Only enable the clocks once in .get_state()Uwe Kleine-König2019-03-04
* pwm: rcar: Improve calculation of dividerYoshihiro Shimoda2019-03-04
* pwm: rcar: Remove legacy APIsYoshihiro Shimoda2019-03-04
* pwm: rcar: Use "atomic" API on rcar_pwm_resume()Yoshihiro Shimoda2019-03-04
* pwm: rcar: Add support "atomic" APIYoshihiro Shimoda2019-03-04
* pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea2019-03-04
* pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea2019-03-04
* pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea2019-03-04
* pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea2019-03-04
* pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi2019-03-04
* pwm: hibvt: Add hi3559v100 supportMathieu Othacehe2019-03-04
* pwm: hibvt: Use individual struct per of-dataMathieu Othacehe2019-03-04
* pwm: imx: Signedness bug in imx_pwm_get_state()Dan Carpenter2019-01-16
* pwm: imx: Split into two driversUwe Kleine-König2019-01-16
* pwm: imx: Don't print an error on -EPROBE_DEFERUwe Kleine-König2019-01-10
* pwm: imx: Set driver data earlier simplifying the end of ->probe()Uwe Kleine-König2019-01-10
* pwm: imx: Remove if block where the condition is always wrongUwe Kleine-König2019-01-10
* pwm: Drop per-chip dbg_show callbackUwe Kleine-König2019-01-10
* pwm: Don't use memcmp() to compare state variablesUwe Kleine-König2019-01-10
* pwm: imx: Add ipg clock operationAnson Huang2018-12-24
* pwm: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-24
* pwm: clps711x: Fix period calculationAlexander Shiyan2018-12-24
* pwm: bcm2835: Switch to SPDX identifierStefan Wahren2018-12-24
* pwm: Enable Kona PWM to be built for the Cygnus architectureClément Péron2018-12-24
* pwm: imx: Implement get_state() function for hardware readoutMichal Vokáč2018-12-12
* pwm: imx: Use bitops and bitfield macros to define register valuesMichal Vokáč2018-12-12
* pwm: imx: Sort include filesMichal Vokáč2018-12-12