index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-82
/
+211
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-15
/
+27
2021-12-16
pwm: tegra: Add runtime PM and OPP support
Dmitry Osipenko
1
-18
/
+64
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
6
-31
/
+43
2021-11-17
pwm: img: Use only a single idiom to get a runtime PM reference
Uwe Kleine-König
1
-4
/
+2
2021-11-17
pwm: vt8500: Implement .apply() callback
Uwe Kleine-König
1
-7
/
+50
2021-11-17
pwm: img: Implement .apply() callback
Uwe Kleine-König
1
-3
/
+26
2021-11-17
pwm: twl: Implement .apply() callback
Uwe Kleine-König
1
-8
/
+54
2021-11-17
pwm: Restore initial state if a legacy callback fails
Uwe Kleine-König
1
-6
/
+8
2021-11-17
pwm: Prevent a glitch for legacy drivers
Uwe Kleine-König
1
-17
/
+24
2021-11-17
pwm: Move legacy driver handling into a dedicated function
Uwe Kleine-König
1
-60
/
+70
2021-11-05
pwm: vt8500: Rename pwm_busy_wait() to make it obviously driver-specific
Uwe Kleine-König
1
-8
/
+8
2021-11-05
pwm: pwm-samsung: Trigger manual update when disabling PWM
Mårten Lindahl
1
-8
/
+22
2021-11-05
pwm: visconti: Simplify using devm_pwmchip_add()
zhaoxiao
1
-13
/
+1
2021-11-05
pwm: samsung: Describe driver in Kconfig
Krzysztof Kozlowski
1
-1
/
+3
2021-11-05
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
1
-0
/
+9
2021-11-05
pwm: atmel: Drop unused header
Uwe Kleine-König
1
-1
/
+0
2021-10-27
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
2
-15
/
+27
2021-09-02
pwm: mtk-disp: Implement atomic API .get_state()
Jitao Shi
1
-0
/
+43
2021-09-02
pwm: mtk-disp: Fix overflow in period and duty calculation
Jitao Shi
1
-3
/
+3
2021-09-02
pwm: mtk-disp: Implement atomic API .apply()
Jitao Shi
1
-54
/
+41
2021-09-02
pwm: mtk-disp: Adjust the clocks to avoid them mismatch
Jitao Shi
1
-50
/
+41
2021-09-02
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
1
-3
/
+1
2021-09-02
pwm: sun4i: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: sifive: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+3
2021-09-02
pwm: samsung: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: renesas-tpu: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+2
2021-09-02
pwm: rcar: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+2
2021-09-02
pwm: pca9685: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: omap-dmtimer: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: mtk-disp: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+2
2021-09-02
pwm: imx-tpm: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-2
/
+3
2021-09-02
pwm: img: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-1
/
+3
2021-09-02
pwm: cros-ec: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-1
/
+3
2021-09-02
pwm: brcmstb: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+2
2021-09-02
pwm: atmel-tcb: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: atmel-hlcdc: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2021-09-02
pwm: twl: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-16
/
+1
2021-09-02
pwm: twl-led: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-16
/
+1
2021-09-02
pwm: tiecap: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-4
/
+2
2021-09-02
pwm: stm32-lp: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-9
/
+1
2021-09-02
pwm: sl28cpld: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: raspberrypi-poe: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: pxa: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-12
/
+1
2021-09-02
pwm: ntxec: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-12
/
+1
2021-09-02
pwm: mxs: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: mediatek: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: lpc32xx: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: lp3943: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-09-02
pwm: keembay: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
[next]