summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-20pwm: omap-dmtimer: Allow compiling with COMPILE_TESTUwe Kleine-König1-1/+2
2020-01-20pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König1-6/+15
2020-01-20pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König1-9/+19
2020-01-20pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König1-1/+6
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König2-1/+66
2020-01-20pwm: rcar: Document inability to set duty_cycle = 0Uwe Kleine-König1-0/+3
2020-01-20pwm: rcar: Drop useless call to pwm_get_state()Uwe Kleine-König1-2/+0
2020-01-08pwm: Fix minor Kconfig whitespace issuesKrzysztof Kozlowski1-2/+2
2020-01-08pwm: atmel: Implement .get_state()Uwe Kleine-König1-0/+40
2020-01-08pwm: atmel: Use register accessors for channelsUwe Kleine-König1-2/+2
2020-01-08pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König1-0/+10
2020-01-08pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König1-7/+17
2020-01-08pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König1-5/+3
2020-01-08pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König1-0/+3
2020-01-08pwm: mxs: Avoid a division in mxs_pwm_apply()Rasmus Villemoes1-3/+3
2020-01-08dt-bindings: pwm: mxs-pwm: Increase #pwm-cellsRasmus Villemoes1-2/+2
2020-01-08pwm: mxs: Add support for inverse polarityRasmus Villemoes1-4/+10
2020-01-08pwm: mxs: Remove legacy methodsRasmus Villemoes1-77/+0
2020-01-08pwm: mxs: Implement ->apply()Rasmus Villemoes1-0/+70
2020-01-08pwm: sun4i: Add support for H6 PWMJernej Skrabec1-0/+9
2020-01-08pwm: sun4i: Add support to output source clock directlyJernej Skrabec1-2/+46
2020-01-08pwm: sun4i: Always calculate params when applying new parametersClément Péron1-29/+23
2020-01-08pwm: sun4i: Add an optional probe for bus clockJernej Skrabec1-0/+23
2020-01-08pwm: sun4i: Prefer "mod" clock to unnamedClément Péron1-2/+27
2020-01-08pwm: sun4i: Add an optional probe for reset lineJernej Skrabec1-2/+32
2019-12-09pwm: imx27: Unconditionally write state to hardwareThierry Reding1-61/+59
2019-12-09pwm: imx27: Cache duty cycle register valueThierry Reding1-7/+24
2019-12-09pwm: cros-ec: Cache duty cycle valueThierry Reding1-4/+54
2019-12-09pwm: Read initial hardware state at request timeThierry Reding1-3/+3
2019-12-09Linux 5.5-rc1Linus Torvalds1-2/+2
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds119-628/+1025
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-32/+36
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-72/+265
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+5
2019-12-08Merge tag 'ntb-5.5' of git://github.com/jonmason/ntbLinus Torvalds1-0/+1
2019-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-17/+51
2019-12-08Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+28
2019-12-08Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-12/+17
2019-12-08Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+43
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds37-137/+343
2019-12-08Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds49-622/+1756
2019-12-08smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-08Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-23/+5
2019-12-08Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-62/+66
2019-12-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-178/+199
2019-12-08r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit1-1/+1
2019-12-08pipe: don't use 'pipe_wait() for basic pipe IOLinus Torvalds1-3/+27
2019-12-08NTB: Add Hygon Device IDJiasen Lin1-0/+1
2019-12-08pipe: remove 'waiting_writers' merging logicLinus Torvalds3-33/+9
2019-12-07pipe: fix and clarify pipe read wakeup logicLinus Torvalds1-13/+18