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
/
leds
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-07
leds: add LED driver for Big Network series LEDs
Simon Guinot
3
-0
/
+459
2010-10-07
leds: leds-ns2: fix private driver data storage
Simon Guinot
1
-3
/
+6
2010-09-19
[ARM] Kirkwood: add LaCie d2 Network v2 support
Simon Guinot
1
-1
/
+1
2010-09-19
leds: leds-ns2: fix locking
Simon Guinot
1
-4
/
+5
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-2
/
+2
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-2
/
+2
2010-08-05
leds: Remove owner field from attribute initialization in bd2802 driver
Guenter Roeck
1
-3
/
+1
2010-07-16
leds: add LED driver for Network Space v2 LEDs
Simon Guinot
3
-0
/
+348
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
4
-9
/
+1
2010-05-28
leds: Fix leds-gpio openfirmware compile issue
Richard Purdie
1
-1
/
+0
2010-05-28
leds: Kconfig fixes
Richard Purdie
1
-3
/
+3
2010-05-26
leds: Add mc13783 LED support
Philippe Rétornaz
3
-0
/
+411
2010-05-26
leds: leds-ss4200: fix led_classdev_unregister twice in error handling
Axel Lin
1
-1
/
+1
2010-05-26
leds: leds-lp3944: properly handle lp3944_configure fail in lp3944_probe
Axel Lin
1
-2
/
+7
2010-05-26
leds: led-class: set permissions on max_brightness file to 0444
Axel Lin
1
-1
/
+1
2010-05-26
leds: leds-gpio: Change blink_set callback to be able to turn off blinking
Benjamin Herrenschmidt
1
-7
/
+24
2010-05-26
leds: Add LED driver for the Soekris net5501 board
Bjarke Istrup Pedersen
3
-0
/
+105
2010-05-26
leds: 88pm860x - fix checking in probe function
Christoph Fritz
1
-3
/
+8
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-1
/
+1
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
23
-1
/
+22
2010-03-16
leds: Fix race between LED device uevent and actual attributes creation
Florian Fainelli
1
-32
/
+8
2010-03-16
leds-gpio: fix default state handling on OF platforms
Anton Vorontsov
1
-2
/
+1
2010-03-16
leds: Add Dell Business Class Netbook LED driver
Bob Rodgers
3
-0
/
+208
2010-03-16
leds: Kconfig cleanup
H Hartley Sweeten
1
-36
/
+39
2010-03-16
leds: led-class.c - Quiet boot messages
H Hartley Sweeten
1
-1
/
+1
2010-03-16
leds: make PCI device id constant
Márton Németh
1
-1
/
+1
2010-03-16
leds: ALIX2: Add dependency to !GPIO_CS5335
Daniel Mack
1
-1
/
+1
2010-03-07
led: Enable led in 88pm860x
Haojian Zhuang
3
-0
/
+333
2009-12-17
leds: leds-pwm: Set led_classdev max_brightness
Lars-Peter Clausen
1
-3
/
+2
2009-12-17
leds: use default-on trigger for Cobalt Qube
Florian Fainelli
1
-1
/
+1
2009-12-17
leds: drivers/leds/leds-ss4200.c: fix return statement
akpm@linux-foundation.org
1
-1
/
+1
2009-12-17
leds: Add LED class driver for regulator driven LEDs.
Antonio Ospite
3
-0
/
+249
2009-12-17
leds: leds-cobalt-qube.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2009-12-17
leds: leds-cobalt-raq.c - use resource_size()
H Hartley Sweeten
1
-1
/
+1
2009-12-16
leds: Add driver for ADP5520/ADP5501 MFD PMICs
Michael Hennerich
3
-0
/
+241
2009-12-16
leds: Add driver for LT3593 controlled LEDs
Daniel Mack
3
-0
/
+226
2009-12-16
leds-ss4200: Check pci_enable_device return
Dave Hansen
1
-2
/
+6
2009-12-16
leds: leds-alix2c - take port address from MSR
Daniel Mack
1
-31
/
+84
2009-12-16
leds: LED driver for Intel NAS SS4200 series (v5)
Dave Hansen
3
-0
/
+562
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
2
-3
/
+3
2009-12-12
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
1
-0
/
+7
2009-12-08
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2009-12-05
IXP4xx: move FSG platform macros to the platform code.
Krzysztof Hałasa
1
-0
/
+7
2009-11-27
collie: locomo-led change default trigger
Thomas Kunze
1
-1
/
+1
2009-11-22
Merge 7xx-iosplit-plat-merge with omap-fixes
Tony Lindgren
1
-1
/
+1
2009-11-16
leds-gpio: fix possible crash on OF device unbinding
Dmitry Eremin-Solenikov
1
-0
/
+2
2009-10-20
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
1
-1
/
+1
2009-10-04
leds: leds-pca9532 - Drop unused module parameters
Jean Delvare
1
-3
/
+0
2009-09-26
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
9
-30
/
+379
[next]