summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* leds: pwm: Support ACPI via firmware-node frameworkNikolaus Voss2019-06-261-18/+27
* pwm: Add support referencing PWMs from ACPINikolaus Voss2019-06-262-0/+132
* pwm: rcar: Remove suspend/resume supportYoshihiro Shimoda2019-06-261-39/+0
* pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda2019-06-261-0/+102
* pwm: Add power management descriptionsYoshihiro Shimoda2019-06-261-0/+7
* 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
* dt-bindings: pwm: jz47xx: Remove unused compatible stringsPaul Cercueil2019-06-251-4/+1
* 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
* dt-bindings: pwm: stm32: Add #pwm-cellsFabrice Gasnier2019-06-251-0/+3
* pwm: Add consumer device linkFabrice Gasnier2019-06-252-5/+51
* pwm: stm32-lp: Add power management supportFabrice Gasnier2019-06-251-0/+25
* dt-bindings: pwm: stm32-lp: Document pin control sleep stateFabrice Gasnier2019-06-251-3/+6
* pwm: sifive: Add a driver for SiFive SoC PWMYash Shah2019-06-253-0/+351
* pwm: sifive: Add DT documentation for SiFive PWM ControllerYash Shah2019-06-251-0/+33
* Linux 5.2-rc1v5.2-rc1Linus Torvalds2019-05-201-2/+2
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-203-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1910-257/+889
|\ \
| * | panic: add an option to replay all the printk message in bufferFeng Tang2019-05-195-4/+24
| * | initramfs: don't free a non-existent initrdSteven Price2019-05-191-1/+1
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-191-3/+8
| * | mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-191-2/+2
| * | mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+43
| * | mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+48
| * | mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-192-247/+763
* | | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-1974-172/+178
|\ \ \