summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede2019-08-081-2/+5
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0913-455/+1063
|\
| * pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding2019-06-261-2/+2
| * pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange2019-06-261-0/+21
| * pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange2019-06-261-180/+186
| * pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWMClaudiu Beznea2019-06-261-0/+1
| * pwm: bcm2835: Improve precision of PWMSean Young2019-06-261-3/+5
| * pwm: Add support referencing PWMs from ACPINikolaus Voss2019-06-261-0/+122
| * pwm: rcar: Remove suspend/resume supportYoshihiro Shimoda2019-06-261-39/+0
| * pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda2019-06-261-0/+102
| * pwm: meson: Add documentation to the driverMartin Blumenstingl2019-06-261-0/+22
| * pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl2019-06-261-1/+22
| * pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl2019-06-261-24/+1
| * pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl2019-06-261-3/+49
| * pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl2019-06-261-15/+10
| * pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl2019-06-261-14/+8
| * pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl2019-06-261-56/+34
| * pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl2019-06-261-15/+10
| * pwm: meson: Pass struct pwm_device to meson_pwm_calc()Martin Blumenstingl2019-06-261-3/+3
| * pwm: meson: Don't duplicate the polarity internallyMartin Blumenstingl2019-06-261-15/+8
| * pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASKMartin Blumenstingl2019-06-261-2/+2
| * pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi valuesMartin Blumenstingl2019-06-261-2/+6
| * pwm: meson: Use devm_clk_get_optional() to get the input clockMartin Blumenstingl2019-06-261-8/+3
| * pwm: meson: Unify the parameter list of meson_pwm_{enable, disable}Martin Blumenstingl2019-06-261-8/+7
| * pwm: jz4740: Force TCU2 channels to return to their init levelPaul Cercueil2019-06-261-1/+9
| * pwm: jz4740: Apply configuration atomicallyPaul Cercueil2019-06-251-25/+12
| * pwm: jz4740: Remove unused devicetree compatible stringsPaul Cercueil2019-06-251-2/+0
| * pwm: meson: Fix the G12A AO clock parents orderNeil Armstrong2019-06-251-2/+11
| * pwm: meson: Update with SPDX Licence identifierNeil Armstrong2019-06-251-51/+1
| * pwm: stm32: Use 3 cells ->of_xlate()Fabrice Gasnier2019-06-251-0/+2
| * pwm: Add consumer device linkFabrice Gasnier2019-06-251-3/+47
| * pwm: stm32-lp: Add power management supportFabrice Gasnier2019-06-251-0/+25
| * pwm: sifive: Add a driver for SiFive SoC PWMYash Shah2019-06-253-0/+351
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-41/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-194-48/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-052-9/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-302-4/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-303-12/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-28/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/