index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
backlight: da9052: Fix module autoload
Javier Martinez Canillas
1
-1
/
+1
2017-01-04
backlight: pwm_bl: Check the PWM state for initial backlight power state
Peter Ujfalusi
1
-0
/
+4
2017-01-04
backlight: pwm_bl: Move the checks for initial power state to a separate func...
Peter Ujfalusi
1
-19
/
+37
2017-01-04
backlight: adp5520: Fix error handling in adp5520_bl_probe()
Alexey Khoroshilov
1
-2
/
+10
2017-01-04
backlight: lcd: Fix race condition during register
Uwe Kleine-König
1
-2
/
+2
2016-10-06
backlight: pwm_bl: Handle gpio that can sleep
Maxime Ripard
1
-2
/
+2
2016-10-06
backlight-tosa: Delete unnecessary assignment for the field "owner"
Markus Elfring
1
-1
/
+0
2016-06-29
backlight: lp855x: Add enable regulator
Brian Norris
1
-0
/
+29
2016-05-25
Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-6
/
+29
2016-05-17
backlight: lm3630a: explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
backlight: lp855x: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
backlight: lp8788: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
backlight: pwm_bl: Use pwm_get_args() where appropriate
Boris Brezillon
1
-1
/
+9
2016-05-17
backlight: lm3630a_bl: Stop messing with the pwm->period field
Boris BREZILLON
1
-2
/
+1
2016-05-17
backlight: pwm_bl: Remove useless call to pwm_set_period()
Boris BREZILLON
1
-3
/
+1
2016-05-04
video / backlight: remove the backlight_device_registered API
Aaron Lu
1
-6
/
+0
2016-05-04
video / backlight: add two APIs for drivers to use
Aaron Lu
1
-14
/
+29
2016-01-11
backlight: pwm_bl: Free PWM requested by legacy API on error path
Vladimir Zapolskiy
1
-0
/
+2
2016-01-11
backlight: adp8860: Fix another uninitialized variable use
Arnd Bergmann
1
-3
/
+5
2016-01-11
backlight: gpio-backlight: Use default-on on GPIO request
Stefan Agner
1
-3
/
+7
2016-01-11
backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms
Philipp Zabel
1
-5
/
+4
2016-01-11
backlight: tps65217_bl: Add MODULE_DEVICE_TABLE
Enric Balletbo i Serra
1
-0
/
+9
2016-01-11
backlight: pwm_bl: Avoid backlight flicker when probed from DT
Philipp Zabel
1
-1
/
+22
2016-01-11
backlight: adp88x0: Fix uninitialized variable use
Arnd Bergmann
2
-8
/
+12
2015-11-06
Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-16
/
+20
2015-10-30
backlight: pm8941-wled: Add default-brightness property
Bjorn Andersson
1
-0
/
+8
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
12
-12
/
+0
2015-10-27
backlight: pm8941-wled: Fix ptr_ret.cocci warnings
kbuild test robot
1
-4
/
+1
2015-10-15
backlight: pwm: Reject legacy PWM request for device defined in DT
Vladimir Zapolskiy
1
-10
/
+9
2015-10-15
backlight: 88pm860x_bl: Add missing of_node_put
Julia Lawall
1
-0
/
+1
2015-10-05
backlight: adp8870: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2015-10-05
backlight: adp8860: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2015-10-05
backlight: lp855x: Make sure props struct is zeroed
Werner Johansson
1
-0
/
+1
2015-08-25
backlight: tosa: Export I2C module alias information
Javier Martinez Canillas
1
-0
/
+1
2015-08-25
backlight: lp8788_bl: Delete a check before backlight_device_unregister()
Markus Elfring
1
-2
/
+1
2015-08-25
backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro
Axel Lin
1
-13
/
+13
2015-08-25
backlight: pm8941-wled: Move PM8941 WLED driver to backlight
Bjorn Andersson
3
-0
/
+435
2015-08-25
backlight: lp855x: Use private data for regulator control
Milo Kim
1
-11
/
+12
2015-06-24
Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-20
/
+16
2015-06-23
backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional
Axel Lin
1
-4
/
+2
2015-06-23
backlight: lp855x: Don't clear level on suspend/blank
Sean Paul
1
-12
/
+6
2015-06-23
backlight: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
1
-3
/
+5
2015-06-23
video: backlight: da9052: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-06-23
gpio-backlight: Discover driver during boot time
Arun Bharadwaj
1
-0
/
+2
2015-05-26
backlight: pwm: Handle EPROBE_DEFER while requesting the PWM
Nicolas Ferre
1
-0
/
+4
2015-04-14
Merge tag 'backlight-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+2
2015-04-09
backlight: da9052_bl: Terminate da9052_wled_ids array with empty element
Andrey Ryabinin
1
-0
/
+1
2015-04-09
backlight: 88pm860x_bl: Use of_get_child_by_name() instead of refcount hack
Geert Uytterhoeven
1
-4
/
+1
2015-03-12
backlight: Add support Skyworks SKY81452 backlight driver
Gyungoh Yoo
3
-0
/
+364
2014-12-11
Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-20
/
+40
[next]