summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pwm: sun4i: Remove redundant needs_delayPascal Roeleven2020-03-301-11/+2
* pwm: omap-dmtimer: Implement .apply callbackLokesh Vutla2020-03-301-51/+129
* pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycleLokesh Vutla2020-03-301-14/+7
* pwm: omap-dmtimer: Fix PWM enabling sequenceLokesh Vutla2020-03-301-5/+5
* pwm: omap-dmtimer: Update description for PWM OMAP DM timerLokesh Vutla2020-03-301-1/+9
* pwm: omap-dmtimer: Drop unused header fileLokesh Vutla2020-03-303-103/+10
* pwm: renesas-tpu: Drop confusing registered messageGeert Uytterhoeven2020-03-301-2/+0
* pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven2020-03-301-5/+4
* pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven2020-03-301-3/+7
* dt-bindings: pwm: renesas-tpu: Document more R-Car Gen2 supportGeert Uytterhoeven2020-03-301-0/+4
* pwm: meson: Fix confusing indentationKrzysztof Kozlowski2020-03-301-1/+1
* pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUTRishi Gupta2020-03-301-1/+1
* pwm: pca9685: Replace CONFIG_PM with __maybe_unusedRishi Gupta2020-03-301-4/+2
* pwm: tegra: Add support for Tegra194Sandipan Patra2020-03-302-0/+7
* pwm: Enable compile testing for some of driversKrzysztof Kozlowski2020-03-301-22/+25
* pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer2020-03-301-4/+0
* pwm: mxs: Remove unused include of of_address.hAnson Huang2020-03-301-1/+0
* pwm: imx27: Remove unused include of of_device.hAnson Huang2020-03-301-1/+0
* pwm: imx-tpm: Remove unused includesAnson Huang2020-03-301-2/+0
* pwm: Implement some checks for lowlevel driversUwe Kleine-König2020-03-303-8/+140
* pwm: imx27: Ensure clocks being on iff the PWM is onUwe Kleine-König2020-03-301-2/+12
* pwm: imx27: Don't disable clocks at device remove timeUwe Kleine-König2020-03-301-2/+0
* pwm: imx27: Simplify helper function to enable and disable clocksUwe Kleine-König2020-03-301-10/+7
* pwm: imx27: Fix clock handling in pwm_imx27_apply()Uwe Kleine-König2020-03-301-1/+1
* pwm: bcm2835: Dynamically allocate baseFlorian Fainelli2020-03-301-0/+1
* dt-bindings: pwm: Convert google,cros-ec-pwm.txt to YAML formatDafna Hirschfeld2020-03-302-23/+40
* Merge branch 'timers/drivers/timer-ti-dm' of https://git.linaro.org/people/dl...Thierry Reding2020-03-304-83/+119
|\
| * clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla2020-03-163-17/+12
| * clocksource/drivers/timer-ti-dm: Add support to get pwm current statusLokesh Vutla2020-03-162-0/+16
| * clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla2020-03-161-1/+0
| * clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...Lokesh Vutla2020-03-162-42/+58
| * clocksource/drivers/timer-ti-dm: Prepare for using cpuidleTony Lindgren2020-03-162-5/+32
| * clocksource/drivers/timer-ti-dm: Convert to SPDX identifierLokesh Vutla2020-03-161-18/+1
|/
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1053-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-051-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-031-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-031-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0349-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-031-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-031-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-109-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405
| * | fs: New zonefs file systemDamien Le Moal2020-02-078-0/+1653
* | | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-101-2/+2
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \
| * | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8
| * | | smb3: print warning once if posix context returned on openSteve French2020-02-072-0/+30