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
2023-09-07
Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
36
-260
/
+221
2023-08-22
pwm: lpc32xx: Remove handling of PWM channels
Vladimir Zapolskiy
1
-8
/
+8
2023-08-18
mfd: rz-mtu3: Link time dependencies
Arnd Bergmann
1
-1
/
+1
2023-07-28
pwm: atmel: Simplify using devm functions
Uwe Kleine-König
1
-26
/
+7
2023-07-28
pwm: stmpe: Handle errors when disabling the signal
Uwe Kleine-König
1
-8
/
+9
2023-07-28
pwm: stm32: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-9
/
+1
2023-07-28
pwm: stm32: Don't modify HW state in .remove() callback
Uwe Kleine-König
1
-4
/
+0
2023-07-28
pwm: Fix order of freeing resources in pwmchip_remove()
Uwe Kleine-König
1
-3
/
+3
2023-07-28
pwm: ntxec: Use device_set_of_node_from_dev()
Uwe Kleine-König
1
-1
/
+1
2023-07-28
pwm: ntxec: Drop a write-only variable from driver data
Uwe Kleine-König
1
-2
/
+0
2023-07-28
pwm: pxa: Don't reimplement of_device_get_match_data()
Uwe Kleine-König
1
-8
/
+1
2023-07-28
pwm: lpc18xx-sct: Simplify using devm_clk_get_enabled()
Uwe Kleine-König
1
-25
/
+8
2023-07-28
pwm: atmel-tcb: Don't track polarity in driver data
Uwe Kleine-König
1
-12
/
+6
2023-07-28
pwm: atmel-tcb: Unroll atmel_tcb_pwm_set_polarity() into only caller
Uwe Kleine-König
1
-14
/
+3
2023-07-28
pwm: atmel-tcb: Put per-channel data into driver data
Uwe Kleine-König
1
-20
/
+9
2023-07-28
pwm: atmel-tcb: Fix resource freeing in error path and remove
Uwe Kleine-König
1
-6
/
+17
2023-07-28
pwm: atmel-tcb: Harmonize resource allocation order
Uwe Kleine-König
1
-29
/
+20
2023-07-28
pwm: Drop unused #include <linux/radix-tree.h>
Uwe Kleine-König
1
-1
/
+0
2023-07-28
pwm: rz-mtu3: Fix build warning 'num_channel_ios' not described
Biju Das
1
-1
/
+1
2023-07-28
pwm: Remove outdated documentation for pwmchip_remove()
Uwe Kleine-König
1
-4
/
+1
2023-07-24
pwm: atmel: Enable clk when pwm already enabled in bootloader
Guiting Shen
1
-2
/
+45
2023-07-24
pwm: Explicitly include correct DT includes
Rob Herring
28
-21
/
+21
2023-07-21
pwm: sl28cpld: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-5
/
+8
2023-07-21
pwm: sifive: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-2
/
+2
2023-07-21
pwm: rockchip: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-2
/
+2
2023-07-21
pwm: lp3943: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-2
/
+2
2023-07-21
pwm: cros-ec: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-5
/
+5
2023-07-21
pwm: crc: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-2
/
+2
2023-07-21
pwm: bcm-kona: Consistently name pwm_chip variables "chip"
Uwe Kleine-König
1
-2
/
+2
2023-07-21
pwm: atmel-hlcdc: Use consistent variable naming
Uwe Kleine-König
1
-32
/
+33
2023-07-20
pwm: Use a consistent name for pwm_chip pointers in the core
Uwe Kleine-König
1
-14
/
+14
2023-07-05
Merge tag 'pwm/for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-141
/
+1251
2023-06-23
pwm: Add Renesas RZ/G2L MTU3a PWM driver
Biju Das
3
-0
/
+563
2023-06-23
pwm: mtk_disp: Fix the disable flow of disp_pwm
Shuijing Li
1
-8
/
+5
2023-06-23
pwm: pca9685: Switch i2c driver back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-06-23
pwm: ab8500: Fix error code in probe()
Dan Carpenter
1
-1
/
+1
2023-06-23
pwm: add microchip soft ip corePWM driver
Conor Dooley
3
-0
/
+518
2023-06-23
pwm: sysfs: Do not apply state to already disabled PWMs
Marek Vasut
1
-0
/
+17
2023-06-23
pwm: imx-tpm: force 'real_period' to be zero in suspend
Fancy Fang
1
-0
/
+7
2023-06-23
pwm: meson: make full use of common clock framework
Heiner Kallweit
1
-68
/
+90
2023-06-23
pwm: meson: don't use hdmi/video clock as mux parent
Heiner Kallweit
1
-21
/
+3
2023-06-23
pwm: meson: switch to using struct clk_parent_data for mux parents
Heiner Kallweit
1
-2
/
+9
2023-06-23
pwm: meson: remove not needed check in meson_pwm_calc
Heiner Kallweit
1
-5
/
+0
2023-06-23
pwm: meson: fix handling of period/duty if greater than UINT_MAX
Heiner Kallweit
1
-7
/
+7
2023-06-23
pwm: meson: modify and simplify calculation in meson_pwm_get_state
Heiner Kallweit
1
-12
/
+2
2023-06-23
pwm: mediatek: Add support for MT7981
Daniel Golle
1
-8
/
+31
2023-06-23
pwm: sifive: Simplify using devm_clk_get_prepared()
Uwe Kleine-König
1
-5
/
+2
2023-06-23
pwm: clk: Use the devm_clk_get_prepared() helper function
Christophe JAILLET
1
-10
/
+2
2023-06-16
docs: update some straggling Documentation/arm references
Jonathan Corbet
2
-2
/
+2
2023-05-03
Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
36
-202
/
+267
[next]