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